Searched refs:BuildOption (Results 1 – 1 of 1) sorted by relevance
/external/vixl/tools/ |
D | test.py | 115 class BuildOption(TestOption): class 120 super(BuildOption, self).__init__(BuildOption.option_type, 157 BuildOption('mode', 'Test with the specified build modes.', 160 BuildOption('std', 'Test with the specified C++ standard.', 164 BuildOption('target', 'Test with the specified isa enabled.', 168 BuildOption('negative_testing', 'Test with negative testing enabled.',
|