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

  /external/autotest/contrib/
compare_suite.py 304 def print_task_data(all_jobs, time_data):
308 zip(time_data, all_jobs.keys())])
337 all_jobs = {} variable
374 all_jobs[suite_job_runtime] = {r.name:r for r in test_job_runtimes}
380 for suite_job in all_jobs.keys()]))
385 for suite_job in all_jobs.keys()]))
390 for suite_job in all_jobs.keys()]))
395 for suite_job in all_jobs.keys()]))
400 for suite_job in all_jobs.keys()]))
404 for suite_job in all_jobs.keys()
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
status.py 328 all_jobs = []
348 all_jobs.append(out)
350 self.json_response["jobs"] = all_jobs
  /external/autotest/cli/
job.py 87 all_jobs = []
99 all_jobs.extend(jobs)
101 return all_jobs
  /external/autotest/scheduler/
host_scheduler_unittests.py 294 all_jobs = ([single_job] +
298 self.db_helper.add_host_to_job(hosts[i], all_jobs[i].id,

Completed in 1747 milliseconds