Home
last modified time | relevance | path

Searched refs:all_jobs (Results 1 – 4 of 4) sorted by relevance

/external/autotest/contrib/
Dcompare_suite.py304 def print_task_data(all_jobs, time_data): argument
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/
Dstatus.py328 all_jobs = []
348 all_jobs.append(out)
350 self.json_response["jobs"] = all_jobs
/external/autotest/cli/
Djob.py87 all_jobs = []
99 all_jobs.extend(jobs)
101 return all_jobs
/external/autotest/scheduler/
Dhost_scheduler_unittests.py294 all_jobs = ([single_job] +
298 self.db_helper.add_host_to_job(hosts[i], all_jobs[i].id,