Home
last modified time | relevance | path

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

/tools/asuite/atest/
Datest_arg_parser.py51 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)
260 INSTANT=INSTANT,
Dconstants_default.py51 INSTANT = 'INSTANT' variable
Datest.py193 'instant': constants.INSTANT,
/tools/tradefederation/core/atest/
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/tradefederation/core/atest/test_runners/
Datest_tf_test_runner.py384 if constants.INSTANT == arg:
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py395 if constants.INSTANT == arg: