Home
last modified time | relevance | path

Searched refs:props (Results 1 – 8 of 8) sorted by relevance

/development/vendor_snapshot/
Dupdate.py324 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 props
394 props = build_props(install_dir)
396 for target_arch in sorted(props):
404 for variation in sorted(props[target_arch]):
[all …]
/development/tools/winscope/libs/virtualList/
DItem.js46 props: ItemProps, property
59 props: extraProps, property
69 props: SlotProps, property
DVirtualList.js16 props: VirtualProps, property
271 props: { property
315 props: {
335 props: {
/development/vndk/snapshot/
Dgen_buildfiles.py534 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 …]
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DProvisioningValuesLoader.java140 Properties props = new Properties(); in gatherAdminExtras() local
146 props.put(key, values.get(key)); in gatherAdminExtras()
151 props.store(sw, "admin extras bundle"); in gatherAdminExtras()
/development/tools/winscope/src/mixins/
DTimeline.js42 props: {
/development/tools/winscope/src/
DLogEntry.vue47 props: {
DTransactionEntry.vue64 props: {