Home
last modified time | relevance | path

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

/tools/metalava/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/src/main/java/com/android/tools/metalava/
DAnnotationsMerger.kt574 val children = getChildren(annotationElement) in <lambda>() constant
603 val children = getChildren(annotationElement) in <lambda>() constant
700 val children = getChildren(annotationElement) in <lambda>() constant
718 val children = getChildren(annotationElement) in <lambda>() constant
749 val children = getChildren(annotationElement) in <lambda>() constant
DComparisonVisitor.kt498 val children = item.children in removeDuplicates() constant
581 val children: MutableList<ItemTree> = mutableListOf() constant in com.android.tools.metalava.CodebaseComparator.ItemTree
/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/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DGameCoreConfigurationXmlParser.java114 NodeList children = nodeList.item(0).getChildNodes(); in parseList() local
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiToExtensionsMap.kt308 val children: MutableSet<Node> = mutableSetOf() in String() constant in com.android.tools.metalava.apilevels.Node
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto1151 repeated BuildEventId children = 2; field