Home | History | Annotate | Download | only in testrunner

Lines Matching refs:instrumentation_path

184     instrumentation_path = "%s/%s" % (package_name, runner_name)
185 return self.StartInstrumentation(instrumentation_path, timeout_time=timeout_time,
190 self, instrumentation_path, timeout_time=60*10, no_window_animation=False,
201 instrumentation_path: string. It should be the fully classified package
229 instrumentation_path, no_window_animation=no_window_animation,
285 instrumentation_path = "%s/%s" % (package, runner_name)
288 instrumentation_path, no_window_animation=no_window_animation,
293 self, instrumentation_path, no_window_animation=False, profile=False,
302 (self.DEVICE_TRACE_DIR, instrumentation_path.split(".")[-1]))
308 command_string += " -w '%s'" % instrumentation_path
341 instrumentation_path = "%s/%s" % (package_name, runner_name)
342 command = "pm list instrumentation | grep %s" % instrumentation_path