Home
last modified time | relevance | path

Searched defs:children (Results 1 – 23 of 23) sorted by relevance

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DMergedCodebase.kt19 class MergedCodebase(val children: List<Codebase>) constant in com.android.tools.metalava.model.MergedCodebase
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/base/
DSliceGroup.kt20 val children: List<SliceGroup> constant
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DAnnotationsMerger.kt626 val children = getChildren(annotationElement) in <lambda>() constant
653 val children = getChildren(annotationElement) in <lambda>() constant
765 val children = getChildren(annotationElement) in <lambda>() constant
778 val children = getChildren(annotationElement) in <lambda>() constant
802 val children = getChildren(annotationElement) in <lambda>() constant
DComparisonVisitor.kt579 val children = item.children in pop() constant
685 val children: MutableList<ItemTree> = mutableListOf() in pop() constant in com.android.tools.metalava.CodebaseComparator.ItemTree
/tools/security/fuzzing/llm/tinyxml2_fuzzer/
Dtinyxml_parse_fuzzer.cpp9 std::vector<XMLElement> children; member
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DSliceGroupBuilder.kt69 override val children: List<SliceGroup> constant in trebuchet.model.fragments.SliceGroupBuilder.MutableSliceGroup
/tools/asuite/atest/tf_proto/
Dtest_record.proto38 repeated ChildReference children = 3; field
/tools/tradefederation/core/proto/
Dtest_record.proto38 repeated ChildReference children = 3; field
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DGameCoreConfigurationXmlParser.java114 NodeList children = nodeList.item(0).getChildNodes(); in parseList() local
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiToExtensionsMap.kt331 val children: MutableSet<Node> = mutableSetOf() in String() constant in com.android.tools.metalava.apilevels.Node
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java478 Collection<IFileEntry> children = new ArrayList<>(); in testPullDir_nothingToDo() local
538 Collection<IFileEntry> children = new ArrayList<>(); in testPullDir() local
615 Collection<IFileEntry> children = new ArrayList<>(); in testPullDir_pullFail() local
/tools/metalava/metalava-model/src/testFixtures/java/com/android/tools/metalava/model/junit4/
DCustomizableParameterizedRunner.kt132 private val children: List<Runner> = mutableListOf(parameterized) constant
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java174 File[] children = file.listFiles(); in chmodRWXRecursively() local
288 File[] children = file.listFiles(); in setReadableRecursive() local
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java283 private void evalChildrenProto(List<ChildReference> children, boolean isInRun) { in evalChildrenProto()
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineCodebaseInitialiser.kt394 val children = cls.children() in <lambda>() constant
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostTest.java942 List<Description> children = desc.getChildren(); in getTestMethods() local
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto1151 repeated BuildEventId children = 2; field
/tools/ndkports/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/metalava/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/trebuchet/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/asuite/asuite_plugin/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/apksig/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2149 Collection<IFileEntry> children = entry.getChildren(false); in pullDirInternal() local