/development/tools/winscope/src/viewers/common/ |
D | tree_transformer.ts | 44 private properties: PropertiesDump | Terminal | null = null; property in TreeTransformer 88 this.properties = this.onlyProtoDump 158 this.properties, 169 properties: PropertiesDump | null | Terminal, 176 const originalProperties = properties; 181 if (properties === null) { 182 properties = 'null'; 185 if (!this.isTerminal(properties)) { 187 properties, 190 properties = transformedProperties.properties; [all …]
|
/development/tools/winscope/src/viewers/viewer_transitions/ |
D | presenter.ts | 133 const properties: PropertiesTreeNode[] = [ constant 140 properties.push({propertyKey: 'handler', propertyValue: transition.handler}); 146 properties.push({ 153 properties.push({ 160 properties.push({ 167 properties.push({ 174 properties.push({ 184 properties.push({ 191 properties.push({ 198 properties.push({propertyKey: 'mergedInto', propertyValue: transition.mergedInto}); [all …]
|
/development/sdk/ |
D | Android.bp | 30 out: ["source.properties"], 36 srcs: ["build_tools_runtime.properties"], 37 out: ["runtime.properties"], 48 out: ["source.properties"],
|
/development/samples/training/testingfun/app/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/training/NsdChat/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/ControllerSample/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 8 # include property in project.properties.
|
/development/samples/training/testingfun/app/tests/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/training/basic/FragmentBasics/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/tools/winscope/src/test/unit/ |
D | layer_builder.ts | 34 const properties = new LayerProperties( constant 70 properties
|
/development/build/ |
D | Android.mk | 6 sdk_props := $(HOST_OUT)/development/sdk/doc_source.properties \ 7 $(HOST_OUT)/development/sdk/platform_source.properties \ 8 $(HOST_OUT)/development/sdk/source_source.properties 11 $(HOST_OUT)/development/samples/%_source.properties, \ 15 $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties, \ 43 $(sys_img_props) : $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties : $(TOPDIR… 46 $(sdk_props) : $(HOST_OUT)/development/sdk/%_source.properties : $(TOPDIR)development/sdk/%_source.… 49 $(sample_props) : $(HOST_OUT)/development/samples/%_source.properties : $(TOPDIR)development/sample…
|
/development/samples/JetBoy/ |
D | default.properties | 6 # To customize properties used by the Ant build system use, 7 # "build.properties", and override values to adapt the script to your
|
/development/samples/training/multiscreen/newsreader/ |
D | project.properties | 6 # To customize properties used by the Ant build system use, 7 # "ant.properties", and override values to adapt the script to your
|
/development/samples/training/AnimationsDemo/ |
D | project.properties | 6 # To customize properties used by the Ant build system use, 7 # "ant.properties", and override values to adapt the script to your
|
/development/samples/USB/AdbTest/ |
D | default.properties | 6 # To customize properties used by the Ant build system use, 7 # "build.properties", and override values to adapt the script to your
|
/development/samples/USB/MissileLauncher/ |
D | default.properties | 6 # To customize properties used by the Ant build system use, 7 # "build.properties", and override values to adapt the script to your
|
/development/samples/training/basic/ActivityLifecycle/ |
D | default.properties | 6 # To customize properties used by the Ant build system use, 7 # "build.properties", and override values to adapt the script to your
|
D | project.properties | 6 # To customize properties used by the Ant build system use, 7 # "ant.properties", and override values to adapt the script to your
|
/development/tools/winscope/src/trace/flickerlib/ |
D | ObjectFormatter.ts | 54 const properties = ObjectFormatter.getProperties(entry); constant 55 properties.forEach((prop) => (obj[prop] = entry[prop])); 74 const properties = Object.getOwnPropertyNames(obj).filter((it) => { constant 90 properties.forEach((prop) => { 108 const properties = ObjectFormatter.getProperties(obj); constant 109 const sortedProperties = properties.sort();
|
D | mixin.ts | 31 const properties = ObjectFormatter.getProperties(entry); constant 32 properties.forEach((prop) => (obj[prop] = entry[prop]));
|
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/ |
D | MidiPrinter.java | 94 Bundle properties = info.getProperties(); in formatDeviceInfo() local 95 for (String key : properties.keySet()) { in formatDeviceInfo() 96 Object value = properties.get(key); in formatDeviceInfo()
|
/development/tools/ota_analysis/src/services/ |
D | update_metadata_pb.js | 37 function Extent(properties) { argument 38 if (properties) 39 for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) 40 if (properties[keys[i]] != null) 41 this[keys[i]] = properties[keys[i]]; 68 Extent.create = function create(properties) { argument 69 return new Extent(properties); 274 function Signatures(properties) { argument 276 if (properties) 277 for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) [all …]
|
/development/apps/CustomLocale/ |
D | .gitignore | 4 default.properties
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | .gitignore | 2 /local.properties
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | NfcProvisioningFragment.java | 109 Properties properties = new Properties(); in createNdefMessage() local 123 properties.put(e.getKey(), value); in createNdefMessage() 128 if (!properties.contains(DevicePolicyManager.EXTRA_PROVISIONING_LOCAL_TIME)) { in createNdefMessage() 129 properties.put(DevicePolicyManager.EXTRA_PROVISIONING_LOCAL_TIME, in createNdefMessage() 133 properties.store(stream, getString(R.string.nfc_comment)); in createNdefMessage()
|