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

  /external/v8/tools/testrunner/testproc/
execution.py 14 def run_job(job, process_context): function
57 fn=run_job,
  /external/autotest/site_utils/
test_runner_utils_unittest.py 245 # Test run_job.
247 code, job_res = test_runner_utils.run_job(
252 code, job_res = test_runner_utils.run_job(
324 self.mox.StubOutWithMock(test_runner_utils, 'run_job')
330 # run_job and _auto_detect_labels are called correctly.
338 test_runner_utils.run_job(
test_runner_utils.py 311 def run_job(job, host, autotest_path, results_directory, fast_mode, function
614 code, abs_dir = run_job(
    [all...]
  /external/webrtc/third_party/gtest-parallel/
gtest-parallel 348 def run_job((command, job_id, test)):
383 times.record_test_time(test_binary, test, run_job(job))

Completed in 267 milliseconds