HomeSort by relevance Sort by last modified time
    Searched refs:RunTestsCommand (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/telemetry/
run_tests 18 sys.exit(run_tests.RunTestsCommand.main())
  /external/chromium_org/content/test/gpu/
run_unittests 27 sys.exit(run_tests.RunTestsCommand.main())
  /external/chromium_org/tools/perf/
run_tests 25 sys.exit(run_tests.RunTestsCommand.main())
  /external/chromium_org/tools/chrome_proxy/
run_tests 26 sys.exit(run_tests.RunTestsCommand.main())
  /external/chromium_org/build/android/
test_runner.py 671 """Subcommand of RunTestsCommand which runs junit tests."""
758 def RunTestsCommand(command, options, args, option_parser):
859 'gtest': CommandFunctionTuple(AddGTestOptions, RunTestsCommand),
861 AddInstrumentationTestOptions, RunTestsCommand),
863 AddUIAutomatorTestOptions, RunTestsCommand),
865 AddJUnitTestOptions, RunTestsCommand),
867 AddMonkeyTestOptions, RunTestsCommand),
869 AddPerfTestOptions, RunTestsCommand),
871 AddLinkerTestOptions, RunTestsCommand),
  /external/chromium_org/tools/telemetry/telemetry/unittest/
run_tests.py 114 class RunTestsCommand(command_line.OptparseCommand):
208 return super(RunTestsCommand, cls).main(args)

Completed in 179 milliseconds