Home | History | Annotate | Download | only in testrunner

Lines Matching refs:runner_name

177       self, package_name, runner_name, timeout_time=60*10,
184 instrumentation_path = "%s/%s" % (package_name, runner_name)
256 self, package_name, runner_name, no_window_animation=False,
265 package_name, runner_name, no_window_animation=no_window_animation,
271 self, package_name, runner_name, no_window_animation=False,
275 package_name, runner_name, no_window_animation=no_window_animation,
283 self, package, runner_name, no_window_animation=False, profile=False,
285 instrumentation_path = "%s/%s" % (package, runner_name)
339 def IsInstrumentationInstalled(self, package_name, runner_name):
341 instrumentation_path = "%s/%s" % (package_name, runner_name)