OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrumentationOptions
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/build/android/pylib/instrumentation/
test_options.py
5
"""Defines the
InstrumentationOptions
named tuple."""
9
InstrumentationOptions
= collections.namedtuple('
InstrumentationOptions
', [
/external/chromium_org/build/android/pylib/uiautomator/
test_runner.py
26
# Create an
InstrumentationOptions
object to pass to the super class
27
instrumentation_options = instr_test_options.
InstrumentationOptions
(
/external/chromium_org/build/android/
test_runner.py
237
An
InstrumentationOptions
named tuple which contains all options relevant to
273
return instrumentation_test_options.
InstrumentationOptions
(
Completed in 235 milliseconds