Searched refs:ppd_name (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | platform_PrinterPpds.py | 290 def _PPD_test_procedure(self, ppd_name, ppd_content, port): argument 322 path_pipeline_ppd_dir = os.path.join(self._pipeline_dir, ppd_name) 324 path_ppd = os.path.join(path_pipeline_ppd_dir, ppd_name) 350 ppd_name in _EXCEPTIONS[doc_name] ): 352 self._new_digests[doc_name][ppd_name] = ( 381 ppd_name, '.out', doc, apply_gzip=True) 383 ppd_name, '.log', logs) 386 ppd_name, '.sh', pipeline) 388 self._new_digests[doc_name][ppd_name] = digest 396 ppd_name, doc_name, digest) [all …]
|
/external/libcups/cups/ |
D | pwg-media.c | 777 …snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pw… in pwgMediaForPPD() 779 …snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%smm", pwg_format_millimeters(wstr, sizeof(wstr),… in pwgMediaForPPD() 780 size->ppd = cg->ppd_name; in pwgMediaForPPD() 884 …snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%smm", pwg_format_millimeters(wstr, sizeof(wstr),… in pwgMediaForPWG() 886 …snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pw… in pwgMediaForPWG() 887 size->ppd = cg->ppd_name; in pwgMediaForPWG() 991 …snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), width)… in _pwgMediaNearSize() 993 …snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%smm", pwg_format_millimeters(wstr, sizeof(wstr),… in _pwgMediaNearSize() 994 cg->pwg_media.ppd = cg->ppd_name; in _pwgMediaNearSize()
|
D | ppd-cache.c | 974 ppd_name[PPD_MAX_NAME]; in _ppdCacheCreateWithPPD() local 1082 pwg_unppdize_name(ppd_size->name, ppd_name, sizeof(ppd_name), "_."); in _ppdCacheCreateWithPPD() 1083 pwgFormatSizeName(pwg_keyword, sizeof(pwg_keyword), NULL, ppd_name, in _ppdCacheCreateWithPPD() 2327 const char *ppd_name; /* PPD media name */ in _ppdCacheGetPageSize() local 2343 ppd_name = keyword; in _ppdCacheGetPageSize() 2367 ppd_name = attr->values[0].string.text; in _ppdCacheGetPageSize() 2370 DEBUG_printf(("1_ppdCacheGetPageSize: ppd_name=\"%s\"", ppd_name)); in _ppdCacheGetPageSize() 2372 if (ppd_name) in _ppdCacheGetPageSize() 2383 if (!_cups_strcasecmp(ppd_name, size->map.ppd) || in _ppdCacheGetPageSize() 2384 !_cups_strcasecmp(ppd_name, size->map.pwg)) in _ppdCacheGetPageSize() [all …]
|
D | cups-private.h | 128 ppd_name[41]; /* PPD media name for custom size */ member
|