HomeSort by relevance Sort by last modified time
    Searched refs:ppd_name (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/site_tests/platform_PrinterPpds/
platform_PrinterPpds.py 290 def _PPD_test_procedure(self, ppd_name, ppd_content, port):
311 @param ppd_name: a name of the PPD file
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] = diges
    [all...]
  /external/libcups/cups/
pwg-media.c 777 snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pwg_format_inches(lstr, sizeof(lstr), l));
779 snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%smm", pwg_format_millimeters(wstr, sizeof(wstr), w), pwg_format_millimeters(lstr, sizeof(lstr), l));
780 size->ppd = cg->ppd_name;
884 snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%smm", pwg_format_millimeters(wstr, sizeof(wstr), w), pwg_format_millimeters(lstr, sizeof(lstr), l));
886 snprintf(cg->ppd_name, sizeof(cg->ppd_name), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pwg_format_inches(lstr, sizeof(lstr), l));
887 size->ppd = cg->ppd_name;
    [all...]
cups-private.h 128 ppd_name[41]; /* PPD media name for custom size */ member in struct:_cups_globals_s
ppd-cache.c 974 ppd_name[PPD_MAX_NAME]; local
2327 const char *ppd_name; \/* PPD media name *\/ local
    [all...]

Completed in 312 milliseconds