OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTestMode
(Results
1 - 9
of
9
) sorted by null
/external/toolchain-utils/crosperf/
test_flag.py
11
def
GetTestMode
():
flag_test_unittest.py
23
save_flag = test_flag.
GetTestMode
()
28
self.assertTrue(test_flag.
GetTestMode
())
32
self.assertFalse(test_flag.
GetTestMode
())
download_images.py
142
if not test_flag.
GetTestMode
():
199
if not test_flag.
GetTestMode
():
268
if not test_flag.
GetTestMode
():
experiment.py
76
if test_flag.
GetTestMode
():
200
if test_flag.
GetTestMode
():
experiment_runner.py
107
if test_flag.
GetTestMode
():
136
if not self.locked_machines or test_flag.
GetTestMode
():
suite_runner.py
264
if not test_flag.
GetTestMode
():
schedv2.py
237
self._in_test_mode = test_flag.
GetTestMode
()
machine_manager.py
275
if not test_flag.
GetTestMode
():
results_cache.py
404
if not test_flag.
GetTestMode
():
Completed in 569 milliseconds