Searched refs:SetFast (Results 1 – 1 of 1) sorted by relevance
/external/vixl/tools/ |
D | test.py | 361 def SetFast(option, specified, default): function 364 SetFast(environment_option_compiler, args.compiler, config.tested_compilers) 365 SetFast(build_option_mode, args.mode, config.build_options_modes) 366 SetFast(build_option_standard, args.std, config.tested_cpp_standards) 367 SetFast(runtime_option_debugger, args.debugger, ['on', 'off'])
|