/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/base/ |
D | SliceGroup.kt | 20 val children: List<SliceGroup> constant 29 children.forEach { selfTime -= it.duration } in <lambda>()
|
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/model/ |
D | SliceGroupBuilderTest.kt | 65 assertEquals(1, slice.children.size) in testNestedBuild() 66 assertEquals(child, slice.children.first()) in testNestedBuild() 67 assertEquals(0, child.children.size) in testNestedBuild()
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/ |
D | MultiLineTrack.kt | 64 if (slice.children.isNotEmpty()) { in addSlice() 66 slice.children.forEach { addSlice(it) } in addSlice()
|
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/ |
D | GameCoreConfigurationXmlParser.java | 114 NodeList children = nodeList.item(0).getChildNodes(); in parseList() local 115 for (int i = 0; i < children.getLength(); i++) { in parseList() 116 Node child = children.item(i); in parseList()
|
/tools/asuite/aidegen/lib/ |
D | project_info.py | 259 children = set() 275 children.update(dep[name][constant.KEY_DEPENDENCIES]) 276 if children: 277 dep.update(self.get_dep_modules(children, depth + 1))
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | SliceGroupBuilder.kt | 69 override val children: List<SliceGroup> constant in trebuchet.model.fragments.SliceGroupBuilder.MutableSliceGroup
|
/tools/tradefederation/core/proto/ |
D | test_record.proto | 38 repeated ChildReference children = 3; field 40 // The number of children this TestRecord was expected to have. Unset if not
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | FileUtil.java | 167 File[] children = file.listFiles(); in chmodRWXRecursively() local 168 for (File child : children) { in chmodRWXRecursively() 261 File[] children = file.listFiles(); in setReadableRecursive() local 262 if (children != null) { in setReadableRecursive()
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultParser.java | 216 private void evalChildrenProto(List<ChildReference> children, boolean isInRun) { in evalChildrenProto() argument 217 for (ChildReference child : children) { in evalChildrenProto()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 414 Collection<IFileEntry> children = new ArrayList<>(); in testPullDir() local 416 children.add(fakeFile); in testPullDir() 421 children.add(fakeDir); in testPullDir() 428 EasyMock.expect(fakeEntry.getChildren(false)).andReturn(children); in testPullDir() 488 Collection<IFileEntry> children = new ArrayList<>(); in testPullDir_pullFail() local 490 children.add(fakeFile); in testPullDir_pullFail() 495 children.add(fakeDir); in testPullDir_pullFail() 504 EasyMock.expect(fakeEntry.getChildren(false)).andReturn(children); in testPullDir_pullFail()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | HostTest.java | 883 List<Description> children = desc.getChildren(); in getTestMethods() local 884 Collections.reverse(children); in getTestMethods() 885 for (Description child : children) { in getTestMethods()
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 353 all_plots = column(children=plot_array)
|
D | wifi_performance_test_utils.py | 506 all_plots = bokeh.layouts.column(children=plot_array,
|
/tools/repohooks/tools/ |
D | spelling.txt | 244 childern||children 245 childs||children
|
/tools/asuite/asuite_plugin/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/ndkports/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/metalava/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/trebuchet/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 1636 Collection<IFileEntry> children = entry.getChildren(false); in pullDir() local 1637 if (children.isEmpty()) { in pullDir() 1641 for (IFileEntry item : children) { in pullDir()
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/jacoco/
org/ ... |
/tools/tradefederation/core/tests/res/testdata/ |
D | tradefed-prebuilt-cts-8.0_r21.jar | META-INF/
META-INF/MANIFEST.MF
jline/
jline/CompletionHandler.class
CompletionHandler ... |