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

/external/libcups/cups/
H A Dnotify.c38 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,
H A Ddest-job.c25 * 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));
97 if (!http || !dest || !info || job_id <= 0)
135 job_id);
158 * in the variable pointed to by "job_id"
35 cupsCancelDestJob(http_t *http, cups_dest_t *dest, int job_id) argument
73 cupsCloseDestJob( http_t *http, cups_dest_t *dest, cups_dinfo_t *info, int job_id) argument
164 cupsCreateDestJob( http_t *http, cups_dest_t *dest, cups_dinfo_t *info, int *job_id, const char *title, int num_options, cups_option_t *options) argument
313 cupsStartDestDocument( http_t *http, cups_dest_t *dest, cups_dinfo_t *info, int job_id, const char *docname, const char *format, int num_options, cups_option_t *options, int last_document) argument
[all...]
H A Dtestcups.c193 job_id; /* Job ID */ local
204 if ((job_id = cupsCreateJob(CUPS_HTTP_DEFAULT, argv[2], "testcups", 0,
214 if (cupsStartDocument(CUPS_HTTP_DEFAULT, argv[1], job_id, argv[2],
H A Dtestdest.c389 int job_id; /* Job ID */ local
407 if ((status = cupsCreateDestJob(http, dest, dinfo, &job_id, title, num_options, options)) > IPP_STATUS_OK_IGNORED_OR_SUBSTITUTED)
414 printf("Created job ID: %d\n", job_id);
416 if (cupsStartDestDocument(http, dest, dinfo, job_id, title, CUPS_FORMAT_AUTO, 0, NULL, 1) != HTTP_STATUS_CONTINUE)
H A Dppd-emit.c365 int job_id, /* I - Job ID */
497 snprintf(displaymsg, sizeof(displaymsg), "%d %s %s", job_id, user, temp);
363 ppdEmitJCL(ppd_file_t *ppd, FILE *fp, int job_id, const char *user, const char *title) argument
H A Dutil.c57 int job_id) /* I - Job ID, @code CUPS_JOBID_CURRENT@ for the current job, or @code CUPS_JOBID_ALL@ for all jobs */
59 return (cupsCancelJob2(CUPS_HTTP_DEFAULT, name, job_id, 0)
82 int job_id, /* I - Job ID, @code CUPS_JOBID_CURRENT@ for the current job, or @code CUPS_JOBID_ALL@ for all jobs */
93 if (job_id < -1 || (!name && job_id == 0))
118 request = ippNewRequest(job_id < 0 ? IPP_OP_PURGE_JOBS : IPP_OP_CANCEL_JOB);
128 job_id);
130 else if (job_id > 0)
132 snprintf(uri, sizeof(uri), "ipp://localhost/jobs/%d", job_id);
140 if (purge && job_id >
56 cupsCancelJob(const char *name, int job_id) argument
80 cupsCancelJob2(http_t *http, const char *name, int job_id, int purge) argument
175 int job_id = 0; /* job-id value */ local
805 int job_id; /* New job ID */ local
925 cupsStartDocument( http_t *http, const char *name, int job_id, const char *docname, const char *format, int last_document) argument
[all...]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_channel.h33 // Each job_id requires:
39 HostPortsJob(const string& job_id, const std::map<int, string>& host_ports) argument
40 : job_id(job_id), host_ports(host_ports) {}
41 const string job_id; member in struct:tensorflow::GrpcChannelSpec::HostPortsJob
45 Status AddHostPortsJob(const string& job_id,
48 Status AddHostPortsJob(const string& job_id,
H A Dgrpc_channel.cc87 Status GrpcChannelSpec::AddHostPortsJob(const string& job_id, argument
93 return AddHostPortsJob(job_id, host_ports_map);
97 const string& job_id, const std::map<int, string>& host_ports) {
98 if (!job_ids_.insert(job_id).second) {
100 "Duplicate job ID in cluster specification: ", job_id);
105 host_ports_jobs_.emplace_back(job_id, host_ports);
209 SparseGrpcChannelCache(const string& job_id, argument
212 : job_id_(job_id),
290 new SparseGrpcChannelCache(job.job_id, job.host_ports, channel_func));
96 AddHostPortsJob( const string& job_id, const std::map<int, string>& host_ports) argument
/external/toybox/toys/pending/
H A Dsh.c105 int job_id; member in struct:pipeline
/external/autotest/server/lib/
H A Dstatus_history.py106 @property job_id id of the AFE job for HQEs. None otherwise.
205 def job_id(self): member in class:_JobEvent
334 def job_id(self): member in class:_SpecialTaskEvent
428 def job_id(self): member in class:_TestJobEvent
/external/libcups/filter/
H A Dtestclient.c42 int job_id; /* Job ID for submitted job */ member in struct:_client_monitor_s
334 monitor.job_id = ippGetInteger(attr, 0);
336 printf("CREATED JOB %d, sending %s of type %s\n", monitor.job_id, printfile, printformat);
342 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", monitor.job_id);
806 if (monitor->job_id > 0)
814 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", monitor->job_id);
828 printf("JOB %d: %s (%s)\n", monitor->job_id, ippEnumString("job-state", job_state), job_state_reasons);
H A Dpstops.c84 int job_id; /* Job ID */ member in struct:__anon11133
306 ppdEmitJCL(ppd, stdout, doc.job_id, doc.user, doc.title);
965 ppdEmitJCL(ppd, stdout, doc->job_id, doc->user, doc->title);
2317 doc->job_id = atoi(argv[1]);

Completed in 202 milliseconds