HomeSort by relevance Sort by last modified time
    Searched refs:job_id (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 49 static inline mm_jpeg_job_session_t *mm_jpeg_get_session(mm_jpeg_obj *my_obj, uint32_t job_id)
52 int client_idx = GET_CLIENT_IDX(job_id);
53 int session_idx= GET_SESSION_IDX(job_id);
60 job_id);
114 static inline void mm_jpeg_remove_session_idx(mm_jpeg_obj *my_obj, uint32_t job_id)
116 int client_idx = GET_CLIENT_IDX(job_id);
117 int session_idx= GET_SESSION_IDX(job_id);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 49 static inline mm_jpeg_job_session_t *mm_jpeg_get_session(mm_jpeg_obj *my_obj, uint32_t job_id)
52 int client_idx = GET_CLIENT_IDX(job_id);
53 int session_idx= GET_SESSION_IDX(job_id);
60 job_id);
114 static inline void mm_jpeg_remove_session_idx(mm_jpeg_obj *my_obj, uint32_t job_id)
116 int client_idx = GET_CLIENT_IDX(job_id);
117 int session_idx= GET_SESSION_IDX(job_id);
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 48 static inline mm_jpeg_job_session_t *mm_jpeg_get_session(mm_jpeg_obj *my_obj, uint32_t job_id)
51 int client_idx = GET_CLIENT_IDX(job_id);
52 int session_idx= GET_SESSION_IDX(job_id);
59 job_id);
113 static inline void mm_jpeg_remove_session_idx(mm_jpeg_obj *my_obj, uint32_t job_id)
115 int client_idx = GET_CLIENT_IDX(job_id);
116 int session_idx= GET_SESSION_IDX(job_id);
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 48 static inline mm_jpeg_job_session_t *mm_jpeg_get_session(mm_jpeg_obj *my_obj, uint32_t job_id)
51 int client_idx = GET_CLIENT_IDX(job_id);
52 int session_idx= GET_SESSION_IDX(job_id);
59 job_id);
113 static inline void mm_jpeg_remove_session_idx(mm_jpeg_obj *my_obj, uint32_t job_id)
115 int client_idx = GET_CLIENT_IDX(job_id);
116 int session_idx= GET_SESSION_IDX(job_id);
  /external/autotest/frontend/migrations/
022_implement_sync_count.py 20 INNER JOIN host_queue_entries AS hqe ON jobs.id = hqe.job_id
25 SELECT hqe.id, hqe.job_id, hqe.status, hqe.complete, hosts.hostname
29 for id, job_id, status, complete, hostname in hqes:
30 if job_id in synch_jobs or job_hqe_count[job_id] == 1:
  /external/libcups/cups/
dest-job.c 25 * The "job_id" is the number returned by cupsCreateDestJob.
37 int job_id) /* I - Job ID */
51 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", job_id);
66 * "job_id" is the job ID returned by cupsCreateDestJob. Returns @code IPP_STATUS_OK@
77 int job_id) /* I - Job ID */
84 DEBUG_printf(("cupsCloseDestJob(http=%p, dest=%p(%s/%s), info=%p, job_id=%d)", (void *)http, (void *)dest, dest ? dest->name : NULL, dest ? dest->instance : NULL, (void *)info, job_id));
90 if (!http || !dest || !info || job_id <= 0)
128 job_id);
151 * in the variable pointed to by "job_id"
    [all...]
