Searched refs:job_list (Results 1 - 5 of 5) sorted by relevance

/external/skia/bin/
H A Dtry.py75 for bucket, job_list in jobs:
76 filtered = [j for j in job_list if re.search(args.job, j)]
86 for bucket, job_list in jobs:
87 count += len(job_list)
89 for bucket, job_list in jobs:
91 for j in job_list:
105 for bucket, job_list in jobs:
107 for j in job_list:
116 for bucket, job_list in jobs:
118 for j in job_list
[all...]
/external/skqp/bin/
H A Dtry.py75 for bucket, job_list in jobs:
76 filtered = [j for j in job_list if re.search(args.job, j)]
86 for bucket, job_list in jobs:
87 count += len(job_list)
89 for bucket, job_list in jobs:
91 for j in job_list:
105 for bucket, job_list in jobs:
107 for j in job_list:
116 for bucket, job_list in jobs:
118 for j in job_list
[all...]
/external/mksh/src/
H A Djobs.c128 static Job *job_list; /* job list */ variable
297 for (j = job_list; j != NULL; j = j->next) {
731 for (j = job_list; j; j = j->next)
926 for (j = job_list; j != NULL; j = j->next) {
977 j = job_list;
990 for (j = job_list; j; j = tmp) {
1011 for (j = job_list; j; j = j->next) {
1023 for (j = job_list; j; j = tmp) {
1080 for (jl = job_list; jl; jl = jl->next)
1349 for (j = job_list;
[all...]
/external/autotest/cli/
H A Djob.py107 class job_list(job_list_stat): class in inherits:job_list_stat
110 super(job_list, self).__init__()
120 options, leftover = super(job_list, self).parse()
144 super(job_list, self).output(results, keys)
/external/fio/
H A Dserver.c665 static void fio_server_add_job_pid(struct flist_head *job_list, pid_t pid) argument
668 fio_server_add_fork_item(pid, job_list);
726 static void fio_server_check_jobs(struct flist_head *job_list) argument
728 fio_server_check_fork_items(job_list, true);
758 static int handle_run_cmd(struct sk_out *sk_out, struct flist_head *job_list, argument
771 fio_server_add_job_pid(job_list, pid);
976 static int handle_command(struct sk_out *sk_out, struct flist_head *job_list, argument
1009 ret = handle_run_cmd(sk_out, job_list, cmd);
1187 FLIST_HEAD(job_list);
1203 if (!flist_empty(&job_list))
[all...]

Completed in 207 milliseconds