Lines Matching refs:all_jobs
304 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():
411 for suite_job in all_jobs.keys()]
412 print_task_data(all_jobs, time_data)
416 for suite_job in all_jobs.keys()]
417 print_task_data(all_jobs, time_data)
426 for suite_job in all_jobs.keys()]))
432 for suite_job in all_jobs.keys()]))
437 for suite_job in all_jobs.keys()]))
439 for test_name in [job for job in all_jobs.values()[0].keys()]:
441 for suite_job in all_jobs.keys():
442 test_job = all_jobs[suite_job].get(test_name)