Searched refs:RunTestsCommand (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/build/android/ |
D | test_runner.py | 700 def RunTestsCommand(command, options, args, option_parser): function 799 'gtest': CommandFunctionTuple(AddGTestOptions, RunTestsCommand), 801 AddInstrumentationTestOptions, RunTestsCommand), 803 AddUIAutomatorTestOptions, RunTestsCommand), 805 AddMonkeyTestOptions, RunTestsCommand), 807 AddPerfTestOptions, RunTestsCommand), 809 AddLinkerTestOptions, RunTestsCommand),
|