Home
last modified time | relevance | path

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

/external/vixl/tools/
Dtest.py257 def RunCommand(command, environment_options = None): argument
265 if environment_options:
266 for option in environment_options:
271 if environment_options:
272 printable_command += ' '.join(environment_options) + ' '
355 return RunCommand(scons_command, list(environment_options))
485 for environment_options in test_env_combinations:
489 print(' '.join(filter(None, environment_options)) + ', ' +