Searched defs:job_id (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
H A Dmap_job_config.py39 job_id = _Option(basestring, default_factory=util._get_descending_key) variable in class:JobConfig
194 job_id=mr_spec.mapreduce_id,
/external/toybox/toys/pending/
H A Dsh.c203 int job_id; member in struct:pipeline
/external/autotest/cli/contrib/
H A Dwhy_isnt_my_job_running.py19 job_id = int(args[0]) variable
25 jobs = proxy.run('get_jobs', id=job_id)
27 print 'No such job', job_id
35 queue_entries = proxy.run('get_host_queue_entries', job__id=job_id)
41 job_id, queue_entries[0]['status'])
74 print 'found for job', job_id
187 atomic_group_name, label_name, job_id)
196 atomic_group_name, label_name, job_id)
350 (job_id, hostname))

Completed in 3542 milliseconds