notify.c 38 ipp_attribute_t *job_id, /* notify-job-id */ local
58 job_id = ippFindAttribute(event, "notify-job-id", IPP_TAG_INTEGER);
68 if (job_id && printer_name && printer_uri && job_state)
107 job_id->values[0].integer,
util.c 42 int job_id) /* I - Job ID, @code CUPS_JOBID_CURRENT@ for the current job, or @code CUPS_JOBID_ALL@ for all jobs */
44 return (cupsCancelJob2(CUPS_HTTP_DEFAULT, name, job_id, 0)
67 int job_id, /* I - Job ID, @code CUPS_JOBID_CURRENT@ for the current job, or @code CUPS_JOBID_ALL@ for all jobs */
78 if (job_id < -1 || (!name && job_id == 0))
103 request = ippNewRequest(job_id < 0 ? IPP_OP_PURGE_JOBS : IPP_OP_CANCEL_JOB);
113 job_id);
115 else if (job_id > 0)
117 snprintf(uri, sizeof(uri), "ipp://localhost/jobs/%d", job_id);
125 if (purge && job_id >= 0
165 int job_id = 0; \/* job-id value *\/ local
783 int job_id; \/* New job ID *\/ local
    [all...]
  /external/autotest/site_utils/
lxc_cleanup.py 52 job_id = int(match.groups()[0])
54 return job_id, pid
70 job_id, pid = get_info(container.name)
71 if not job_id:
81 hqes = AFE.get_host_queue_entries(job_id=job_id)
83 logging.error('Failed to get hqe for job %s. Error: %s.', job_id, e)
92 'not orphaned.', job_id, container.name)
98 job_id)
102 job_id, container.name
    [all...]
job_history.py 23 JOB_URL = LOG_BASE_URL + '%(job_id)s-%(owner)s/%(hostname)s'
125 def try_get(self, host_id, job_id, start_time, end_time):
129 @param job_id: ID of the test job that's related to the special task.
138 return self[host_id].try_get(job_id, start_time, end_time)
168 def try_get(self, job_id, start_time, end_time):
171 @param job_id: ID of the test job that's related to the special task.
181 task.queue_entry.job.id == job_id]
228 self.log_url = JOB_URL % {'job_id': hqe.job.id, 'owner': hqe.job.owner,
336 self.log_url = JOB_URL % {'job_id': hqe.job.id, 'owner': hqe.job.owner,
339 hqe = models.HostQueueEntry.objects.filter(job_id=hqe.job.id)[0
    [all...]
  /external/autotest/scheduler/
rdb_lib.py 31 jobs = [queue_entry.job_id for queue_entry in queue_entries]
45 job_id = queue_entry.job_id
47 for dep in self._job_deps.get(job_id, []):
53 job_acls = self._job_acls.get(job_id, [])
  /external/autotest/server/cros/dynamic_suite/
reporting_utils.py 209 def link_job(job_id, instance_server=None):
212 @param job_id: A string, representing the job id.
219 if not job_id:
226 return _job_view % (instance_server, job_id)
229 def _base_results_log(job_id, result_owner, hostname):
232 @param job_id: A string, representing the job id.
240 if job_id and result_owner and hostname:
241 path_to_object = '%s-%s/%s' % (job_id, result_owner,
247 def link_result_logs(job_id, result_owner, hostname):
250 @param job_id: A string, representing the job id
    [all...]
  /external/webrtc/third_party/gtest-parallel/
gtest-parallel 135 def handle_meta(self, job_id, args):
139 self.tests[job_id] = (binary, test.strip())
143 (binary, test) = self.tests[job_id]
146 self.failures.append(self.tests[job_id])
147 with open(self.outputs[job_id]) as f:
157 def logfile(self, job_id, name):
158 self.outputs[job_id] = name
182 def logfile(self, job_id, name):
183 with open(self.outputs[job_id]) as f:
185 self.log(str(job_id) + '> ' + line.rstrip()
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 107 static int32_t mm_jpeg_intf_start_job(mm_jpeg_job_t* job, uint32_t* job_id)
112 NULL == job_id) {
124 rc = mm_jpeg_start_job(g_jpeg_obj, job, job_id);
213 static int32_t mm_jpeg_intf_abort_job(uint32_t job_id)
217 if (0 == job_id) {
230 rc = mm_jpeg_abort_job(g_jpeg_obj, job_id);
mm_jpegdec_interface.c 56 static int32_t mm_jpegdec_intf_start_job(mm_jpeg_job_t* job, uint32_t* job_id)
61 NULL == job_id) {
73 rc = mm_jpegdec_start_decode_job(g_jpegdec_obj, job, job_id);
162 static int32_t mm_jpegdec_intf_abort_job(uint32_t job_id)
166 if (0 == job_id) {
179 rc = mm_jpegdec_abort_job(g_jpegdec_obj, job_id);
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec_interface.c 59 static int32_t mm_jpegdec_intf_start_job(mm_jpeg_job_t* job, uint32_t* job_id)
64 NULL == job_id) {
76 rc = mm_jpegdec_start_decode_job(g_jpegdec_obj, job, job_id);
165 static int32_t mm_jpegdec_intf_abort_job(uint32_t job_id)
169 if (0 == job_id) {
182 rc = mm_jpegdec_abort_job(g_jpegdec_obj, job_id);
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec_interface.c 59 static int32_t mm_jpegdec_intf_start_job(mm_jpeg_job_t* job, uint32_t* job_id)
64 NULL == job_id) {
76 rc = mm_jpegdec_start_decode_job(g_jpegdec_obj, job, job_id);
165 static int32_t mm_jpegdec_intf_abort_job(uint32_t job_id)
169 if (0 == job_id) {
182 rc = mm_jpegdec_abort_job(g_jpegdec_obj, job_id);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 107 static int32_t mm_jpeg_intf_start_job(mm_jpeg_job_t* job, uint32_t* job_id)
112 NULL == job_id) {
124 rc = mm_jpeg_start_job(g_jpeg_obj, job, job_id);
213 static int32_t mm_jpeg_intf_abort_job(uint32_t job_id)
217 if (0 == job_id) {
230 rc = mm_jpeg_abort_job(g_jpeg_obj, job_id);
mm_jpegdec_interface.c 56 static int32_t mm_jpegdec_intf_start_job(mm_jpeg_job_t* job, uint32_t* job_id)
61 NULL == job_id) {
73 rc = mm_jpegdec_start_decode_job(g_jpegdec_obj, job, job_id);
162 static int32_t mm_jpegdec_intf_abort_job(uint32_t job_id)
166 if (0 == job_id) {
179 rc = mm_jpegdec_abort_job(g_jpegdec_obj, job_id);
  /external/toolchain-utils/automation/server/
job_manager.py 104 def KillJob(self, job_id):
110 self._KillJob(job_id)
112 def GetJob(self, job_id):
114 if job_.id == job_id:
118 def _KillJob(self, job_id):
119 self._logger.info('Killing [Job: %d].', job_id)
121 if job_id in self.job_executer_mapping:
122 self.job_executer_mapping[job_id].Kill()
124 if job_.id == job_id:
  /external/autotest/contrib/
always_failing_tests.py 98 job_id = job.parent_job
99 if not job_id:
100 job_id = job
101 x = rgx.search(job_id.name)
103 print job_id.name
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_jpeg_interface.h 275 int (*start_job)(mm_jpeg_job_t* job, uint32_t* job_id);
278 int (*abort_job)(uint32_t job_id);
293 int (*start_job)(mm_jpeg_job_t* job, uint32_t* job_id);
296 int (*abort_job)(uint32_t job_id);
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_jpeg_interface.h 275 int (*start_job)(mm_jpeg_job_t* job, uint32_t* job_id);
278 int (*abort_job)(uint32_t job_id);
293 int (*start_job)(mm_jpeg_job_t* job, uint32_t* job_id);
296 int (*abort_job)(uint32_t job_id);
  /external/autotest/cli/
query_keyvals 9 usage = "usage: %prog [options] job_id"
68 for job_id in args:
69 query_filter["job_tag__startswith"] = "%s-" % job_id
  /external/toolchain-utils/automation/server/monitor/
dashboard.py 40 def __init__(self, job_id):
41 self._job = pickle.loads(GetServerConnection().GetJob(job_id))
181 def JobPageHandler(request, job_id):
182 job = JobInfo(int(job_id))
185 'job_id': job_id,
193 def LogPageHandler(request, job_id):
194 job = JobInfo(int(job_id))
196 ctx = MakeDefaultContext({'job_id': job_id, 'log_lines': job.GetLog()}
    [all...]

Completed in 1016 milliseconds

1 2 3 4 5