Home
last modified time | relevance | path

Searched defs:job_name (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Dnotify.c39 *job_name, /* job-name */ in cupsNotifySubject() local
/external/autotest/tko/
Dsite_parse.py115 def _parse_job_name(self, job_name): argument
Dsite_parse_unittest.py62 job_name='x86-alex-r16-R16-1166.0.0-a1-b1118_bvt', argument
/external/autotest/puppylab/
Dclusterctl228 def _upstart_cmd(self, vm, job_name, cmd='status'): argument
/external/autotest/site_utils/
Drun_suite_unittest.py31 job_name='fake_job_name', reason='fake reason', argument
/external/autotest/client/common_lib/cros/
Darc.py211 def get_job_pid(job_name): argument
/external/autotest/server/cros/dynamic_suite/
Djob_status.py316 job_name='', subdir=None): argument
Dreporting.py237 def __init__(self, job_id, job_name, machine): argument
/external/autotest/frontend/tko/
Dmodels.py710 job_name = dbmodels.CharField(blank=True, max_length=300) variable in TestView