Searched refs:ALL_ABI (Results 1 – 9 of 9) sorted by relevance
/tools/asuite/atest-py2/ |
D | atest_arg_parser.py | 36 ALL_ABI = 'Set to run tests for all abis.' variable 115 self.add_argument('-a', '--all-abi', action='store_true', help=ALL_ABI) 245 epilog_text = EPILOG_TEMPLATE.format(ALL_ABI=ALL_ABI,
|
D | constants_default.py | 44 ALL_ABI = 'ALL_ABI' variable
|
D | atest.py | 181 arg_maps = {'all_abi': constants.ALL_ABI,
|
/tools/asuite/atest/ |
D | atest_arg_parser.py | 36 ALL_ABI = 'Set to run tests for all abis.' variable 130 self.add_argument('-a', '--all-abi', action='store_true', help=ALL_ABI) 292 ALL_ABI=ALL_ABI,
|
D | constants_default.py | 46 ALL_ABI = 'ALL_ABI' variable
|
D | atest.py | 186 arg_maps = {'all_abi': constants.ALL_ABI,
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner_unittest.py | 851 args, _ = self.tr._parse_extra_args([MOD_INFO], [constants.ALL_ABI]) 857 args, _ = self.tr._parse_extra_args([MOD_INFO], [constants.ALL_ABI])
|
D | atest_tf_test_runner.py | 572 if constants.ALL_ABI == arg:
|
/tools/asuite/atest-py2/test_runners/ |
D | atest_tf_test_runner.py | 379 if constants.ALL_ABI == arg:
|