OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instrumentation_path
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/android_testrunner/
adb_interface.py
172
instrumentation_path
= "%s/%s" % (package_name, runner_name)
173
return self.StartInstrumentation(
instrumentation_path
, timeout_time=timeout_time,
178
self,
instrumentation_path
, timeout_time=60*10, no_window_animation=False,
189
instrumentation_path
: string. It should be the fully classified package
219
instrumentation_path
, no_window_animation=no_window_animation,
277
instrumentation_path
= "%s/%s" % (package, runner_name)
280
instrumentation_path
, no_window_animation=no_window_animation,
285
self,
instrumentation_path
, no_window_animation=False, profile=False,
294
(self.DEVICE_TRACE_DIR,
instrumentation_path
.split(".")[-1]))
300
command_string += " -w %s" %
instrumentation_path
[
all
...]
/development/testrunner/
adb_interface.py
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
[
all
...]
/external/chromium_org/build/android/pylib/instrumentation/
test_runner.py
353
instrumentation_path
= (
360
cmd.extend(['-w',
instrumentation_path
])
Completed in 139 milliseconds