Searched refs:instrumentation_path (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/android_testrunner/ |
D | adb_interface.py | 172 instrumentation_path = "%s/%s" % (package_name, runner_name) 173 return self.StartInstrumentation(instrumentation_path, timeout_time=timeout_time, 178 self, instrumentation_path, timeout_time=60*10, no_window_animation=False, argument 219 instrumentation_path, no_window_animation=no_window_animation, 277 instrumentation_path = "%s/%s" % (package, runner_name) 280 instrumentation_path, no_window_animation=no_window_animation, 285 self, instrumentation_path, no_window_animation=False, profile=False, argument 294 (self.DEVICE_TRACE_DIR, instrumentation_path.split(".")[-1])) 300 command_string += " -w %s" % instrumentation_path 341 instrumentation_path = "%s/%s" % (package_name, runner_name) [all …]
|
/external/chromium_org/build/android/pylib/instrumentation/ |
D | test_runner.py | 353 instrumentation_path = ( 360 cmd.extend(['-w', instrumentation_path])
|