Home
last modified time | relevance | path

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

/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.kt569 val children = getChildren(annotationElement) in createAnnotation() constant
596 val children = getChildren(annotationElement) in createAnnotation() constant
675 val children = getChildren(annotationElement) in createAnnotation() constant
704 val children = getChildren(annotationElement) in createAnnotation() constant
733 val children = getChildren(annotationElement) in createAnnotation() constant
DComparisonVisitor.kt442 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/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/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java167 File[] children = file.listFiles(); in chmodRWXRecursively() local
263 File[] children = file.listFiles(); in setReadableRecursive() local
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java223 private void evalChildrenProto(List<ChildReference> children, boolean isInRun) { in evalChildrenProto()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java414 Collection<IFileEntry> children = new ArrayList<>(); in testPullDir() local
488 Collection<IFileEntry> children = new ArrayList<>(); in testPullDir_pullFail() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostTest.java883 List<Description> children = desc.getChildren(); in getTestMethods() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1636 Collection<IFileEntry> children = entry.getChildren(false); in pullDir() local