Home
last modified time | relevance | path

Searched defs:children (Results 1 – 7 of 7) 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 createAnnotation() constant
601 val children = getChildren(annotationElement) in createAnnotation() constant
680 val children = getChildren(annotationElement) in createAnnotation() constant
709 val children = getChildren(annotationElement) in createAnnotation() constant
738 val children = getChildren(annotationElement) in createAnnotation() constant
DComparisonVisitor.kt485 val children = item.children in removeDuplicates() constant
568 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