Searched refs:runner_factory (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/build/android/pylib/junit/
H A Dtest_dispatcher.py5 def RunTests(tests, runner_factory):
12 runner = runner_factory(None, None)
/external/chromium_org/mojo/shell/
H A Ddynamic_application_loader.cc36 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()),
35 Loader(Context* context, DynamicServiceRunnerFactory* runner_factory, scoped_refptr<ApplicationLoader::LoadCallbacks> load_callbacks, const LoaderCompleteCallback& loader_complete_callback) argument
85 LocalLoader(const GURL& url, Context* context, DynamicServiceRunnerFactory* runner_factory, scoped_refptr<ApplicationLoader::LoadCallbacks> load_callbacks, const LoaderCompleteCallback& loader_complete_callback) argument
116 NetworkLoader(const GURL& url, MimeTypeToURLMap* mime_type_to_url, Context* context, DynamicServiceRunnerFactory* runner_factory, NetworkService* network_service, scoped_refptr<ApplicationLoader::LoadCallbacks> load_callbacks, const LoaderCompleteCallback& loader_complete_callback) argument
181 DynamicApplicationLoader( Context* context, scoped_ptr<DynamicServiceRunnerFactory> runner_factory) argument
H A Dcontext.cc181 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());
H A Ddynamic_application_loader.h34 scoped_ptr<DynamicServiceRunnerFactory> runner_factory);
/external/chromium_org/build/android/
H A Dtest_runner.py563 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, device
[all...]
/external/chromium_org/build/android/pylib/base/
H A Dtest_dispatcher.py206 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)
H A Dtest_dispatcher_unittest.py174 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)

Completed in 107 milliseconds