HomeSort by relevance Sort by last modified time
    Searched refs:runner_factory (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/build/android/pylib/junit/
test_dispatcher.py 5 def RunTests(tests, runner_factory):
12 runner = runner_factory(None, None)
  /external/chromium_org/mojo/shell/
dynamic_application_loader.cc 36 DynamicServiceRunnerFactory* runner_factory,
42 runner_factory_(runner_factory),
87 DynamicServiceRunnerFactory* runner_factory,
91 runner_factory,
119 DynamicServiceRunnerFactory* runner_factory,
124 runner_factory,
183 scoped_ptr<DynamicServiceRunnerFactory> runner_factory)
185 runner_factory_(runner_factory.Pass()),
dynamic_application_loader.h 34 scoped_ptr<DynamicServiceRunnerFactory> runner_factory);
context.cc 181 scoped_ptr<DynamicServiceRunnerFactory> runner_factory; local
183 runner_factory.reset(new OutOfProcessDynamicServiceRunnerFactory());
185 runner_factory.reset(new InProcessDynamicServiceRunnerFactory());
188 new DynamicApplicationLoader(this, runner_factory.Pass());
  /external/chromium_org/build/android/pylib/base/
test_dispatcher.py 206 def _SetUp(runner_factory, device, out_runners, threadsafe_counter):
213 runner_factory: Callable that takes a device and index and returns a
222 runner = runner_factory(device, index)
291 def _CreateRunners(runner_factory, devices, timeout=None):
298 runner_factory: Callable that takes a device and index and returns a
311 [runner_factory, d, runners, counter],
355 def RunTests(tests, runner_factory, devices, shard=True,
362 runner_factory: Callable that takes a device and index and returns a
401 runners = _CreateRunners(runner_factory, devices, setup_timeout)
test_dispatcher_unittest.py 174 def _RunShard(runner_factory):
176 ['a', 'b', 'c'], runner_factory, ['0', '1'], shard=True)
199 def _RunReplicate(runner_factory):
201 ['a', 'b', 'c'], runner_factory, ['0', '1'], shard=False)
  /external/chromium_org/build/android/
test_runner.py 563 runner_factory, tests = gtest_setup.Setup(gtest_options, devices)
566 tests, runner_factory, devices, shard=True, test_timeout=None,
586 runner_factory, tests = linker_setup.Setup(options, devices)
589 tests, runner_factory, devices, shard=True, test_timeout=60,
612 runner_factory, tests = instrumentation_setup.Setup(instrumentation_options)
615 tests, runner_factory, devices, shard=True, test_timeout=None,
621 runner_factory, tests = host_driven_setup.InstrumentationSetup(
627 tests, runner_factory, devices, shard=True, test_timeout=None,
654 runner_factory, tests = uiautomator_setup.Setup(uiautomator_options)
657 tests, runner_factory, devices, shard=True, test_timeout=None
    [all...]

Completed in 146 milliseconds