Searched refs:props (Results 1 – 3 of 3) sorted by relevance
192 props = dict()207 if not target_arch in props:208 props[target_arch] = dict()209 if not variation in props[target_arch]:210 props[target_arch][variation] = dict()227 variation_dict = props[target_arch][variation]232 for target_arch in props:235 for variation in props[target_arch]:236 for name in props[target_arch][variation]:242 props[target_arch][variation][name],
499 props = dict()502 props = json.loads(f.read())507 props['RelativeInstallPath'] = 'hw'508 if 'ExportedDirs' in props:509 l = ['include/%s' % d for d in props['ExportedDirs']]511 if 'ExportedSystemDirs' in props:512 l = ['include/%s' % d for d in props['ExportedSystemDirs']]514 if 'ExportedFlags' in props:515 flags = list_to_prop_value(props['ExportedFlags'], 'export_flags')516 if 'RelativeInstallPath' in props:[all …]
140 Properties props = new Properties(); in gatherAdminExtras() local146 props.put(key, values.get(key)); in gatherAdminExtras()151 props.store(sw, "admin extras bundle"); in gatherAdminExtras()