Searched refs:INSTANT (Results 1 – 9 of 9) sorted by relevance
/tools/asuite/atest-py2/ |
D | atest_arg_parser.py | 52 INSTANT = ('Run the instant_app version of the module if the module supports it. ' variable 175 self.add_argument('--instant', action='store_true', help=INSTANT) 258 INSTANT=INSTANT,
|
D | constants_default.py | 49 INSTANT = 'INSTANT' variable
|
D | atest.py | 189 'instant': constants.INSTANT,
|
/tools/asuite/atest/ |
D | atest_arg_parser.py | 64 INSTANT = ('Run the instant_app version of the module if the module supports it. ' variable 258 self.add_argument('--instant', action='store_true', help=INSTANT) 365 INSTANT=INSTANT,
|
D | constants_default.py | 51 INSTANT = 'INSTANT' variable
|
D | atest.py | 243 'instant': constants.INSTANT,
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 494 if (constants.INSTANT not in extra_args and 990 constants.INSTANT:
|
D | atest_tf_test_runner_unittest.py | 815 args, _ = self.tr._parse_extra_args([MOD_INFO], {constants.INSTANT: ''}) 1056 extra_args = {constants.INSTANT: True}
|
/tools/asuite/atest-py2/test_runners/ |
D | atest_tf_test_runner.py | 384 if constants.INSTANT == arg:
|