Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 25 of 54) sorted by relevance

123

/development/tools/winscope/src/viewers/common/
Dtree_transformer.ts44 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/
Dpresenter.ts133 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/
DAndroid.bp30 out: ["source.properties"],
36 srcs: ["build_tools_runtime.properties"],
37 out: ["runtime.properties"],
48 out: ["source.properties"],
/development/samples/training/testingfun/app/
Dproject.properties6 # 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/
Dproject.properties6 # 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/
Dproject.properties6 # 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…
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
8 # include property in project.properties.
/development/samples/training/testingfun/app/tests/
Dproject.properties6 # 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/
Dproject.properties6 # 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/
Dlayer_builder.ts34 const properties = new LayerProperties( constant
70 properties
/development/build/
DAndroid.mk6 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/
Ddefault.properties6 # 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/
Dproject.properties6 # 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/
Dproject.properties6 # 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/
Ddefault.properties6 # 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/
Ddefault.properties6 # 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/
Ddefault.properties6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
Dproject.properties6 # 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/
DObjectFormatter.ts54 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();
Dmixin.ts31 const properties = ObjectFormatter.getProperties(entry); constant
32 properties.forEach((prop) => (obj[prop] = entry[prop]));
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/
DMidiPrinter.java94 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/
Dupdate_metadata_pb.js37 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.gitignore4 default.properties
/development/samples/devbytes/telephony/SmsSampleProject/
D.gitignore2 /local.properties
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DNfcProvisioningFragment.java109 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()

123