Home
last modified time | relevance | path

Searched refs:GoogleBenchmarkTest (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGoogleBenchmarkTestTest.java42 private GoogleBenchmarkTest mGoogleBenchmarkTest;
54 mGoogleBenchmarkTest = new GoogleBenchmarkTest() { in setUp()
91 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/
DGoogleBenchmarkTest.java39 public class GoogleBenchmarkTest implements IDeviceTest, IRemoteTest { class