Searched refs:runner (Results 1 – 18 of 18) sorted by relevance
487 PerfProfdRunner runner(conf_dir); in TEST_F() local488 runner.addToConfig("only_debug_build=0"); in TEST_F()489 runner.addToConfig("trace_config_read=0"); in TEST_F()490 runner.addToConfig("config_directory=/does/not/exist"); in TEST_F()491 runner.addToConfig("main_loop_iterations=1"); in TEST_F()492 runner.addToConfig("use_fixed_seed=1"); in TEST_F()493 runner.addToConfig("collection_interval=100"); in TEST_F()496 int daemon_main_return_code = runner.invoke(); in TEST_F()522 PerfProfdRunner runner(conf_dir); in TEST_F() local523 runner.addToConfig("only_debug_build=0"); in TEST_F()[all …]
559 runner = HostRunner(target)561 runner = DeviceRunner(target)562 runner.use_callgraph = use_callgraph563 runner.sampler = sampler564 return runner567 def test_with_runner(runner, tests): argument570 if test.disable_host and runner.target.startswith('host'):571 print('Skip test %s on %s' % (test.test_name, runner.target))573 runner.record(test.executable_name, 'perf.data', additional_options = test.record_options)574 if runner.sampler == 'inplace-sampler':[all …]
4 import android.support.test.runner.AndroidJUnit47 import org.junit.runner.RunWith
8 import androidx.test.runner.AndroidJUnit4;11 import org.junit.runner.RunWith;
26 import org.junit.runner.RunWith;
28 import org.junit.runner.RunWith;
30 import org.junit.runner.RunWith;
32 import org.junit.runner.RunWith;
14 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
31 androidTestImplementation 'com.android.support.test:runner:1.0.2'
37 androidTestImplementation 'com.android.support.test:runner:1.0.2'
33 import org.junit.runner.RunWith;
307 runner = self.args.app + '/androidx.test.runner.AndroidJUnitRunner'309 self.args.test, runner])
134 "com.android.frameworks.servicestests/androidx.test.runner.AndroidJUnitRunner"