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

  /external/chromium_org/mojo/shell/
context.cc 90 scoped_ptr<DynamicServiceRunnerFactory> runner_factory; local
92 runner_factory.reset(new OutOfProcessDynamicServiceRunnerFactory());
94 runner_factory.reset(new InProcessDynamicServiceRunnerFactory());
98 new DynamicServiceLoader(this, runner_factory.Pass())));
dynamic_service_loader.h 30 scoped_ptr<DynamicServiceRunnerFactory> runner_factory);
dynamic_service_loader.cc 145 scoped_ptr<DynamicServiceRunnerFactory> runner_factory)
147 runner_factory_(runner_factory.Pass()) {
  /external/chromium_org/build/android/
test_runner.py 518 runner_factory, tests = gtest_setup.Setup(gtest_options, devices)
521 tests, runner_factory, devices, shard=True, test_timeout=None,
541 runner_factory, tests = linker_setup.Setup(options, devices)
544 tests, runner_factory, devices, shard=True, test_timeout=60,
567 runner_factory, tests = instrumentation_setup.Setup(instrumentation_options)
570 tests, runner_factory, devices, shard=True, test_timeout=None,
576 runner_factory, tests = host_driven_setup.InstrumentationSetup(
582 tests, runner_factory, devices, shard=True, test_timeout=None,
605 runner_factory, tests = uiautomator_setup.Setup(uiautomator_options)
608 tests, runner_factory, devices, shard=True, test_timeout=None
    [all...]
  /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],
333 def RunTests(tests, runner_factory, devices, shard=True,
340 runner_factory: Callable that takes a device and index and returns a
375 runners = _CreateRunners(runner_factory, devices, setup_timeout)
test_dispatcher_unittest.py 170 def _RunShard(runner_factory):
172 ['a', 'b', 'c'], runner_factory, ['0', '1'], shard=True)
204 def _RunReplicate(runner_factory):
206 ['a', 'b', 'c'], runner_factory, ['0', '1'], shard=False)

Completed in 419 milliseconds