/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | DeviceSuite.java | 61 for (Runner r : getChildren()) { in setDevice() 80 for (Runner r : getChildren()) { in setAbi() 96 for (Runner r : getChildren()) { in setBuild()
|
D | UiAutomatorTest.java | 326 for (IFileEntry testDirectory : traceSrcDir.getChildren(false)) { in logTraceFiles() 331 for (IFileEntry traceFile : testDirectory.getChildren(false)) { in logTraceFiles()
|
D | NativeStressTest.java | 153 for (IFileEntry childEntry : rootEntry.getChildren(true)) { in doRunAllTestsInSubdirectory()
|
D | NativeBenchmarkTest.java | 176 for (IFileEntry childEntry : rootEntry.getChildren(true)) { in doRunAllTestsInSubdirectory()
|
D | GoogleBenchmarkTest.java | 146 for (String child : testDevice.getChildren(root)) { in doRunAllTestsInSubdirectory()
|
D | HostTest.java | 588 if (desc.getMethodName() == null || !desc.getChildren().isEmpty()) { in fakeDescriptionExecution() 589 for (Description child : desc.getChildren()) { in fakeDescriptionExecution() 706 List<Description> children = desc.getChildren(); in getTestMethods()
|
D | GTest.java | 447 for (String child : testDevice.getChildren(root)) { in doRunAllTestsInSubdirectory()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | IFileEntry.java | 93 public Collection<IFileEntry> getChildren(boolean useCache) throws DeviceNotAvailableException; in getChildren() method
|
D | FileEntryWrapper.java | 101 public Collection<IFileEntry> getChildren(boolean useCache) throws DeviceNotAvailableException { in getChildren() method in FileEntryWrapper
|
D | INativeDevice.java | 618 public String[] getChildren(String deviceFilePath) throws DeviceNotAvailableException; in getChildren() method
|
D | NativeDevice.java | 1289 public String[] getChildren(String path) throws DeviceNotAvailableException { in getChildren() method in NativeDevice 1374 Collection<IFileEntry> children = entry.getChildren(false); in pullDir() 2124 for (IFileEntry f : entries.getChildren(false)) { in bugreportzFallback()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | MockFileUtil.java | 56 EasyMock.expect(rootEntry.getChildren(EasyMock.anyBoolean())) in setMockDirContents() 83 EasyMock.expect(rootEntry.getChildren(EasyMock.anyBoolean())).andStubReturn( in setMockDirPath()
|
D | NativeDeviceTest.java | 308 EasyMock.expect(fakeEntry.getChildren(false)).andReturn(childrens); in testPullDir_nothingToDo() 375 EasyMock.expect(fakeDir.getChildren(false)).andReturn(fakeDirChildren); in testPullDir() 376 EasyMock.expect(fakeEntry.getChildren(false)).andReturn(children); in testPullDir() 450 EasyMock.expect(fakeDir.getChildren(false)).andReturn(fakeDirChildren); in testPullDir_pullFail() 451 EasyMock.expect(fakeEntry.getChildren(false)).andReturn(children); in testPullDir_pullFail() 1156 EasyMock.expect(fakeEntry.getChildren(false)).andReturn(list); in testGetBugreport_deviceUnavail_fallback()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | GoogleBenchmarkTestTest.java | 100 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files); in testRun() 182 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files); in testRun_withModuleName() 231 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files); in testRun_withRunReportName() 267 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files); in testRun_exceptionDuringExecShell()
|
D | GTestTest.java | 142 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files); in testRun() 201 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files); in testRun_nested() 203 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath + "/" + subFolderName)) in testRun_nested() 233 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files); in doTestFilter() 306 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files); in testCommandTooLong() 412 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files); in testRunXml()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LogFilesReporter.java | 117 for (IFileEntry file : outputDir.getChildren(false)) { in uploadFolderOnDeviceToLogs()
|
D | JUnit4ResultForwarder.java | 85 for (Description child : description.getChildren()) { in testFinished()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | Camera2StressTest.java | 113 for (IFileEntry remoteFile : screenshotDir.getChildren(false)) { in postScreenshotOnFailure()
|
D | Camera2FrameworkStressTest.java | 172 for (IFileEntry file : dirEntry.getChildren(false)) { in getCameraIdList()
|
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
D | AppTransitionTests.java | 368 for (IFileEntry file : srcDir.getChildren(false)) { in logTraceFiles()
|