Home
last modified time | relevance | path

Searched refs:INSTANT (Results 1 – 9 of 9) sorted by relevance

/tools/asuite/atest-py2/
Datest_arg_parser.py52 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,
Dconstants_default.py49 INSTANT = 'INSTANT' variable
Datest.py189 'instant': constants.INSTANT,
/tools/asuite/atest/
Datest_arg_parser.py64 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,
Dconstants_default.py51 INSTANT = 'INSTANT' variable
Datest.py243 'instant': constants.INSTANT,
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py494 if (constants.INSTANT not in extra_args and
990 constants.INSTANT:
Datest_tf_test_runner_unittest.py815 args, _ = self.tr._parse_extra_args([MOD_INFO], {constants.INSTANT: ''})
1056 extra_args = {constants.INSTANT: True}
/tools/asuite/atest-py2/test_runners/
Datest_tf_test_runner.py384 if constants.INSTANT == arg: