Home
last modified time | relevance | path

Searched refs:instrumentation_options (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/build/android/pylib/host_driven/
Dsetup.py170 instrumentation_options): argument
185 instrumentation_options=instrumentation_options)
189 instrumentation_options.annotations,
190 instrumentation_options.exclude_annotations,
191 instrumentation_options.test_filter)
198 instrumentation_options.tool,
199 instrumentation_options.push_deps,
200 instrumentation_options.cleanup_test_files)
Dtest_case.py45 def __init__(self, test_name, instrumentation_options=None): argument
58 self.instrumentation_options = instrumentation_options
127 java_test_runner = test_runner.TestRunner(self.instrumentation_options,
159 self.instrumentation_options.test_apk_path,
160 self.instrumentation_options.test_apk_jar_path,
161 self.instrumentation_options.test_support_apk_path)
/external/chromium_org/build/android/pylib/uiautomator/
Dtest_runner.py27 instrumentation_options = instr_test_options.InstrumentationOptions(
45 super(TestRunner, self).__init__(instrumentation_options, device,
/external/chromium_org/build/android/
Dtest_runner.py602 instrumentation_options = ProcessInstrumentationOptions(options, error_func)
612 runner_factory, tests = instrumentation_setup.Setup(instrumentation_options)
623 instrumentation_options)