Home
last modified time | relevance | path

Searched refs:job_id (Results 1 - 8 of 8) sorted by relevance

/third_party/cups-filters/filter/
H A Drastertopclx.c89 void StartPage(ppd_file_t *ppd, cups_page_header2_t *header, int job_id,
93 void Shutdown(ppd_file_t *ppd, int job_id, const char *user,
110 int job_id, /* I - Job ID */ in StartPage()
466 pjl_set_job(job_id, user, title); in StartPage()
469 pjl_write(attr->value, NULL, job_id, user, title, num_options, in StartPage()
489 pjl_write(attr->value, s, job_id, user, title, num_options, options); in StartPage()
495 pjl_write(attr->value, s, job_id, user, title, num_options, options); in StartPage()
499 pjl_write(attr->value, header->MediaClass, job_id, user, title, in StartPage()
503 pjl_write(attr->value, header->MediaColor, job_id, user, title, in StartPage()
507 pjl_write(attr->value, header->MediaType, job_id, use in StartPage()
108 StartPage(ppd_file_t *ppd, cups_page_header2_t *header, int job_id, const char *user, const char *title, int num_options, cups_option_t *options) StartPage() argument
904 Shutdown(ppd_file_t *ppd, int job_id, const char *user, const char *title, int num_options, cups_option_t *options) Shutdown() argument
1803 int job_id; /* Job ID */ main() local
[all...]
H A Dpcl-common.h55 #define pjl_set_job(job_id,user,title)\
57 (title), (job_id), (user), (title))
63 const char *value, int job_id,
H A Dpcl-common.c202 int job_id, /* I - Job ID */ in pjl_write()
240 printf("%d", job_id); in pjl_write()
200 pjl_write(const char *format, const char *value, int job_id, const char *user, const char *title, int num_options, cups_option_t *options) pjl_write() argument
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py234 self.job_id = None
256 self.job_id = _call_proxy(self.proxy.scheduler.jobs.submit, self.definition)
262 if self.job_id:
263 self.proxy.scheduler.jobs.cancel(self.job_id)
268 self.proxy.scheduler.job_state, self.job_id
283 self.proxy.scheduler.jobs.logs, self.job_id, self.last_log_line
312 def find_exception_from_metadata(metadata, job_id):
319 f"LAVA job {job_id} failed with Infrastructure Error. Retry."
327 f"LAVA job {job_id} failed with JobError "
332 f"LAVA job {job_id} faile
[all...]
/third_party/cups-filters/backend/
H A Dimplicitclass.c91 const char *job_id; in main() local
156 job_id = argv[1]; in main()
204 if (strncmp(ptr1, job_id, strlen(job_id)) != 0) in main()
206 ptr1 += strlen(job_id); in main()
/third_party/mesa3d/src/intel/vulkan/tests/
H A Dblock_pool_no_free.c45 uint32_t job_id = job - jobs; in alloc_blocks() local
46 uint32_t block_size = 16 * ((job_id % 4) + 1); in alloc_blocks()
/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py219 def print_log(project, job_id) -> None:
223 job = project.jobs.get(job_id)
/third_party/cups-filters/utils/
H A Dcups-browsed.c3234 int job_id, int *print_quality) in supports_job_attributes_requested()
3268 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", job_id); in supports_job_attributes_requested()
6142 guint job_id, in on_job_state()
6190 job_id); in on_job_state()
6223 if (job_id != 0 && job_state == IPP_JOB_PROCESSING) { in on_job_state()
6313 if (!supports_job_attributes_requested(printer, i, job_id, in on_job_state()
6600 snprintf(buf, sizeof(buf), "\"%d %s %s %s\"", job_id, destination_uri, in on_job_state()
6603 job_id, printer, destination_uri); in on_job_state()
6605 snprintf(buf, sizeof(buf), "\"%d ALL_DESTS_BUSY\"", job_id); in on_job_state()
6607 job_id, printe in on_job_state()
3233 supports_job_attributes_requested(const gchar* printer, int printer_index, int job_id, int *print_quality) supports_job_attributes_requested() argument
6135 on_job_state(CupsNotifier *object, const gchar *text, const gchar *printer_uri, const gchar *printer, guint printer_state, const gchar *printer_state_reasons, gboolean printer_is_accepting_jobs, guint job_id, guint job_state, const gchar *job_state_reasons, const gchar *job_name, guint job_impressions_completed, gpointer user_data) on_job_state() argument
[all...]

Completed in 14 milliseconds