Home
last modified time | relevance | path

Searched refs:child (Results 1 – 22 of 22) sorted by relevance

/tools/trebuchet/core/common/src/test/kotlin/trebuchet/model/
DSliceGroupBuilderTest.kt50 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/
DAtestRunConfiguration.java62 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/
Dui_utils.py144 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/
Dsanitizer-status.cpp137 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/
Dprocess_compat_config.py66 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/
Dproject_splitter.py167 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)):
Dproject_splitter_unittest.py282 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/
DSigningCertificateLineage.java117 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/
DSliceGroupBuilder.kt90 fun add(child: MutableSliceGroup) { in add()
92 _children!!.add(child) in add()
/tools/treble/split/
Dmanifest_split.py154 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)
Dmanifest_split_test.py395 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/
Doverlay.py414 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/
DPsiTypePrinterTest.kt796 for (child in file.listFiles()) { in <lambda>() method
797 addFiles(child) in <lambda>()
/tools/security/gdb/gdb_json_printer/
DREADME.md75 * support for print parent/child class members.
/tools/metalava/src/test/java/com/android/tools/metalava/
DAnnotationsMergerTest.kt583 fun `Merge nullability into child`() { in Merge nullability into child()
/tools/repohooks/tools/
Dspelling.txt246 chiled||child
/tools/tradefederation/prebuilts/filegroups/suite/
Dcompatibility-host-util.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
Dcompatibility-tradefed.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/tools/tradefederation/prebuilts/filegroups/tradefed/
Dloganalysis.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
Dtradefed-isolation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
Dtradefed-test-framework.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/tools/asuite/atest/unittest_data/tradefed_prebuilt/prebuilts/filegroups/suite/
Dcompatibility-tradefed.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...