HomeSort by relevance Sort by last modified time
    Searched refs:instrumentation_args (Results 1 - 4 of 4) sorted by null

  /development/testrunner/
adb_interface.py 178 no_window_animation=False, instrumentation_args={}):
187 instrumentation_args=instrumentation_args)
191 profile=False, instrumentation_args={}):
208 instrumentation_args: Dictionary of key value bundle arguments to pass to
231 instrumentation_args=instrumentation_args)
257 raw_mode=False, instrumentation_args={}):
266 raw_mode=raw_mode, instrumentation_args=instrumentation_args)
    [all...]
  /external/chromium_org/third_party/android_testrunner/
adb_interface.py 166 no_window_animation=False, instrumentation_args={}):
175 instrumentation_args=instrumentation_args)
179 profile=False, instrumentation_args={}, silent_log=False):
196 instrumentation_args: Dictionary of key value bundle arguments to pass to
221 instrumentation_args=instrumentation_args)
251 raw_mode=False, instrumentation_args={}):
260 raw_mode=raw_mode, instrumentation_args=instrumentation_args)
    [all...]
  /development/testrunner/test_defs/
instrumentation_test.py 119 instrumentation_args = {}
121 instrumentation_args["class"] = test_class
123 instrumentation_args["package"] = test_package
125 instrumentation_args["size"] = options.test_size
127 instrumentation_args["debug"] = "true"
129 instrumentation_args["suiteAssignment"] = "true"
131 instrumentation_args["coverage"] = "true"
133 instrumentation_args["annotation"] = options.test_annotation
135 instrumentation_args["notAnnotation"] = options.test_not_annotation
141 instrumentation_args=instrumentation_args
    [all...]
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]

Completed in 1206 milliseconds