OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doRunAllTestsInSubdirectory
(Results
1 - 5
of
5
) sorted by null
/tools/tradefederation/core/src/com/android/tradefed/testtype/
NativeStressTest.java
147
private void
doRunAllTestsInSubdirectory
(
154
doRunAllTestsInSubdirectory
(childEntry, testDevice, listener);
237
doRunAllTestsInSubdirectory
(nativeTestDirectory, mDevice, listener);
GoogleBenchmarkTest.java
142
private void
doRunAllTestsInSubdirectory
(String root, ITestDevice testDevice,
147
doRunAllTestsInSubdirectory
(root + "/" + child, testDevice, listener);
257
doRunAllTestsInSubdirectory
(testPath, mDevice, listener);
NativeBenchmarkTest.java
170
void
doRunAllTestsInSubdirectory
(
177
doRunAllTestsInSubdirectory
(childEntry, testDevice, listener);
266
doRunAllTestsInSubdirectory
(nativeTestDirectory, mDevice, listener);
GTest.java
442
void
doRunAllTestsInSubdirectory
(
448
doRunAllTestsInSubdirectory
(root + "/" + child, testDevice, listener);
745
doRunAllTestsInSubdirectory
(testPath, mDevice, listener);
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
NativeBenchmarkTestTest.java
106
protected void
doRunAllTestsInSubdirectory
(
Completed in 169 milliseconds