Home
last modified time | relevance | path

Searched refs:property (Results 1 – 18 of 18) sorted by relevance

/development/tools/winscope/src/parsers/operations/
Dtransform_to_timestamp.ts35 for (const property of value.getAllChildren()) { constant
36 if (this.timestampNames.includes(property.name)) {
37 const nanosLong = property.getValue();
47 property.name,
54 value.getAllChildren().forEach((property) => {
55 this.apply(property);
/development/tools/winscope/src/viewers/components/
Dproperty_tree_node_data_view_component.ts78 const property = assertDefined(this.node).formattedValue(); constant
79 if (!property) {
83 if (property === 'null') {
87 if (property === 'true') {
91 if (property === 'false') {
95 if (!isNaN(Number(property))) {
/development/tools/winscope/src/test/unit/
Dhierarchy_tree_builder.ts56 this.additionalProperties.forEach((property) => {
59 .setName(property.name)
60 .setSource(property.source ?? propertiesTree.source)
61 .setValue(property.value)
62 .setChildren(property.children ?? [])
/development/tools/winscope/src/trace/tree_node/
Dproperties_provider.ts51 addEagerProperty(property: PropertyTreeNode) {
52 new SetFormatters().apply(property);
53 this.eagerPropertiesRoot.addOrReplaceChild(property);
Dhierarchy_tree_node.ts43 addEagerProperty(property: PropertyTreeNode): void {
44 this.propertiesProvider.addEagerProperty(property);
/development/tools/winscope/src/trace/tree_node/operations/
Dadd_operation.ts24 newProperties.forEach((property) => {
25 value.addOrReplaceChild(property);
/development/samples/ControllerSample/
Dproguard-project.txt2 # to define the proguard.config property as described in that file.
8 # include property in project.properties.
/development/tools/ops/
Dandroid_test_parser.py29 @property
33 @property
/development/tools/winscope/src/parsers/surface_flinger/computations/
Dz_order_paths_computation_test.ts258 property: PropertyTreeNode | undefined,
260 if (!property) return [];
261 return property.getAllChildren().map((child) => Number(child.getValue()));
/development/vndk/tools/elfcheck/
Dfix_android_bp_prebuilt.sh62 bpmodify -m "$1" -property "$2" -r "$ORIGINAL_VALUE" -w "$TEMP_ANDROID_BP"
65 bpmodify -m "$1" -property "$2" -a "$3" -w "$TEMP_ANDROID_BP"
/development/samples/browseable/TextLinkify/
D_index.jd9 automatically by setting the "autoLink" property or explicitly.
/development/tools/cargo_embargo/
DREADME.md86 … | Modules name => Soong "visibility" property. …
106 … | `false` | yes | Add a `compile_multilib: "first"` property to host modules. …
113 … `{}` | yes | Add the given files to the given tests' `data` property. The key is the t…
/development/tools/compare_cts_reports/
Dparse_cts_report.py242 @property
250 @property
/development/tools/winscope/src/app/components/bottomnav/
Ddrawer.scss104 property: background-color, visibility;
124 property: transform, margin-left, margin-right;
/development/python-packages/adb/adb/
D__init__.py226 @property
233 @property
/development/vndk/tools/header-checker/
DREADME.md333 You can disable the ABI check for a specific library by using the property
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt146 coincidence - n. the temporal property of two things happening at the same time
294 donor - n. person who makes a gift of property
336 equity - n. the difference between the market value of a property and the claims held against it
550 legacy - n. (law) a gift of personal property by will
576 magnitude - n. the property of relative size or extent (whether large or small)
676 overweight - n. the property of excessive fatness
739 possession - n. the act of having and controlling property
968 undermine - v. destroy property or hinder normal operations
/development/sdk/
Dsdk_files_NOTICE.txt102 property of their respective owners.
174 not infringe the patent or other intellectual property rights of
177 infringement of intellectual property rights or otherwise. As a
180 secure any other intellectual property rights needed, if any.
249 relating to any actual or alleged intellectual property infringement.
338 property of any Contributor under this Agreement, whether expressly,
343 the intellectual property laws of the United States of America. No
439 All trademarks and registered trademarks mentioned herein are the property of their respective owne…
918 patents or other property right claims or to contest validity of any
1811 patents or other property right claims or to contest validity of any
[all …]