Home | History | Annotate | Download | only in testrunner

Lines Matching refs:runner_name

178       self, package_name, runner_name, timeout_time=60*10,
186 instrumentation_path = "%s/%s" % (package_name, runner_name)
263 self, package_name, runner_name, no_window_animation=False,
273 package_name, runner_name, no_window_animation=no_window_animation,
280 self, package_name, runner_name, no_window_animation=False,
285 package_name, runner_name, no_window_animation=no_window_animation,
294 self, package, runner_name, no_window_animation=False, profile=False,
297 instrumentation_path = "%s/%s" % (package, runner_name)
357 def IsInstrumentationInstalled(self, package_name, runner_name):
359 instrumentation_path = "%s/%s" % (package_name, runner_name)