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 167 no_window_animation=False, instrumentation_args={}):
176 instrumentation_args=instrumentation_args)
180 profile=False, instrumentation_args={}):
197 instrumentation_args: Dictionary of key value bundle arguments to pass to
220 instrumentation_args=instrumentation_args)
246 raw_mode=False, instrumentation_args={}):
255 raw_mode=raw_mode, instrumentation_args=instrumentation_args)
    [all...]
  /development/testrunner/test_defs/
instrumentation_test.py 122 instrumentation_args = {}
124 instrumentation_args["class"] = test_class
126 instrumentation_args["package"] = test_package
128 instrumentation_args["size"] = options.test_size
130 instrumentation_args["debug"] = "true"
132 instrumentation_args["suiteAssignment"] = "true"
134 instrumentation_args["coverage"] = "true"
136 instrumentation_args["annotation"] = options.test_annotation
138 instrumentation_args["notAnnotation"] = options.test_not_annotation
144 instrumentation_args=instrumentation_args
    [all...]

Completed in 89 milliseconds