Searched refs:job_list (Results 1 - 4 of 4) sorted by relevance
/external/autotest/site_utils/ |
H A D | collect_suite_time_stats.py | 241 job_list = dut_jobs_dict.setdefault(dut, []) 242 job_list.append(job_id) 251 def get_job_timestamps(job_list, job_info_dict): 259 @param job_list: List of job ids 262 tko = tko_models.Job.objects.filter(afe_job_id__in=job_list) 263 hqe = models.HostQueueEntry.objects.filter(job_id__in=job_list) 271 for job_id in job_list: 276 def get_job_tasks(job_list, job_info_dict): 281 @param job_list: List of job ids 287 batch_constraints=[('job_id', job_list)]) [all...] |
/external/mksh/src/ |
H A D | jobs.c | 115 static Job *job_list; /* job list */ variable 284 for (j = job_list; j != NULL; j = j->next) { 719 for (j = job_list; j; j = j->next) 914 for (j = job_list; j != NULL; j = j->next) { 965 j = job_list; 978 for (j = job_list; j; j = tmp) { 999 for (j = job_list; j; j = j->next) { 1011 for (j = job_list; j; j = tmp) { 1062 for (jl = job_list; jl; jl = jl->next) 1331 for (j = job_list; [all...] |
/external/fio/ |
H A D | server.c | 499 static void fio_server_add_job_pid(struct flist_head *job_list, pid_t pid) argument 502 fio_server_add_fork_item(pid, job_list); 557 static void fio_server_check_jobs(struct flist_head *job_list) argument 559 fio_server_check_fork_items(job_list); 589 static int handle_run_cmd(struct flist_head *job_list, struct fio_net_cmd *cmd) argument 599 fio_server_add_job_pid(job_list, pid); 798 static int handle_command(struct flist_head *job_list, struct fio_net_cmd *cmd) argument 829 ret = handle_run_cmd(job_list, cmd); 874 FLIST_HEAD(job_list); 891 if (!flist_empty(&job_list)) [all...] |
/external/autotest/cli/ |
H A D | job.py | 104 class job_list(job_list_stat): class in inherits:job_list_stat 107 super(job_list, self).__init__() 117 options, leftover = super(job_list, self).parse() 141 super(job_list, self).output(results, keys)
|
Completed in 153 milliseconds