Home
last modified time | relevance | path

Searched refs:pdl (Results 1 - 13 of 13) sorted by relevance

/third_party/cups-filters/utils/
H A Ddriverless.c89 pdl[256], /* PDL */ in listPrintersInArray() local
215 pdl[0] = '\0'; in listPrintersInArray()
253 strncpy(pdl, txt_pdl, sizeof(pdl) - 1); in listPrintersInArray()
255 pdl[255] = '\0'; in listPrintersInArray()
280 (strcasestr(pdl, "application/pdf") || in listPrintersInArray()
281 strcasestr(pdl, "application/postscript") || in listPrintersInArray()
282 strcasestr(pdl, "application/vnd.hp-PCL") || in listPrintersInArray()
283 strcasestr(pdl, "application/PCLm") || in listPrintersInArray()
284 strcasestr(pdl, "imag in listPrintersInArray()
[all...]
H A Dcups-browsed.c181 char *pdl; member
6169 const char *pdl = NULL; in on_job_state() local
6382 pdl = p->pdl; in on_job_state()
6405 pdl = p->pdl; in on_job_state()
6458 /* Finding the best pdl supported by the printer, we need to send the in on_job_state()
6463 (pdl && pdl[0] != '\0')) { in on_job_state()
6464 const char *format = pdl; in on_job_state()
7094 create_remote_printer_entry(const char *queue_name, const char *location, const char *info, const char *uri, const char *host, const char *ip, int port, const char *resource, const char *service_name, const char *type, const char *domain, const char *interface, int family, const char *pdl, int color, int duplex, const char *make_model, int is_cups_queue) create_remote_printer_entry() argument
7687 const char *pdl=NULL; update_cups_queues() local
9486 char *remote_host = NULL, *pdl = NULL, examine_discovered_printer_record() local
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dconvert_protocol_to_json.py11 import pdl namespace
22 "Converts from .pdl to .json by invoking the pdl Python module."))
24 help=('If set, binary in the .pdl is mapped to a '
27 parser.add_argument("pdl_file", help="The .pdl input file to parse.")
33 protocol = pdl.loads(pdl_string, file_name, args.map_binary_to_string)
H A Dconcatenate_protocols.py14 import pdl namespace
31 parsed_json = pdl.loads(input_file.read(), file_name)
H A Dcheck_protocol_compatibility.py54 import pdl namespace
239 parsed_json = pdl.loads(input_file.read(), file_name)
433 baseline_file = file_name.replace(".pdl", suffix)
H A Dcode_generator.py19 import pdl namespace
381 parsed_json = pdl.loads(input_file.read(), file_name)
/third_party/node/tools/inspector_protocol/
H A Dconvert_protocol_to_json.py11 import pdl namespace
15 "Converts from .pdl to .json by invoking the pdl Python module."))
17 help=('If set, binary in the .pdl is mapped to a '
20 parser.add_argument("pdl_file", help="The .pdl input file to parse.")
26 protocol = pdl.loads(pdl_string, file_name, args.map_binary_to_string)
H A Dconcatenate_protocols.py14 import pdl namespace
29 parsed_json = pdl.loads(input_file.read(), file_name)
H A Dcheck_protocol_compatibility.py54 import pdl namespace
239 parsed_json = pdl.loads(input_file.read(), file_name)
433 baseline_file = file_name.replace(".pdl", suffix)
H A Dcode_generator.py18 import pdl namespace
365 parsed_json = pdl.loads(input_file.read(), file_name)
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.h65 const char *pdl, int color, int duplex);
68 const char *pdl, int color, int duplex,
H A Dppdgenerator.c1545 const char *pdl, /* I - List of PDLs from in ppdCreateFromIPP()
1552 return ppdCreateFromIPP2(buffer, bufsize, response, make_model, pdl, in ppdCreateFromIPP()
1570 const char *pdl, /* I - List of PDLs from in ppdCreateFromIPP2()
1917 (pdl && pdl[0] != '\0')) { in ppdCreateFromIPP2()
1918 const char *format = pdl; in ppdCreateFromIPP2()
1922 (!attr && pdl && pdl[0] != '\0' && format[0] != '\0')) { in ppdCreateFromIPP2()
1923 /* Go through formats in pdl string (from DNS-SD record) */ in ppdCreateFromIPP2()
1934 /* Find the next format in the string pdl, i in ppdCreateFromIPP2()
1538 ppdCreateFromIPP(char *buffer, size_t bufsize, ipp_t *response, const char *make_model, const char *pdl, int color, int duplex) ppdCreateFromIPP() argument
1563 ppdCreateFromIPP2(char *buffer, size_t bufsize, ipp_t *response, const char *make_model, const char *pdl, int color, int duplex, cups_array_t *conflicts, cups_array_t *sizes, char* default_pagesize, const char *default_cluster_color) ppdCreateFromIPP2() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBranchFolding.cpp1652 DebugLoc pdl = getBranchDebugLoc(PrevBB); in OptimizeBlock() local
1654 TII->insertBranch(PrevBB, PriorTBB, PriorFBB, PriorCond, pdl); in OptimizeBlock()
1678 DebugLoc pdl = getBranchDebugLoc(*PMBB); in OptimizeBlock() local
1681 TII->insertBranch(*PMBB, NewCurTBB, nullptr, NewCurCond, pdl); in OptimizeBlock()

Completed in 28 milliseconds