Searched refs:props (Results 1 – 8 of 8) sorted by relevance
324 props = dict()339 if not target_arch in props:340 props[target_arch] = dict()341 if not variation in props[target_arch]:342 props[target_arch][variation] = dict()371 variation_dict = props[target_arch][variation]379 return props394 props = build_props(install_dir)396 for target_arch in sorted(props):404 for variation in sorted(props[target_arch]):[all …]
46 props: ItemProps, property59 props: extraProps, property69 props: SlotProps, property
16 props: VirtualProps, property271 props: { property315 props: {335 props: {
534 props = dict()537 props = json.loads(f.read())542 props['RelativeInstallPath'] = 'hw'543 if 'ExportedDirs' in props:544 l = ['include/%s' % d for d in props['ExportedDirs']]546 if 'ExportedSystemDirs' in props:547 l = ['include/%s' % d for d in props['ExportedSystemDirs']]549 if 'ExportedFlags' in props:550 flags = list_to_prop_value(props['ExportedFlags'], 'export_flags')551 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()
42 props: {
47 props: {
64 props: {