Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/rust/
DRustBinaryTestTest.java168 String testPath = RustBinaryTest.DEFAULT_TEST_PATH; in testRun_noTestDir()
192 final String testPath = RustBinaryTest.DEFAULT_TEST_PATH; in testNotFound()
208 final String testPath = RustBinaryTest.DEFAULT_TEST_PATH; in testNotFound2()
234 final String testPath = RustBinaryTest.DEFAULT_TEST_PATH; in testRun()
271 RustBinaryTest.DEFAULT_TEST_PATH, in testRun_moduleName()
277 RustBinaryTest.DEFAULT_TEST_PATH, in testRun_moduleName()
281 mMockITestDevice, RustBinaryTest.DEFAULT_TEST_PATH, module, notModule); in testRun_moduleName()
301 final String testPath = RustBinaryTest.DEFAULT_TEST_PATH; in testRun_nested()
338 final String testPath = RustBinaryTest.DEFAULT_TEST_PATH; in testGcovCoverage_GcovPrefixSet()
365 final String testPath = RustBinaryTest.DEFAULT_TEST_PATH; in doTestFilter()
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DGoogleBenchmarkTestTest.java103 final String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testRun()
169 when(mMockITestDevice.doesFileExist(GoogleBenchmarkTest.DEFAULT_TEST_PATH)) in testRun_noBenchmarkDir()
185 String.format("%s/%s", GoogleBenchmarkTest.DEFAULT_TEST_PATH, moduleName); in testRun_withSingleModuleName()
242 String.format("%s/%s", GoogleBenchmarkTest.DEFAULT_TEST_PATH, moduleName)); in testRun_withMultipleModuleNames()
297 final String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testRun_withRunReportName()
336 final String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testRun_exceptionDuringExecShell()
458 String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in doTestFilter()
589 String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testCommandTooLong()
632 final String nativeTestPath = GoogleBenchmarkTest.DEFAULT_TEST_PATH; in testRun_withLDLibPath()
DNativeBenchmarkTestTest.java81 assertEquals(NativeBenchmarkTest.DEFAULT_TEST_PATH, res); in testGetTestPath()
92 NativeBenchmarkTest.DEFAULT_TEST_PATH, in testGetTestPath_withModule()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DNativeStressTest.java43 static final String DEFAULT_TEST_PATH = "data/nativestresstest"; field in NativeStressTest
54 private String mDeviceTestPath = DEFAULT_TEST_PATH;
DNativeBenchmarkTest.java46 static final String DEFAULT_TEST_PATH = "data/nativebenchmark"; field in NativeBenchmarkTest
56 private String mDeviceTestPath = DEFAULT_TEST_PATH;
DGoogleBenchmarkTest.java49 static final String DEFAULT_TEST_PATH = "/data/benchmarktest"; field in GoogleBenchmarkTest
72 private String mDeviceTestPath = DEFAULT_TEST_PATH;
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryTest.java47 static final String DEFAULT_TEST_PATH = "/data/local/tmp"; field in RustBinaryTest
52 private String mTestDevicePath = DEFAULT_TEST_PATH;