HomeSort by relevance Sort by last modified time
    Searched refs:instrumentation_args (Results 1 - 2 of 2) 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...]
  /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...]

Completed in 375 milliseconds