Home
last modified time | relevance | path

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

/development/testrunner/
Dadb_interface.py186 instrumentation_path = "%s/%s" % (package_name, runner_name)
187 return self.StartInstrumentation(instrumentation_path, timeout_time=timeout_time,
194 self, instrumentation_path, timeout_time=60*10, no_window_animation=False, argument
235 instrumentation_path, no_window_animation=no_window_animation,
297 instrumentation_path = "%s/%s" % (package, runner_name)
300 instrumentation_path, no_window_animation=no_window_animation,
306 self, instrumentation_path, no_window_animation=False, profile=False, argument
320 (self.DEVICE_TRACE_DIR, instrumentation_path.split(".")[-1]))
326 command_string += " -w '%s'" % instrumentation_path
359 instrumentation_path = "%s/%s" % (package_name, runner_name)
[all …]