Lines Matching refs:instrumentation_path
186 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)
360 command = "pm list instrumentation | grep %s" % instrumentation_path