Home
last modified time | relevance | path

Searched refs:getChildren (Results 1 – 20 of 20) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceSuite.java61 for (Runner r : getChildren()) { in setDevice()
80 for (Runner r : getChildren()) { in setAbi()
96 for (Runner r : getChildren()) { in setBuild()
DUiAutomatorTest.java326 for (IFileEntry testDirectory : traceSrcDir.getChildren(false)) { in logTraceFiles()
331 for (IFileEntry traceFile : testDirectory.getChildren(false)) { in logTraceFiles()
DNativeStressTest.java153 for (IFileEntry childEntry : rootEntry.getChildren(true)) { in doRunAllTestsInSubdirectory()
DNativeBenchmarkTest.java176 for (IFileEntry childEntry : rootEntry.getChildren(true)) { in doRunAllTestsInSubdirectory()
DGoogleBenchmarkTest.java146 for (String child : testDevice.getChildren(root)) { in doRunAllTestsInSubdirectory()
DHostTest.java588 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()
DGTest.java447 for (String child : testDevice.getChildren(root)) { in doRunAllTestsInSubdirectory()
/tools/tradefederation/core/src/com/android/tradefed/device/
DIFileEntry.java93 public Collection<IFileEntry> getChildren(boolean useCache) throws DeviceNotAvailableException; in getChildren() method
DFileEntryWrapper.java101 public Collection<IFileEntry> getChildren(boolean useCache) throws DeviceNotAvailableException { in getChildren() method in FileEntryWrapper
DINativeDevice.java618 public String[] getChildren(String deviceFilePath) throws DeviceNotAvailableException; in getChildren() method
DNativeDevice.java1289 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/
DMockFileUtil.java56 EasyMock.expect(rootEntry.getChildren(EasyMock.anyBoolean())) in setMockDirContents()
83 EasyMock.expect(rootEntry.getChildren(EasyMock.anyBoolean())).andStubReturn( in setMockDirPath()
DNativeDeviceTest.java308 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/
DGoogleBenchmarkTestTest.java100 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()
DGTestTest.java142 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/
DLogFilesReporter.java117 for (IFileEntry file : outputDir.getChildren(false)) { in uploadFolderOnDeviceToLogs()
DJUnit4ResultForwarder.java85 for (Description child : description.getChildren()) { in testFinished()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCamera2StressTest.java113 for (IFileEntry remoteFile : screenshotDir.getChildren(false)) { in postScreenshotOnFailure()
DCamera2FrameworkStressTest.java172 for (IFileEntry file : dirEntry.getChildren(false)) { in getCameraIdList()
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DAppTransitionTests.java368 for (IFileEntry file : srcDir.getChildren(false)) { in logTraceFiles()