Searched refs:instrumentation_path (Results 1 – 1 of 1) sorted by relevance
/development/testrunner/ |
D | adb_interface.py | 185 instrumentation_path = "%s/%s" % (package_name, runner_name) 186 return self.StartInstrumentation(instrumentation_path, timeout_time=timeout_time, 192 self, instrumentation_path, timeout_time=60*10, no_window_animation=False, argument 232 instrumentation_path, no_window_animation=no_window_animation, 291 instrumentation_path = "%s/%s" % (package, runner_name) 294 instrumentation_path, no_window_animation=no_window_animation, 299 self, instrumentation_path, no_window_animation=False, profile=False, argument 310 (self.DEVICE_TRACE_DIR, instrumentation_path.split(".")[-1])) 316 command_string += " -w '%s'" % instrumentation_path 349 instrumentation_path = "%s/%s" % (package_name, runner_name) [all …]
|