Home
last modified time | relevance | path

Searched refs:max_copies (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dppd-private.h143 int max_copies, /* cupsMaxCopies value */ member
Dppd-cache.c509 pc->max_copies = 9999; in _ppdCacheCreateWithFile()
900 pc->max_copies = atoi(value); in _ppdCacheCreateWithFile()
1882 pc->max_copies = atoi(ppd_attr->value); in _ppdCacheCreateWithPPD()
1884 pc->max_copies = 1; in _ppdCacheCreateWithPPD()
1886 pc->max_copies = 9999; in _ppdCacheCreateWithPPD()
2951 cupsFilePrintf(fp, "MaxCopies %d\n", pc->max_copies); in _ppdCacheWriteFile()
/external/libcups/filter/
Dpstops.c2302 int max_copies; /* Maximum number of copies supported */ in set_pstops_options() local
2563 max_copies = atoi(attr->value); in set_pstops_options()
2565 max_copies = 1; in set_pstops_options()
2567 max_copies = 9999; in set_pstops_options()
2569 if (doc->copies > max_copies) in set_pstops_options()
2595 if (doc->copies <= max_copies && in set_pstops_options()
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc195 int64 max_copies; member
227 copies.max_copies = std::max(copies.max_copies, current_copies); in CountMaximumOutstandingAsyncCopies()
/external/libcups/backend/
Dipp.c2865 if (copies > 1 && (!pc || copies <= pc->max_copies)) in new_request()