Home
last modified time | relevance | path

Searched refs:DEFAULT_TEST_PATH (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGoogleBenchmarkTestTest.java91 final String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testRun()
154 EasyMock.expect(mMockITestDevice.doesFileExist(GoogleBenchmarkTest.DEFAULT_TEST_PATH)) in testRun_noBenchmarkDir()
172 String.format("%s/%s", GoogleBenchmarkTest.DEFAULT_TEST_PATH, moduleName); in testRun_withModuleName()
222 final String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testRun_withRunReportName()
260 final String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testRun_exceptionDuringExecShell()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNativeStressTest.java44 static final String DEFAULT_TEST_PATH = "data/nativestresstest"; field in NativeStressTest
55 private String mDeviceTestPath = DEFAULT_TEST_PATH;
DNativeBenchmarkTest.java47 static final String DEFAULT_TEST_PATH = "data/nativebenchmark"; field in NativeBenchmarkTest
57 private String mDeviceTestPath = DEFAULT_TEST_PATH;
DGoogleBenchmarkTest.java41 static final String DEFAULT_TEST_PATH = "/data/benchmarktest"; field in GoogleBenchmarkTest
53 private String mDeviceTestPath = DEFAULT_TEST_PATH;