Home
last modified time | relevance | path

Searched refs:PPD (Results 1 – 25 of 76) sorted by relevance

1234

/external/autotest/client/site_tests/platform_PrinterPpds/
Dreadme.txt5 defines the set of PPD files to test. These two are described in the section
11 Input sets of PPD files ('core' and 'ext')
13 There are two input sets of PPD files to test: 'core' and 'ext'. 'core' is the
15 is built by taking the first element (PPD filename) from every line of this
16 file. The set 'ext' is built in similar way by taking the first element (PPD
19 PPD files; the exact size equals the number of lines in large_clusters.txt.
20 The set 'ext' contains around ~1400 PPD files; the exact size equals the number
25 The purpose of this autotest is to verify that given subset of PPD files work
26 in ChromeOS. Each PPD file is tested with the following procedure:
35 This procedure is repeated for every PPD file. The number of PPD files may be
[all …]
DppdTool.go128 type PPD struct { struct
165 func ParsePPD(name string, content []byte) (PPD, error) {
166 ppd := PPD{name: name, data: make([]Statement, 0, 512)}
241 func normalizePPD(ppd *PPD) { argument
260 func parseAndNormalizePPDFile(reader io.ReadCloser, filename string) PPD {
298 func divideIntoLargeClusters(ppds []PPD) [][]string { argument
377 func compareSameSizePPDs(ppds []PPD) [][]string { argument
446 func divideIntoSmallClusters(ppds []PPD) [][]string { argument
455 ppdsByHash := make(map[ppdHash][]PPD)
467 go func(ppdsToCompare []PPD) {
[all …]
Dcontrol.core_test11 cupstestppd, cups filters) for at least one of tested PPD files or when at least
22 This test runs the following procedure for PPD files from ppds_core directory:
Dcontrol.ext_dump11 cupstestppd, cups filters) for at least one of tested PPD files.
19 This test runs the following procedure for PPD files from ppds_ext directory:
Dcontrol.ext_test11 cupstestppd, cups filters) for at least one of tested PPD files or when at least
22 This test runs the following procedure for PPD files from ppds_ext directory:
Dcontrol.core_dump11 cupstestppd, cups filters) for at least one of tested PPD files.
19 This test runs the following procedure for PPD files from ppds_core directory:
Dcontrol.ext_test_debug11 cupstestppd, cups filters) for at least one of tested PPD files or when at least
21 This test runs the following procedure for PPD files from ppds_ext directory:
Dcontrol.ext_dump_debug11 cupstestppd, cups filters) for at least one of tested PPD files.
19 This test runs the following procedure for PPD files from ppds_ext directory:
/external/libcups/examples/
Dget-ppd-printer.test1 # Get printer PPD file using CUPS-Get-PPD
4 NAME "Get printer PPD file using CUPS-Get-PPD"
10 OPERATION CUPS-Get-PPD
Dget-ppd.test1 # Get PPD file using CUPS-get-ppd
4 NAME "Get PPD file using CUPS-get-ppd"
Dget-ppds.test1 # Get PPD files using CUPS-get-ppds
4 NAME "Get PPD files using CUPS-get-ppds"
Dget-ppds-language.test1 # Get PPD files using CUPS-Get-PPDs and language
4 NAME "Get PPD files using CUPS-Get-PPDs and language"
Dget-ppds-product.test1 # Get PPD files using CUPS-Get-PPDs and Product
4 NAME "Get PPD files using CUPS-Get-PPDs and Product"
Dget-ppds-psversion.test1 # Get PPD files using CUPS-Get-PPDs and PSVersion
4 NAME "Get PPD files using CUPS-Get-PPDs and PSVersion"
Dget-ppds-make.test1 # Get PPD files using CUPS-Get-PPDs and make
4 NAME "Get PPD files using CUPS-Get-PPDs and make"
Dget-ppds-make-and-model.test1 # Get PPD files using CUPS-Get-PPDs and model
4 NAME "Get PPD files using CUPS-Get-PPDs and model"
Dget-ppds-drv-only.test1 # Get drv-based PPD files using CUPS-Get-PPDs
4 NAME "Get drv-based PPD files using CUPS-Get-PPDs"
/external/libcups/filter/
Dpostscript-driver.shtml3PPD) file that describes the features and capabilities of the device, zero or more <em>filter</em>…
12PPD file or to reorganize the output for special printer features. Typically this is used to suppo…
18 …nd print jobs typically use a single command filter program defined in the PPD file to generate th…
25 …ostScript command filter that supports all of the standard functions using PPD-defined commands.</…
28 <h2 class='title'><a name='CREATING'>Creating New PPD Files</a></h2>
30PPD compiler, <a href='man-ppdc.html'>ppdc(1)</a>, to create new PPD files since it manages many o…
78 // Specify the name of the PPD file we want to generate
131 multiple products with the same PPD file. If not
158 <p>Most PostScript printer PPD files include query commands (<tt>?PageSize</tt>, etc.) that allow a…
178 <h3><a name='IMPORT'>Importing Existing PPD Files</a></h3>
[all …]
Dppd-compiler.shtml3 <P>The PPD compiler, <a href='man-ppdc.html'><code>ppdc(1)</code></a>, is a
6 PPD files that may be distributed with your printer drivers for use with CUPS.
8 PPD files defined by the driver information file <VAR>mydrivers.drv</VAR>:</P>
14 <P>The PPD files are placed in a subdirectory called
15 <VAR>ppd</VAR>. The <TT>-d</TT> option is used to put the PPD
22 <P>places the PPD files in a subdirectory named
24 specify the language localization for the PPD files that are
35 <P>creates PPD files in German (de), English (en), Spanish (es),
38 "globalized" PPD files:</p>
47 <P>The driver information files accepted by the PPD compiler are
[all …]
/external/libcups/ppdc/
DMakefile132 echo Installing PPD compiler programs...
208 echo Testing PPD compiler...
238 echo Testing PPD importer...
244 echo PPD import OK; \
246 echo PPD import FAILED; \
Dfoo.drv2 // PPD file compiler test data file for CUPS.
65 // defined by the Adobe PPD specification.
68 // the Adobe PPD specification.
96 // All copyright lines are put at the top of the PPD file in order
98 // will be properly included in the PPD file with comment prefixes
168 // Printer drivers can access driver-specific attributes in a PPD
197 // printers and PPD files for software RIPs.
219 // When compiling PPD files for PostScript capable devices that use
249 // names listed in the PPD specification or any named size defined
314 // The PCFileName keyword defines the filename of the PPD
[all …]
/external/autotest/test_suites/
Dcontrol.cups_weekly7 PURPOSE = "A weekly test suite for PPD validation."
15 PPD validation is part of CUPS printing routines to verify CUPS correctly
16 interprets the PPD files set.
/external/libcups/cups/
Dtest2.ppd1 *PPD-Adobe: "4.3"
3 *% Test PPD file #2 for CUPS.
5 *% This file is used to test the CUPS PPD API functions and cannot be
6 *% used with any known printers. Look on the CUPS web site for working PPD
9 *% If you are a PPD file developer, consider using the PPD compiler (ppdc)
10 *% to create your PPD files - not only will it save you time, it produces
22 *PCFileName: "TEST.PPD"
Dtest.ppd1 *PPD-Adobe: "4.3"
3 *% Test PPD file for CUPS.
5 *% This file is used to test the CUPS PPD API functions and cannot be
6 *% used with any known printers. Look on the CUPS web site for working PPD
9 *% If you are a PPD file developer, consider using the PPD compiler (ppdc)
10 *% to create your PPD files - not only will it save you time, it produces
22 *PCFileName: "TEST.PPD"
/external/libcups/
DCHANGES.md27 - The PPD cache code now looks up page sizes using their dimensions
29 - PPD files containing "custom" option keywords did not work (Issue #5639)
79 - The `lpadmin` command did not always update the PPD file for changes to the
85 - Fixed some PPD parser issues (Issue #5623, Issue #5624)
128 - The lpadmin command would hang with a bad PPD file (rdar://41495016)
134 - Restored minimal support for the `Emulators` keyword in PPD files to allow
148 - Fixed a potential memory leak when loading a PPD file (Issue #5475)
165 - Fixed some PPD caching and IPP Everywhere PPD accounting/password bugs
219 - The PPD compiler incorrectly terminated JCL options (Issue #5379)
224 - The generated PPD files for IPP Everywhere printers did not contain the
[all …]

1234