/tools/trebuchet/core/common/src/test/kotlin/trebuchet/model/ |
D | SliceGroupBuilderTest.kt | 50 val child = group.endSlice { in testNestedBuild() constant 53 assertEquals(1.1, child.startTime) in testNestedBuild() 54 assertEquals(1.2, child.endTime) in testNestedBuild() 55 assertEquals("nested", child.name) in testNestedBuild() 66 assertEquals(child, slice.children.first()) in testNestedBuild() 67 assertEquals(0, child.children.size) in testNestedBuild()
|
/tools/asuite/asuite_plugin/src/java/com/android/atest/run/ |
D | AtestRunConfiguration.java | 62 Element child = element.getChild(TEST_TARGET_KEY); in readExternal() local 63 if (hasValue(child)) { in readExternal() 64 mTestTarget = child.getTextTrim(); in readExternal() 66 child = element.getChild(LUNCH_TARGET_KEY); in readExternal() 67 if (hasValue(child)) { in readExternal() 68 mLunchTarget = child.getTextTrim(); in readExternal() 102 Element child = new Element(key); in setElementChild() local 103 child.setText(value); in setElementChild() 104 element.addContent(child); in setElementChild()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | ui_utils.py | 144 def wait_and_get_xml_node(device, timeout, child=None, sibling=None, **kwargs): argument 165 if child and sibling: 174 if node and child: 175 node = _find_node(node, **child) 182 if child: 184 % (msg, get_key_value_pair_strings(child)))
|
/tools/security/sanitizer-status/ |
D | sanitizer-status.cpp | 137 pid_t child = fork(); in test() local 140 if (child == -1) { in test() 145 if (child == 0) { in test() 155 while (child == waitpid(child, &status, 0)) { in test()
|
/tools/platform-compat/build/ |
D | process_compat_config.py | 66 for child in xml.getroot(): 68 id = child.attrib['id'] 69 name = child.attrib['name'] 70 this_change = ChangeDefinition(source, child) 86 self.tree.getroot().append(child)
|
/tools/asuite/aidegen/project/ |
D | project_splitter.py | 167 for child in projects: 170 if parent is child: 173 child.project_relative_path, 176 parent.source_path[key] -= child.source_path[key] 178 child, parent.source_path[key], root) 458 def _remove_child_duplicate_sources_from_parent(child, parent_sources, root): argument 475 os.path.relpath(path, root), child.project_relative_path)):
|
D | project_splitter_unittest.py | 282 child = mock.Mock() 283 child.project_relative_path = 'c/d' 287 child, parent_sources, root) 291 child, parent_sources, root)
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | SigningCertificateLineage.java | 117 SignerConfig child, SignerCapabilities childCapabilities) in createSigningLineage() argument 124 return signingCertificateLineage.spawnDescendant(parent, child, childCapabilities); in createSigningLineage() 318 public SigningCertificateLineage spawnDescendant(SignerConfig parent, SignerConfig child) in spawnDescendant() argument 321 if (parent == null || child == null) { in spawnDescendant() 325 return spawnDescendant(parent, child, signerCapabilities); in spawnDescendant() 337 SignerConfig parent, SignerConfig child, SignerCapabilities childCapabilities) in spawnDescendant() argument 343 if (child == null) { in spawnDescendant() 367 child.getCertificate(), signatureAlgorithm.getId())); in spawnDescendant() 392 child.getCertificate(), sigAlgorithm, null, in spawnDescendant()
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | SliceGroupBuilder.kt | 90 fun add(child: MutableSliceGroup) { in add() 92 _children!!.add(child) in add()
|
/tools/treble/split/ |
D | manifest_split.py | 154 re.compile(child.attrib["pattern"]), child.attrib["sub"]) 155 for child in root.findall("path_mapping") 435 for child in root.findall("project"): 436 if child.attrib["name"] not in projects_to_keep: 437 root.remove(child)
|
D | manifest_split_test.py | 395 child.attrib['name'] 396 for child in split_manifest.getroot().findall('project') 592 child.attrib['name'] 593 for child in split_manifest.getroot().findall('project')
|
/tools/treble/build/sandbox/ |
D | overlay.py | 414 for child in allowed_projects.getroot().findall("project"): 415 paths.add(child.attrib.get("path", child.attrib["name"]))
|
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiTypePrinterTest.kt | 796 for (child in file.listFiles()) { in <lambda>() method 797 addFiles(child) in <lambda>()
|
/tools/security/gdb/gdb_json_printer/ |
D | README.md | 75 * support for print parent/child class members.
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | AnnotationsMergerTest.kt | 583 fun `Merge nullability into child`() { in Merge nullability into child()
|
/tools/repohooks/tools/ |
D | spelling.txt | 246 chiled||child
|
/tools/tradefederation/prebuilts/filegroups/suite/ |
D | compatibility-host-util.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
D | compatibility-tradefed.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | loganalysis.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
D | tradefed-isolation.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META ... |
D | tradefed-test-framework.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/tools/asuite/atest/unittest_data/tradefed_prebuilt/prebuilts/filegroups/suite/ |
D | compatibility-tradefed.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |