HomeSort by relevance Sort by last modified time
    Searched refs:run_test (Results 226 - 230 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /art/test/testrunner/
testrunner.py 514 worker = threading.Thread(target=run_test, args=(command, test, variant_set, test_name))
530 def run_test(command, test, test_variant, test_name): function
    [all...]
  /art/runtime/jit/
profile_compilation_info_test.cc 924 auto run_test = [](const ProfileCompilationInfo& info) { local
    [all...]
  /external/autotest/client/common_lib/
test.py 7 # run run the test (wrapped by job.run_test())
690 return self.job.run_test(url, master_testpath=test_basepath,
775 'call job.run_test with named args only')
    [all...]
  /external/autotest/server/
autotest.py 652 control = "job.run_test(%s)\n" % cmd
661 def run_test(self, test_name, results_dir='.', host=None, member in class:Autotest
    [all...]
server_job.py 940 def run_test(self, url, *args, **dargs): member in class:server_job
    [all...]

Completed in 109 milliseconds

1 2 3 4 5 6 7 8 910