OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instrumentation_args
(Results
1 - 2
of
2
) sorted by null
/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
...]
/development/testrunner/
adb_interface.py
179
no_window_animation=False,
instrumentation_args
={}, user=None):
188
instrumentation_args
=
instrumentation_args
,
193
profile=False,
instrumentation_args
={}, user=None):
210
instrumentation_args
: Dictionary of key value bundle arguments to pass to
234
instrumentation_args
=
instrumentation_args
,
261
raw_mode=False,
instrumentation_args
={}, user=None):
270
raw_mode=raw_mode,
instrumentation_args
=
instrumentation_args
,
[
all
...]
Completed in 363 milliseconds