Home
last modified time | relevance | path

Searched refs:find_job (Results 1 – 5 of 5) sorted by relevance

/external/autotest/tko/
Ddelete_job_results16 if not db.find_job(tag):
Ddb.py468 job_idx = self.find_job(tag)
814 def find_job(self, tag): member in db_sql
Dparse.py344 old_job_idx = db.find_job(jobname)
/external/libcups/tools/
Dippeveprinter.c280 static ippeve_job_t *find_job(ippeve_client_t *client);
2285 find_job(ippeve_client_t *client) /* I - Client */ in find_job() function
3074 if ((job = find_job(client)) == NULL) in ipp_cancel_job()
3140 if ((job = find_job(client)) == NULL) in ipp_close_job()
3254 if ((job = find_job(client)) == NULL) in ipp_get_job_attributes()
3667 if ((job = find_job(client)) == NULL) in ipp_send_document()
3762 if ((job = find_job(client)) == NULL) in ipp_send_uri()
/external/toybox/toys/pending/
Dsh.c4023 int find_job(char *s) in find_job() function
4063 if ((j = find_job(s+('%' == *s))) == -1) { in jobs_main()
4170 if (-1 == (jj = find_job(toys.optargs[ii]))) { in wait_main()