Home
last modified time | relevance | path

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

/external/vixl/tools/
Dtest.py479 for runtime_options in test_runtime_combinations:
482 ' '.join(filter(None, runtime_options)))
503 for runtime_options in test_runtime_combinations:
505 runtime_options = [x for x in runtime_options if x is not None] variable
506 prefix = ' ' + ' '.join(runtime_options) + ' '
509 list(runtime_options),
Dthreaded_tests.py115 def RunTests(test_runner_command, filters, runtime_options, argument
137 test_runner_runtime_options = runtime_options