1*5e7646d2SAndroid Build Coastguard Worker# 2*5e7646d2SAndroid Build Coastguard Worker# IPP Everywhere test suite. 3*5e7646d2SAndroid Build Coastguard Worker# 4*5e7646d2SAndroid Build Coastguard Worker# Copyright © 2007-2018 by Apple Inc. 5*5e7646d2SAndroid Build Coastguard Worker# Copyright © 2001-2006 by Easy Software Products. All rights reserved. 6*5e7646d2SAndroid Build Coastguard Worker# 7*5e7646d2SAndroid Build Coastguard Worker# Licensed under Apache License v2.0. See the file "LICENSE" for more 8*5e7646d2SAndroid Build Coastguard Worker# information. 9*5e7646d2SAndroid Build Coastguard Worker# 10*5e7646d2SAndroid Build Coastguard Worker# Usage: 11*5e7646d2SAndroid Build Coastguard Worker# 12*5e7646d2SAndroid Build Coastguard Worker# ./ipptool -V 2.0 -tf filename.ext printer-uri ipp-everywhere.test 13*5e7646d2SAndroid Build Coastguard Worker# 14*5e7646d2SAndroid Build Coastguard Worker 15*5e7646d2SAndroid Build Coastguard Worker# Do all of the IPP/1.1 and IPP/2.0 tests 16*5e7646d2SAndroid Build Coastguard WorkerINCLUDE "ipp-2.0.test" 17*5e7646d2SAndroid Build Coastguard Worker 18*5e7646d2SAndroid Build Coastguard Worker 19*5e7646d2SAndroid Build Coastguard Worker# Test required printer description attribute support. 20*5e7646d2SAndroid Build Coastguard Worker# 21*5e7646d2SAndroid Build Coastguard Worker# Required by: PWG 5100.14 22*5e7646d2SAndroid Build Coastguard Worker{ 23*5e7646d2SAndroid Build Coastguard Worker NAME "PWG 5100.14 section 5.1/5.2 - Required Operations and Attributes" 24*5e7646d2SAndroid Build Coastguard Worker OPERATION Get-Printer-Attributes 25*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 26*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 27*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 28*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 29*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 30*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format application/octet-stream 31*5e7646d2SAndroid Build Coastguard Worker ATTR keyword requested-attributes all,media-col-database 32*5e7646d2SAndroid Build Coastguard Worker 33*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 34*5e7646d2SAndroid Build Coastguard Worker 35*5e7646d2SAndroid Build Coastguard Worker # Operations 36*5e7646d2SAndroid Build Coastguard Worker EXPECT operations-supported WITH-VALUE 0x0002 # Print-Job 37*5e7646d2SAndroid Build Coastguard Worker EXPECT operations-supported WITH-VALUE 0x0004 # Validate-Job 38*5e7646d2SAndroid Build Coastguard Worker EXPECT operations-supported WITH-VALUE 0x0005 # Create-Job 39*5e7646d2SAndroid Build Coastguard Worker EXPECT operations-supported WITH-VALUE 0x0006 # Send-Document 40*5e7646d2SAndroid Build Coastguard Worker EXPECT operations-supported WITH-VALUE 0x0008 # Cancel-Job 41*5e7646d2SAndroid Build Coastguard Worker EXPECT operations-supported WITH-VALUE 0x0009 # Get-Job-Attributes 42*5e7646d2SAndroid Build Coastguard Worker EXPECT operations-supported WITH-VALUE 0x000a # Get-Jobs 43*5e7646d2SAndroid Build Coastguard Worker EXPECT operations-supported WITH-VALUE 0x000b # Get-Printer-Attributes 44*5e7646d2SAndroid Build Coastguard Worker EXPECT operations-supported WITH-VALUE 0x0039 # Cancel-My-Jobs 45*5e7646d2SAndroid Build Coastguard Worker EXPECT operations-supported WITH-VALUE 0x003b # Close-Job 46*5e7646d2SAndroid Build Coastguard Worker EXPECT operations-supported WITH-VALUE 0x003c # Identify-Printer 47*5e7646d2SAndroid Build Coastguard Worker 48*5e7646d2SAndroid Build Coastguard Worker # Printer description attributes 49*5e7646d2SAndroid Build Coastguard Worker EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "deflate" DEFINE-MATCH HAVE_DEFLATE 50*5e7646d2SAndroid Build Coastguard Worker EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "gzip" DEFINE-MATCH HAVE_GZIP 51*5e7646d2SAndroid Build Coastguard Worker 52*5e7646d2SAndroid Build Coastguard Worker EXPECT document-format-supported OF-TYPE mimeMediaType IN-GROUP printer-attributes-tag WITH-VALUE "image/jpeg" 53*5e7646d2SAndroid Build Coastguard Worker EXPECT document-format-supported OF-TYPE mimeMediaType IN-GROUP printer-attributes-tag WITH-VALUE "image/pwg-raster" 54*5e7646d2SAndroid Build Coastguard Worker EXPECT document-format-supported OF-TYPE mimeMediaType IN-GROUP printer-attributes-tag WITH-VALUE "/^(application/pdf|application/openxps)$/" DEFINE-MATCH PDF_OR_OPENXPS 55*5e7646d2SAndroid Build Coastguard Worker 56*5e7646d2SAndroid Build Coastguard Worker EXPECT feed-orientation-supported OF-TYPE keyword IN-GROUP printer-attributes-tag DEFINE-MATCH FEED_ORIENTATION_SUPPORTED 57*5e7646d2SAndroid Build Coastguard Worker EXPECT feed-orientation-default OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1 IF-DEFINED FEED_ORIENTATION_SUPPORTED 58*5e7646d2SAndroid Build Coastguard Worker 59*5e7646d2SAndroid Build Coastguard Worker EXPECT finishings-supported OF-TYPE enum IN-GROUP printer-attributes-tag DEFINE-MATCH FINISHINGS_SUPPORTED 60*5e7646d2SAndroid Build Coastguard Worker EXPECT finishings-default OF-TYPE enum IN-GROUP printer-attributes-tag IF-DEFINED FINISHINGS_SUPPORTED 61*5e7646d2SAndroid Build Coastguard Worker 62*5e7646d2SAndroid Build Coastguard Worker EXPECT identify-actions-default OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "/^(display|flash|sound|speak)$/" 63*5e7646d2SAndroid Build Coastguard Worker EXPECT identify-actions-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "/^(display|flash|sound|speak)$/" 64*5e7646d2SAndroid Build Coastguard Worker 65*5e7646d2SAndroid Build Coastguard Worker EXPECT ipp-features-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "ipp-everywhere" 66*5e7646d2SAndroid Build Coastguard Worker 67*5e7646d2SAndroid Build Coastguard Worker EXPECT job-account-id-supported OF-TYPE boolean IN-GROUP printer-attributes-tag WITH-VALUE true COUNT 1 DEFINE-MATCH JOB_ACCOUNT_ID_SUPPORTED 68*5e7646d2SAndroid Build Coastguard Worker EXPECT job-account-id-default OF-TYPE name|no-value IN-GROUP printer-attributes-tag COUNT 1 IF-DEFINED JOB_ACCOUNT_ID_SUPPORTED 69*5e7646d2SAndroid Build Coastguard Worker 70*5e7646d2SAndroid Build Coastguard Worker EXPECT job-accounting-user-id-supported OF-TYPE boolean IN-GROUP printer-attributes-tag WITH-VALUE true COUNT 1 DEFINE-MATCH JOB_ACCOUNTING_USER_ID_SUPPORTED 71*5e7646d2SAndroid Build Coastguard Worker EXPECT job-accounting-user-id-default OF-TYPE name|no-value IN-GROUP printer-attributes-tag COUNT 1 IF-DEFINED JOB_ACCOUNTING_USER_ID_SUPPORTED 72*5e7646d2SAndroid Build Coastguard Worker 73*5e7646d2SAndroid Build Coastguard Worker EXPECT job-constraints-supported OF-TYPE collection IN-GROUP printer-attributes-tag DEFINE-MATCH JOB_CONSTRAINTS_SUPPORTED 74*5e7646d2SAndroid Build Coastguard Worker EXPECT job-resolvers-supported OF-TYPE collection IN-GROUP printer-attributes-tag IF-DEFINED JOB_CONSTRAINTS_SUPPORTED 75*5e7646d2SAndroid Build Coastguard Worker 76*5e7646d2SAndroid Build Coastguard Worker EXPECT job-creation-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag 77*5e7646d2SAndroid Build Coastguard Worker 78*5e7646d2SAndroid Build Coastguard Worker EXPECT job-ids-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE true 79*5e7646d2SAndroid Build Coastguard Worker 80*5e7646d2SAndroid Build Coastguard Worker EXPECT preferred-attributes-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 81*5e7646d2SAndroid Build Coastguard Worker 82*5e7646d2SAndroid Build Coastguard Worker EXPECT media-bottom-margin-supported OF-TYPE integer IN-GROUP printer-attributes-tag WITH-ALL-VALUES >-1 83*5e7646d2SAndroid Build Coastguard Worker EXPECT media-left-margin-supported OF-TYPE integer IN-GROUP printer-attributes-tag WITH-ALL-VALUES >-1 84*5e7646d2SAndroid Build Coastguard Worker EXPECT media-right-margin-supported OF-TYPE integer IN-GROUP printer-attributes-tag WITH-ALL-VALUES >-1 85*5e7646d2SAndroid Build Coastguard Worker EXPECT media-top-margin-supported OF-TYPE integer IN-GROUP printer-attributes-tag WITH-ALL-VALUES >-1 86*5e7646d2SAndroid Build Coastguard Worker 87*5e7646d2SAndroid Build Coastguard Worker EXPECT media-col-database OF-TYPE collection IN-GROUP printer-attributes-tag 88*5e7646d2SAndroid Build Coastguard Worker 89*5e7646d2SAndroid Build Coastguard Worker EXPECT media-col-ready OF-TYPE collection IN-GROUP printer-attributes-tag 90*5e7646d2SAndroid Build Coastguard Worker 91*5e7646d2SAndroid Build Coastguard Worker EXPECT media-ready OF-TYPE keyword|name IN-GROUP printer-attributes-tag 92*5e7646d2SAndroid Build Coastguard Worker 93*5e7646d2SAndroid Build Coastguard Worker EXPECT media-size-supported OF-TYPE collection IN-GROUP printer-attributes-tag 94*5e7646d2SAndroid Build Coastguard Worker 95*5e7646d2SAndroid Build Coastguard Worker EXPECT media-source-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag 96*5e7646d2SAndroid Build Coastguard Worker 97*5e7646d2SAndroid Build Coastguard Worker EXPECT media-type-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag 98*5e7646d2SAndroid Build Coastguard Worker 99*5e7646d2SAndroid Build Coastguard Worker EXPECT multiple-document-jobs-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 100*5e7646d2SAndroid Build Coastguard Worker 101*5e7646d2SAndroid Build Coastguard Worker EXPECT multiple-operation-time-out OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0 102*5e7646d2SAndroid Build Coastguard Worker 103*5e7646d2SAndroid Build Coastguard Worker EXPECT multiple-operation-time-out-action OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "/^(abort-job|hold-job|process-job)$/" 104*5e7646d2SAndroid Build Coastguard Worker 105*5e7646d2SAndroid Build Coastguard Worker EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "document-number" 106*5e7646d2SAndroid Build Coastguard Worker EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "pages" 107*5e7646d2SAndroid Build Coastguard Worker 108*5e7646d2SAndroid Build Coastguard Worker EXPECT page-ranges-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE true IF-DEFINED PDF_OR_OPENXPS 109*5e7646d2SAndroid Build Coastguard Worker 110*5e7646d2SAndroid Build Coastguard Worker EXPECT print-color-mode-default OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "/^(auto|auto-monochrome|bi-level|color|highlight|monochrome|process-bi-level|process-monochrome)$/" 111*5e7646d2SAndroid Build Coastguard Worker EXPECT print-color-mode-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-ALL-VALUES "/^(auto|auto-monochrome|bi-level|color|highlight|monochrome|process-bi-level|process-monochrome)$/" 112*5e7646d2SAndroid Build Coastguard Worker 113*5e7646d2SAndroid Build Coastguard Worker EXPECT print-content-optimize-default OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "/^(auto|graphic|photo|text|text-and-graphic)$/" 114*5e7646d2SAndroid Build Coastguard Worker EXPECT print-content-optimize-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-ALL-VALUES "/^(auto|graphic|photo|text|text-and-graphic)$/" 115*5e7646d2SAndroid Build Coastguard Worker 116*5e7646d2SAndroid Build Coastguard Worker EXPECT print-rendering-intent-default OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "/^(auto|absolute|perceptual|relative|relative-bpc|saturation)$/" 117*5e7646d2SAndroid Build Coastguard Worker EXPECT print-rendering-intent-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-ALL-VALUES "/^(auto|absolute|perceptual|relative|relative-bpc|saturation)$/" 118*5e7646d2SAndroid Build Coastguard Worker 119*5e7646d2SAndroid Build Coastguard Worker EXPECT ?printer-alert OF-TYPE octetString IN-GROUP printer-attributes-tag 120*5e7646d2SAndroid Build Coastguard Worker EXPECT ?printer-alert-description OF-TYPE text IN-GROUP printer-attributes-tag SAME-COUNT-AS printer-alert 121*5e7646d2SAndroid Build Coastguard Worker 122*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-charge-info DEFINE-MATCH PRINTER_CHARGE_INFO 123*5e7646d2SAndroid Build Coastguard Worker EXPECT ?printer-charge-info OF-TYPE text IN-GROUP printer-attributes-tag COUNT 1 124*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-charge-info-uri IF-DEFINED PRINTER_CHARGE_INFO 125*5e7646d2SAndroid Build Coastguard Worker EXPECT ?printer-charge-info-uri OF-TYPE uri IN-GROUP printer-attributes-tag COUNT 1 126*5e7646d2SAndroid Build Coastguard Worker 127*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-config-change-date-time OF-TYPE dateTime IN-GROUP printer-attributes-tag COUNT 1 128*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-config-change-time OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >-1 129*5e7646d2SAndroid Build Coastguard Worker 130*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-device-id OF-TYPE text IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "/^([-A-Za-z ]+:[^;]*;)+$/" 131*5e7646d2SAndroid Build Coastguard Worker 132*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-geo-location OF-TYPE uri|unknown IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "/^geo:/" 133*5e7646d2SAndroid Build Coastguard Worker 134*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-get-attributes-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "document-format" 135*5e7646d2SAndroid Build Coastguard Worker 136*5e7646d2SAndroid Build Coastguard Worker EXPECT ?printer-icc-profiles-supported OF-TYPE collection IN-GROUP printer-attributes-tag 137*5e7646d2SAndroid Build Coastguard Worker 138*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-icons OF-TYPE uri IN-GROUP printer-attributes-tag 139*5e7646d2SAndroid Build Coastguard Worker 140*5e7646d2SAndroid Build Coastguard Worker EXPECT ?printer-mandatory-job-attributes OF-TYPE keyword IN-GROUP printer-attributes-tag 141*5e7646d2SAndroid Build Coastguard Worker 142*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-organization OF-TYPE text IN-GROUP printer-attributes-tag 143*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-organizational-unit OF-TYPE text IN-GROUP printer-attributes-tag 144*5e7646d2SAndroid Build Coastguard Worker 145*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-state-change-date-time OF-TYPE dateTime IN-GROUP printer-attributes-tag COUNT 1 146*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-state-change-time OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >-1 147*5e7646d2SAndroid Build Coastguard Worker 148*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-supply OF-TYPE octetString IN-GROUP printer-attributes-tag SAME-COUNT-AS printer-supply-description 149*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-supply-description OF-TYPE text IN-GROUP printer-attributes-tag SAME-COUNT-AS printer-supply 150*5e7646d2SAndroid Build Coastguard Worker 151*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-supply-info-uri OF-TYPE uri IN-GROUP printer-attributes-tag COUNT 1 152*5e7646d2SAndroid Build Coastguard Worker 153*5e7646d2SAndroid Build Coastguard Worker EXPECT printer-uuid OF-TYPE uri IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "/^urn:uuid:[0-9A-Fa-f]{8,8}-[0-9A-Fa-f]{4,4}-[0-9A-Fa-f]{4,4}-[0-9A-Fa-f]{4,4}-[0-9A-Fa-f]{12,12}/" 154*5e7646d2SAndroid Build Coastguard Worker 155*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-resolution-supported OF-TYPE resolution IN-GROUP printer-attributes-tag 156*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-resolution-supported WITH-VALUE 150dpi DEFINE-MATCH HAVE_150DPI 157*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-resolution-supported WITH-VALUE 180dpi DEFINE-MATCH HAVE_180DPI 158*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-resolution-supported WITH-VALUE 300dpi DEFINE-MATCH HAVE_300DPI 159*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-resolution-supported WITH-VALUE 360dpi DEFINE-MATCH HAVE_360DPI 160*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-resolution-supported WITH-VALUE 600dpi DEFINE-MATCH HAVE_600DPI 161*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-resolution-supported WITH-VALUE 720dpi DEFINE-MATCH HAVE_720DPI 162*5e7646d2SAndroid Build Coastguard Worker 163*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-sheet-back OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1 164*5e7646d2SAndroid Build Coastguard Worker 165*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-type-supported OF-TYPE keyword IN-GROUP printer-attributes-tag 166*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-type-supported WITH-VALUE "black_1" DEFINE-MATCH HAVE_BLACK_1 167*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-type-supported WITH-VALUE "cmyk_8" DEFINE-MATCH HAVE_CMYK_8 168*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-type-supported WITH-VALUE "sgray_8" DEFINE-MATCH HAVE_SGRAY_8 169*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-type-supported WITH-VALUE "srgb_8" DEFINE-MATCH HAVE_SRGB_8 170*5e7646d2SAndroid Build Coastguard Worker EXPECT pwg-raster-document-type-supported WITH-VALUE "srgb_16" DEFINE-MATCH HAVE_SRGB_16 171*5e7646d2SAndroid Build Coastguard Worker 172*5e7646d2SAndroid Build Coastguard Worker EXPECT which-jobs-supported OF-TYPE keyword IN-GROUP printer-attributes-tag 173*5e7646d2SAndroid Build Coastguard Worker} 174*5e7646d2SAndroid Build Coastguard Worker 175*5e7646d2SAndroid Build Coastguard Worker 176*5e7646d2SAndroid Build Coastguard Worker# Test printing all sample documents 177*5e7646d2SAndroid Build Coastguard Worker{ 178*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, black-1" 179*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/color.jpg-4x6-black-1-150dpi.pwg 180*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 181*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 182*5e7646d2SAndroid Build Coastguard Worker 183*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 184*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 185*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 186*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 187*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 188*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 189*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 190*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 191*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/color.jpg-4x6-black-1-150dpi.pwg 192*5e7646d2SAndroid Build Coastguard Worker 193*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 194*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 195*5e7646d2SAndroid Build Coastguard Worker} 196*5e7646d2SAndroid Build Coastguard Worker 197*5e7646d2SAndroid Build Coastguard Worker{ 198*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, black-1, deflate" 199*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/color.jpg-4x6-black-1-150dpi.pwg 200*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 201*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 202*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 203*5e7646d2SAndroid Build Coastguard Worker 204*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 205*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 206*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 207*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 208*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 209*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 210*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 211*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 212*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 213*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 214*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/color.jpg-4x6-black-1-150dpi.pwg 215*5e7646d2SAndroid Build Coastguard Worker 216*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 217*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 218*5e7646d2SAndroid Build Coastguard Worker} 219*5e7646d2SAndroid Build Coastguard Worker 220*5e7646d2SAndroid Build Coastguard Worker{ 221*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, black-1, gzip" 222*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/color.jpg-4x6-black-1-150dpi.pwg 223*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 224*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 225*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 226*5e7646d2SAndroid Build Coastguard Worker 227*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 228*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 229*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 230*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 231*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 232*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 233*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 234*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 235*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 236*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 237*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/color.jpg-4x6-black-1-150dpi.pwg 238*5e7646d2SAndroid Build Coastguard Worker 239*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 240*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 241*5e7646d2SAndroid Build Coastguard Worker} 242*5e7646d2SAndroid Build Coastguard Worker 243*5e7646d2SAndroid Build Coastguard Worker{ 244*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, cmyk-8" 245*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/color.jpg-4x6-cmyk-8-150dpi.pwg 246*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 247*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 248*5e7646d2SAndroid Build Coastguard Worker 249*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 250*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 251*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 252*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 253*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 254*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 255*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 256*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 257*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/color.jpg-4x6-cmyk-8-150dpi.pwg 258*5e7646d2SAndroid Build Coastguard Worker 259*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 260*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 261*5e7646d2SAndroid Build Coastguard Worker} 262*5e7646d2SAndroid Build Coastguard Worker 263*5e7646d2SAndroid Build Coastguard Worker{ 264*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, cmyk-8, deflate" 265*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/color.jpg-4x6-cmyk-8-150dpi.pwg 266*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 267*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 268*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 269*5e7646d2SAndroid Build Coastguard Worker 270*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 271*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 272*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 273*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 274*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 275*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 276*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 277*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 278*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 279*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 280*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/color.jpg-4x6-cmyk-8-150dpi.pwg 281*5e7646d2SAndroid Build Coastguard Worker 282*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 283*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 284*5e7646d2SAndroid Build Coastguard Worker} 285*5e7646d2SAndroid Build Coastguard Worker 286*5e7646d2SAndroid Build Coastguard Worker{ 287*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, cmyk-8, gzip" 288*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/color.jpg-4x6-cmyk-8-150dpi.pwg 289*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 290*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 291*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 292*5e7646d2SAndroid Build Coastguard Worker 293*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 294*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 295*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 296*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 297*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 298*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 299*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 300*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 301*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 302*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 303*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/color.jpg-4x6-cmyk-8-150dpi.pwg 304*5e7646d2SAndroid Build Coastguard Worker 305*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 306*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 307*5e7646d2SAndroid Build Coastguard Worker} 308*5e7646d2SAndroid Build Coastguard Worker 309*5e7646d2SAndroid Build Coastguard Worker{ 310*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, sgray-8" 311*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/color.jpg-4x6-sgray-8-150dpi.pwg 312*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 313*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 314*5e7646d2SAndroid Build Coastguard Worker 315*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 316*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 317*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 318*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 319*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 320*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 321*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 322*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 323*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/color.jpg-4x6-sgray-8-150dpi.pwg 324*5e7646d2SAndroid Build Coastguard Worker 325*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 326*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 327*5e7646d2SAndroid Build Coastguard Worker} 328*5e7646d2SAndroid Build Coastguard Worker 329*5e7646d2SAndroid Build Coastguard Worker{ 330*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, sgray-8, deflate" 331*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/color.jpg-4x6-sgray-8-150dpi.pwg 332*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 333*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 334*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 335*5e7646d2SAndroid Build Coastguard Worker 336*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 337*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 338*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 339*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 340*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 341*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 342*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 343*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 344*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 345*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 346*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/color.jpg-4x6-sgray-8-150dpi.pwg 347*5e7646d2SAndroid Build Coastguard Worker 348*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 349*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 350*5e7646d2SAndroid Build Coastguard Worker} 351*5e7646d2SAndroid Build Coastguard Worker 352*5e7646d2SAndroid Build Coastguard Worker{ 353*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, sgray-8, gzip" 354*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/color.jpg-4x6-sgray-8-150dpi.pwg 355*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 356*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 357*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 358*5e7646d2SAndroid Build Coastguard Worker 359*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 360*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 361*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 362*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 363*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 364*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 365*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 366*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 367*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 368*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 369*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/color.jpg-4x6-sgray-8-150dpi.pwg 370*5e7646d2SAndroid Build Coastguard Worker 371*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 372*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 373*5e7646d2SAndroid Build Coastguard Worker} 374*5e7646d2SAndroid Build Coastguard Worker 375*5e7646d2SAndroid Build Coastguard Worker{ 376*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, srgb-8" 377*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/color.jpg-4x6-srgb-8-150dpi.pwg 378*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 379*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 380*5e7646d2SAndroid Build Coastguard Worker 381*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 382*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 383*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 384*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 385*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 386*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 387*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 388*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 389*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/color.jpg-4x6-srgb-8-150dpi.pwg 390*5e7646d2SAndroid Build Coastguard Worker 391*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 392*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 393*5e7646d2SAndroid Build Coastguard Worker} 394*5e7646d2SAndroid Build Coastguard Worker 395*5e7646d2SAndroid Build Coastguard Worker{ 396*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, srgb-8, deflate" 397*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/color.jpg-4x6-srgb-8-150dpi.pwg 398*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 399*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 400*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 401*5e7646d2SAndroid Build Coastguard Worker 402*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 403*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 404*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 405*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 406*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 407*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 408*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 409*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 410*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 411*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 412*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/color.jpg-4x6-srgb-8-150dpi.pwg 413*5e7646d2SAndroid Build Coastguard Worker 414*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 415*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 416*5e7646d2SAndroid Build Coastguard Worker} 417*5e7646d2SAndroid Build Coastguard Worker 418*5e7646d2SAndroid Build Coastguard Worker{ 419*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, srgb-8, gzip" 420*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/color.jpg-4x6-srgb-8-150dpi.pwg 421*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 422*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 423*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 424*5e7646d2SAndroid Build Coastguard Worker 425*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 426*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 427*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 428*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 429*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 430*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 431*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 432*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 433*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 434*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 435*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/color.jpg-4x6-srgb-8-150dpi.pwg 436*5e7646d2SAndroid Build Coastguard Worker 437*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 438*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 439*5e7646d2SAndroid Build Coastguard Worker} 440*5e7646d2SAndroid Build Coastguard Worker 441*5e7646d2SAndroid Build Coastguard Worker{ 442*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, srgb-16" 443*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-16/color.jpg-4x6-srgb-16-150dpi.pwg 444*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 445*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 446*5e7646d2SAndroid Build Coastguard Worker 447*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 448*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 449*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 450*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 451*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 452*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 453*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 454*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 455*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-16/color.jpg-4x6-srgb-16-150dpi.pwg 456*5e7646d2SAndroid Build Coastguard Worker 457*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 458*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 459*5e7646d2SAndroid Build Coastguard Worker} 460*5e7646d2SAndroid Build Coastguard Worker 461*5e7646d2SAndroid Build Coastguard Worker{ 462*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, srgb-16, deflate" 463*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-16/color.jpg-4x6-srgb-16-150dpi.pwg 464*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 465*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 466*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 467*5e7646d2SAndroid Build Coastguard Worker 468*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 469*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 470*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 471*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 472*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 473*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 474*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 475*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 476*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 477*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 478*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-16/color.jpg-4x6-srgb-16-150dpi.pwg 479*5e7646d2SAndroid Build Coastguard Worker 480*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 481*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 482*5e7646d2SAndroid Build Coastguard Worker} 483*5e7646d2SAndroid Build Coastguard Worker 484*5e7646d2SAndroid Build Coastguard Worker{ 485*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 150dpi, srgb-16, gzip" 486*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-16/color.jpg-4x6-srgb-16-150dpi.pwg 487*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 488*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 489*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 490*5e7646d2SAndroid Build Coastguard Worker 491*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 492*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 493*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 494*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 495*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 496*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 497*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 498*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 499*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 500*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 501*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-16/color.jpg-4x6-srgb-16-150dpi.pwg 502*5e7646d2SAndroid Build Coastguard Worker 503*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 504*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 505*5e7646d2SAndroid Build Coastguard Worker} 506*5e7646d2SAndroid Build Coastguard Worker 507*5e7646d2SAndroid Build Coastguard Worker{ 508*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, black-1" 509*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/color.jpg-4x6-black-1-180dpi.pwg 510*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 511*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 512*5e7646d2SAndroid Build Coastguard Worker 513*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 514*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 515*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 516*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 517*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 518*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 519*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 520*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 521*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/color.jpg-4x6-black-1-180dpi.pwg 522*5e7646d2SAndroid Build Coastguard Worker 523*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 524*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 525*5e7646d2SAndroid Build Coastguard Worker} 526*5e7646d2SAndroid Build Coastguard Worker 527*5e7646d2SAndroid Build Coastguard Worker{ 528*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, black-1, deflate" 529*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/color.jpg-4x6-black-1-180dpi.pwg 530*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 531*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 532*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 533*5e7646d2SAndroid Build Coastguard Worker 534*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 535*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 536*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 537*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 538*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 539*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 540*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 541*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 542*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 543*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 544*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/color.jpg-4x6-black-1-180dpi.pwg 545*5e7646d2SAndroid Build Coastguard Worker 546*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 547*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 548*5e7646d2SAndroid Build Coastguard Worker} 549*5e7646d2SAndroid Build Coastguard Worker 550*5e7646d2SAndroid Build Coastguard Worker{ 551*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, black-1, gzip" 552*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/color.jpg-4x6-black-1-180dpi.pwg 553*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 554*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 555*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 556*5e7646d2SAndroid Build Coastguard Worker 557*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 558*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 559*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 560*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 561*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 562*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 563*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 564*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 565*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 566*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 567*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/color.jpg-4x6-black-1-180dpi.pwg 568*5e7646d2SAndroid Build Coastguard Worker 569*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 570*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 571*5e7646d2SAndroid Build Coastguard Worker} 572*5e7646d2SAndroid Build Coastguard Worker 573*5e7646d2SAndroid Build Coastguard Worker{ 574*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, cmyk-8" 575*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/color.jpg-4x6-cmyk-8-180dpi.pwg 576*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 577*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 578*5e7646d2SAndroid Build Coastguard Worker 579*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 580*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 581*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 582*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 583*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 584*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 585*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 586*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 587*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/color.jpg-4x6-cmyk-8-180dpi.pwg 588*5e7646d2SAndroid Build Coastguard Worker 589*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 590*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 591*5e7646d2SAndroid Build Coastguard Worker} 592*5e7646d2SAndroid Build Coastguard Worker 593*5e7646d2SAndroid Build Coastguard Worker{ 594*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, cmyk-8, deflate" 595*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/color.jpg-4x6-cmyk-8-180dpi.pwg 596*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 597*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 598*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 599*5e7646d2SAndroid Build Coastguard Worker 600*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 601*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 602*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 603*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 604*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 605*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 606*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 607*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 608*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 609*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 610*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/color.jpg-4x6-cmyk-8-180dpi.pwg 611*5e7646d2SAndroid Build Coastguard Worker 612*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 613*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 614*5e7646d2SAndroid Build Coastguard Worker} 615*5e7646d2SAndroid Build Coastguard Worker 616*5e7646d2SAndroid Build Coastguard Worker{ 617*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, cmyk-8, gzip" 618*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/color.jpg-4x6-cmyk-8-180dpi.pwg 619*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 620*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 621*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 622*5e7646d2SAndroid Build Coastguard Worker 623*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 624*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 625*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 626*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 627*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 628*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 629*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 630*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 631*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 632*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 633*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/color.jpg-4x6-cmyk-8-180dpi.pwg 634*5e7646d2SAndroid Build Coastguard Worker 635*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 636*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 637*5e7646d2SAndroid Build Coastguard Worker} 638*5e7646d2SAndroid Build Coastguard Worker 639*5e7646d2SAndroid Build Coastguard Worker{ 640*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, sgray-8" 641*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/color.jpg-4x6-sgray-8-180dpi.pwg 642*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 643*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 644*5e7646d2SAndroid Build Coastguard Worker 645*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 646*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 647*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 648*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 649*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 650*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 651*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 652*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 653*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/color.jpg-4x6-sgray-8-180dpi.pwg 654*5e7646d2SAndroid Build Coastguard Worker 655*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 656*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 657*5e7646d2SAndroid Build Coastguard Worker} 658*5e7646d2SAndroid Build Coastguard Worker 659*5e7646d2SAndroid Build Coastguard Worker{ 660*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, sgray-8, deflate" 661*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/color.jpg-4x6-sgray-8-180dpi.pwg 662*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 663*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 664*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 665*5e7646d2SAndroid Build Coastguard Worker 666*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 667*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 668*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 669*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 670*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 671*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 672*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 673*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 674*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 675*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 676*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/color.jpg-4x6-sgray-8-180dpi.pwg 677*5e7646d2SAndroid Build Coastguard Worker 678*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 679*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 680*5e7646d2SAndroid Build Coastguard Worker} 681*5e7646d2SAndroid Build Coastguard Worker 682*5e7646d2SAndroid Build Coastguard Worker{ 683*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, sgray-8, gzip" 684*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/color.jpg-4x6-sgray-8-180dpi.pwg 685*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 686*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 687*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 688*5e7646d2SAndroid Build Coastguard Worker 689*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 690*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 691*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 692*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 693*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 694*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 695*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 696*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 697*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 698*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 699*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/color.jpg-4x6-sgray-8-180dpi.pwg 700*5e7646d2SAndroid Build Coastguard Worker 701*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 702*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 703*5e7646d2SAndroid Build Coastguard Worker} 704*5e7646d2SAndroid Build Coastguard Worker 705*5e7646d2SAndroid Build Coastguard Worker{ 706*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, srgb-8" 707*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/color.jpg-4x6-srgb-8-180dpi.pwg 708*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 709*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 710*5e7646d2SAndroid Build Coastguard Worker 711*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 712*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 713*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 714*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 715*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 716*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 717*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 718*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 719*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/color.jpg-4x6-srgb-8-180dpi.pwg 720*5e7646d2SAndroid Build Coastguard Worker 721*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 722*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 723*5e7646d2SAndroid Build Coastguard Worker} 724*5e7646d2SAndroid Build Coastguard Worker 725*5e7646d2SAndroid Build Coastguard Worker{ 726*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, srgb-8, deflate" 727*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/color.jpg-4x6-srgb-8-180dpi.pwg 728*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 729*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 730*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 731*5e7646d2SAndroid Build Coastguard Worker 732*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 733*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 734*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 735*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 736*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 737*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 738*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 739*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 740*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 741*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 742*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/color.jpg-4x6-srgb-8-180dpi.pwg 743*5e7646d2SAndroid Build Coastguard Worker 744*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 745*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 746*5e7646d2SAndroid Build Coastguard Worker} 747*5e7646d2SAndroid Build Coastguard Worker 748*5e7646d2SAndroid Build Coastguard Worker{ 749*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, srgb-8, gzip" 750*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/color.jpg-4x6-srgb-8-180dpi.pwg 751*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 752*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 753*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 754*5e7646d2SAndroid Build Coastguard Worker 755*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 756*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 757*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 758*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 759*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 760*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 761*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 762*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 763*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 764*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 765*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/color.jpg-4x6-srgb-8-180dpi.pwg 766*5e7646d2SAndroid Build Coastguard Worker 767*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 768*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 769*5e7646d2SAndroid Build Coastguard Worker} 770*5e7646d2SAndroid Build Coastguard Worker 771*5e7646d2SAndroid Build Coastguard Worker{ 772*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, srgb-16" 773*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-16/color.jpg-4x6-srgb-16-180dpi.pwg 774*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 775*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 776*5e7646d2SAndroid Build Coastguard Worker 777*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 778*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 779*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 780*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 781*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 782*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 783*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 784*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 785*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-16/color.jpg-4x6-srgb-16-180dpi.pwg 786*5e7646d2SAndroid Build Coastguard Worker 787*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 788*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 789*5e7646d2SAndroid Build Coastguard Worker} 790*5e7646d2SAndroid Build Coastguard Worker 791*5e7646d2SAndroid Build Coastguard Worker{ 792*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, srgb-16, deflate" 793*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-16/color.jpg-4x6-srgb-16-180dpi.pwg 794*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 795*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 796*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 797*5e7646d2SAndroid Build Coastguard Worker 798*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 799*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 800*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 801*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 802*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 803*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 804*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 805*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 806*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 807*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 808*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-16/color.jpg-4x6-srgb-16-180dpi.pwg 809*5e7646d2SAndroid Build Coastguard Worker 810*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 811*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 812*5e7646d2SAndroid Build Coastguard Worker} 813*5e7646d2SAndroid Build Coastguard Worker 814*5e7646d2SAndroid Build Coastguard Worker{ 815*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 180dpi, srgb-16, gzip" 816*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-16/color.jpg-4x6-srgb-16-180dpi.pwg 817*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 818*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 819*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 820*5e7646d2SAndroid Build Coastguard Worker 821*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 822*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 823*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 824*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 825*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 826*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 827*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 828*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 829*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 830*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 831*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-16/color.jpg-4x6-srgb-16-180dpi.pwg 832*5e7646d2SAndroid Build Coastguard Worker 833*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 834*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 835*5e7646d2SAndroid Build Coastguard Worker} 836*5e7646d2SAndroid Build Coastguard Worker 837*5e7646d2SAndroid Build Coastguard Worker{ 838*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, black-1" 839*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/color.jpg-4x6-black-1-300dpi.pwg 840*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 841*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 842*5e7646d2SAndroid Build Coastguard Worker 843*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 844*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 845*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 846*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 847*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 848*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 849*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 850*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 851*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/color.jpg-4x6-black-1-300dpi.pwg 852*5e7646d2SAndroid Build Coastguard Worker 853*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 854*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 855*5e7646d2SAndroid Build Coastguard Worker} 856*5e7646d2SAndroid Build Coastguard Worker 857*5e7646d2SAndroid Build Coastguard Worker{ 858*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, black-1, deflate" 859*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/color.jpg-4x6-black-1-300dpi.pwg 860*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 861*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 862*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 863*5e7646d2SAndroid Build Coastguard Worker 864*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 865*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 866*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 867*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 868*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 869*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 870*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 871*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 872*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 873*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 874*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/color.jpg-4x6-black-1-300dpi.pwg 875*5e7646d2SAndroid Build Coastguard Worker 876*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 877*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 878*5e7646d2SAndroid Build Coastguard Worker} 879*5e7646d2SAndroid Build Coastguard Worker 880*5e7646d2SAndroid Build Coastguard Worker{ 881*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, black-1, gzip" 882*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/color.jpg-4x6-black-1-300dpi.pwg 883*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 884*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 885*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 886*5e7646d2SAndroid Build Coastguard Worker 887*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 888*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 889*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 890*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 891*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 892*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 893*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 894*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 895*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 896*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 897*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/color.jpg-4x6-black-1-300dpi.pwg 898*5e7646d2SAndroid Build Coastguard Worker 899*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 900*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 901*5e7646d2SAndroid Build Coastguard Worker} 902*5e7646d2SAndroid Build Coastguard Worker 903*5e7646d2SAndroid Build Coastguard Worker{ 904*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, cmyk-8" 905*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/color.jpg-4x6-cmyk-8-300dpi.pwg 906*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 907*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 908*5e7646d2SAndroid Build Coastguard Worker 909*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 910*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 911*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 912*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 913*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 914*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 915*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 916*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 917*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/color.jpg-4x6-cmyk-8-300dpi.pwg 918*5e7646d2SAndroid Build Coastguard Worker 919*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 920*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 921*5e7646d2SAndroid Build Coastguard Worker} 922*5e7646d2SAndroid Build Coastguard Worker 923*5e7646d2SAndroid Build Coastguard Worker{ 924*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, cmyk-8, deflate" 925*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/color.jpg-4x6-cmyk-8-300dpi.pwg 926*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 927*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 928*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 929*5e7646d2SAndroid Build Coastguard Worker 930*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 931*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 932*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 933*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 934*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 935*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 936*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 937*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 938*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 939*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 940*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/color.jpg-4x6-cmyk-8-300dpi.pwg 941*5e7646d2SAndroid Build Coastguard Worker 942*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 943*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 944*5e7646d2SAndroid Build Coastguard Worker} 945*5e7646d2SAndroid Build Coastguard Worker 946*5e7646d2SAndroid Build Coastguard Worker{ 947*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, cmyk-8, gzip" 948*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/color.jpg-4x6-cmyk-8-300dpi.pwg 949*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 950*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 951*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 952*5e7646d2SAndroid Build Coastguard Worker 953*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 954*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 955*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 956*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 957*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 958*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 959*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 960*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 961*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 962*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 963*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/color.jpg-4x6-cmyk-8-300dpi.pwg 964*5e7646d2SAndroid Build Coastguard Worker 965*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 966*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 967*5e7646d2SAndroid Build Coastguard Worker} 968*5e7646d2SAndroid Build Coastguard Worker 969*5e7646d2SAndroid Build Coastguard Worker{ 970*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, sgray-8" 971*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/color.jpg-4x6-sgray-8-300dpi.pwg 972*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 973*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 974*5e7646d2SAndroid Build Coastguard Worker 975*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 976*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 977*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 978*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 979*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 980*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 981*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 982*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 983*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/color.jpg-4x6-sgray-8-300dpi.pwg 984*5e7646d2SAndroid Build Coastguard Worker 985*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 986*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 987*5e7646d2SAndroid Build Coastguard Worker} 988*5e7646d2SAndroid Build Coastguard Worker 989*5e7646d2SAndroid Build Coastguard Worker{ 990*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, sgray-8, deflate" 991*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/color.jpg-4x6-sgray-8-300dpi.pwg 992*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 993*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 994*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 995*5e7646d2SAndroid Build Coastguard Worker 996*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 997*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 998*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 999*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1000*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1001*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1002*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1003*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1004*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1005*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1006*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/color.jpg-4x6-sgray-8-300dpi.pwg 1007*5e7646d2SAndroid Build Coastguard Worker 1008*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1009*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1010*5e7646d2SAndroid Build Coastguard Worker} 1011*5e7646d2SAndroid Build Coastguard Worker 1012*5e7646d2SAndroid Build Coastguard Worker{ 1013*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, sgray-8, gzip" 1014*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/color.jpg-4x6-sgray-8-300dpi.pwg 1015*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 1016*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 1017*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1018*5e7646d2SAndroid Build Coastguard Worker 1019*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1020*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1021*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1022*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1023*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1024*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1025*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1026*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1027*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1028*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1029*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/color.jpg-4x6-sgray-8-300dpi.pwg 1030*5e7646d2SAndroid Build Coastguard Worker 1031*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1032*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1033*5e7646d2SAndroid Build Coastguard Worker} 1034*5e7646d2SAndroid Build Coastguard Worker 1035*5e7646d2SAndroid Build Coastguard Worker{ 1036*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, srgb-8" 1037*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/color.jpg-4x6-srgb-8-300dpi.pwg 1038*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 1039*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 1040*5e7646d2SAndroid Build Coastguard Worker 1041*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1042*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1043*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1044*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1045*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1046*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1047*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1048*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1049*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/color.jpg-4x6-srgb-8-300dpi.pwg 1050*5e7646d2SAndroid Build Coastguard Worker 1051*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1052*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1053*5e7646d2SAndroid Build Coastguard Worker} 1054*5e7646d2SAndroid Build Coastguard Worker 1055*5e7646d2SAndroid Build Coastguard Worker{ 1056*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, srgb-8, deflate" 1057*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/color.jpg-4x6-srgb-8-300dpi.pwg 1058*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 1059*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 1060*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1061*5e7646d2SAndroid Build Coastguard Worker 1062*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1063*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1064*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1065*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1066*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1067*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1068*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1069*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1070*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1071*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1072*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/color.jpg-4x6-srgb-8-300dpi.pwg 1073*5e7646d2SAndroid Build Coastguard Worker 1074*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1075*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1076*5e7646d2SAndroid Build Coastguard Worker} 1077*5e7646d2SAndroid Build Coastguard Worker 1078*5e7646d2SAndroid Build Coastguard Worker{ 1079*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, srgb-8, gzip" 1080*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/color.jpg-4x6-srgb-8-300dpi.pwg 1081*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 1082*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 1083*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1084*5e7646d2SAndroid Build Coastguard Worker 1085*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1086*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1087*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1088*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1089*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1090*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1091*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1092*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1093*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1094*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1095*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/color.jpg-4x6-srgb-8-300dpi.pwg 1096*5e7646d2SAndroid Build Coastguard Worker 1097*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1098*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1099*5e7646d2SAndroid Build Coastguard Worker} 1100*5e7646d2SAndroid Build Coastguard Worker 1101*5e7646d2SAndroid Build Coastguard Worker{ 1102*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, srgb-16" 1103*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-16/color.jpg-4x6-srgb-16-300dpi.pwg 1104*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 1105*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 1106*5e7646d2SAndroid Build Coastguard Worker 1107*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1108*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1109*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1110*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1111*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1112*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1113*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1114*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1115*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-16/color.jpg-4x6-srgb-16-300dpi.pwg 1116*5e7646d2SAndroid Build Coastguard Worker 1117*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1118*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1119*5e7646d2SAndroid Build Coastguard Worker} 1120*5e7646d2SAndroid Build Coastguard Worker 1121*5e7646d2SAndroid Build Coastguard Worker{ 1122*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, srgb-16, deflate" 1123*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-16/color.jpg-4x6-srgb-16-300dpi.pwg 1124*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 1125*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 1126*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1127*5e7646d2SAndroid Build Coastguard Worker 1128*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1129*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1130*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1131*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1132*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1133*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1134*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1135*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1136*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1137*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1138*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-16/color.jpg-4x6-srgb-16-300dpi.pwg 1139*5e7646d2SAndroid Build Coastguard Worker 1140*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1141*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1142*5e7646d2SAndroid Build Coastguard Worker} 1143*5e7646d2SAndroid Build Coastguard Worker 1144*5e7646d2SAndroid Build Coastguard Worker{ 1145*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 300dpi, srgb-16, gzip" 1146*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-16/color.jpg-4x6-srgb-16-300dpi.pwg 1147*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 1148*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 1149*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1150*5e7646d2SAndroid Build Coastguard Worker 1151*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1152*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1153*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1154*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1155*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1156*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1157*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1158*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1159*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1160*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1161*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-16/color.jpg-4x6-srgb-16-300dpi.pwg 1162*5e7646d2SAndroid Build Coastguard Worker 1163*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1164*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1165*5e7646d2SAndroid Build Coastguard Worker} 1166*5e7646d2SAndroid Build Coastguard Worker 1167*5e7646d2SAndroid Build Coastguard Worker{ 1168*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, black-1" 1169*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/color.jpg-4x6-black-1-360dpi.pwg 1170*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1171*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 1172*5e7646d2SAndroid Build Coastguard Worker 1173*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1174*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1175*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1176*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1177*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1178*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1179*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1180*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1181*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/color.jpg-4x6-black-1-360dpi.pwg 1182*5e7646d2SAndroid Build Coastguard Worker 1183*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1184*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1185*5e7646d2SAndroid Build Coastguard Worker} 1186*5e7646d2SAndroid Build Coastguard Worker 1187*5e7646d2SAndroid Build Coastguard Worker{ 1188*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, black-1, deflate" 1189*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/color.jpg-4x6-black-1-360dpi.pwg 1190*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1191*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 1192*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1193*5e7646d2SAndroid Build Coastguard Worker 1194*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1195*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1196*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1197*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1198*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1199*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1200*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1201*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1202*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1203*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1204*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/color.jpg-4x6-black-1-360dpi.pwg 1205*5e7646d2SAndroid Build Coastguard Worker 1206*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1207*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1208*5e7646d2SAndroid Build Coastguard Worker} 1209*5e7646d2SAndroid Build Coastguard Worker 1210*5e7646d2SAndroid Build Coastguard Worker{ 1211*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, black-1, gzip" 1212*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/color.jpg-4x6-black-1-360dpi.pwg 1213*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1214*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 1215*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1216*5e7646d2SAndroid Build Coastguard Worker 1217*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1218*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1219*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1220*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1221*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1222*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1223*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1224*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1225*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1226*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1227*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/color.jpg-4x6-black-1-360dpi.pwg 1228*5e7646d2SAndroid Build Coastguard Worker 1229*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1230*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1231*5e7646d2SAndroid Build Coastguard Worker} 1232*5e7646d2SAndroid Build Coastguard Worker 1233*5e7646d2SAndroid Build Coastguard Worker{ 1234*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, cmyk-8" 1235*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/color.jpg-4x6-cmyk-8-360dpi.pwg 1236*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1237*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 1238*5e7646d2SAndroid Build Coastguard Worker 1239*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1240*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1241*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1242*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1243*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1244*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1245*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1246*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1247*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/color.jpg-4x6-cmyk-8-360dpi.pwg 1248*5e7646d2SAndroid Build Coastguard Worker 1249*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1250*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1251*5e7646d2SAndroid Build Coastguard Worker} 1252*5e7646d2SAndroid Build Coastguard Worker 1253*5e7646d2SAndroid Build Coastguard Worker{ 1254*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, cmyk-8, deflate" 1255*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/color.jpg-4x6-cmyk-8-360dpi.pwg 1256*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1257*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 1258*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1259*5e7646d2SAndroid Build Coastguard Worker 1260*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1261*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1262*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1263*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1264*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1265*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1266*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1267*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1268*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1269*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1270*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/color.jpg-4x6-cmyk-8-360dpi.pwg 1271*5e7646d2SAndroid Build Coastguard Worker 1272*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1273*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1274*5e7646d2SAndroid Build Coastguard Worker} 1275*5e7646d2SAndroid Build Coastguard Worker 1276*5e7646d2SAndroid Build Coastguard Worker{ 1277*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, cmyk-8, gzip" 1278*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/color.jpg-4x6-cmyk-8-360dpi.pwg 1279*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1280*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 1281*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1282*5e7646d2SAndroid Build Coastguard Worker 1283*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1284*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1285*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1286*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1287*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1288*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1289*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1290*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1291*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1292*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1293*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/color.jpg-4x6-cmyk-8-360dpi.pwg 1294*5e7646d2SAndroid Build Coastguard Worker 1295*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1296*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1297*5e7646d2SAndroid Build Coastguard Worker} 1298*5e7646d2SAndroid Build Coastguard Worker 1299*5e7646d2SAndroid Build Coastguard Worker{ 1300*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, sgray-8" 1301*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/color.jpg-4x6-sgray-8-360dpi.pwg 1302*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1303*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 1304*5e7646d2SAndroid Build Coastguard Worker 1305*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1306*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1307*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1308*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1309*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1310*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1311*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1312*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1313*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/color.jpg-4x6-sgray-8-360dpi.pwg 1314*5e7646d2SAndroid Build Coastguard Worker 1315*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1316*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1317*5e7646d2SAndroid Build Coastguard Worker} 1318*5e7646d2SAndroid Build Coastguard Worker 1319*5e7646d2SAndroid Build Coastguard Worker{ 1320*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, sgray-8, deflate" 1321*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/color.jpg-4x6-sgray-8-360dpi.pwg 1322*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1323*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 1324*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1325*5e7646d2SAndroid Build Coastguard Worker 1326*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1327*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1328*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1329*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1330*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1331*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1332*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1333*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1334*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1335*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1336*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/color.jpg-4x6-sgray-8-360dpi.pwg 1337*5e7646d2SAndroid Build Coastguard Worker 1338*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1339*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1340*5e7646d2SAndroid Build Coastguard Worker} 1341*5e7646d2SAndroid Build Coastguard Worker 1342*5e7646d2SAndroid Build Coastguard Worker{ 1343*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, sgray-8, gzip" 1344*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/color.jpg-4x6-sgray-8-360dpi.pwg 1345*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1346*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 1347*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1348*5e7646d2SAndroid Build Coastguard Worker 1349*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1350*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1351*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1352*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1353*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1354*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1355*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1356*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1357*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1358*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1359*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/color.jpg-4x6-sgray-8-360dpi.pwg 1360*5e7646d2SAndroid Build Coastguard Worker 1361*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1362*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1363*5e7646d2SAndroid Build Coastguard Worker} 1364*5e7646d2SAndroid Build Coastguard Worker 1365*5e7646d2SAndroid Build Coastguard Worker{ 1366*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, srgb-8" 1367*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/color.jpg-4x6-srgb-8-360dpi.pwg 1368*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1369*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 1370*5e7646d2SAndroid Build Coastguard Worker 1371*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1372*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1373*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1374*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1375*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1376*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1377*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1378*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1379*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/color.jpg-4x6-srgb-8-360dpi.pwg 1380*5e7646d2SAndroid Build Coastguard Worker 1381*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1382*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1383*5e7646d2SAndroid Build Coastguard Worker} 1384*5e7646d2SAndroid Build Coastguard Worker 1385*5e7646d2SAndroid Build Coastguard Worker{ 1386*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, srgb-8, deflate" 1387*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/color.jpg-4x6-srgb-8-360dpi.pwg 1388*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1389*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 1390*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1391*5e7646d2SAndroid Build Coastguard Worker 1392*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1393*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1394*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1395*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1396*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1397*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1398*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1399*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1400*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1401*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1402*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/color.jpg-4x6-srgb-8-360dpi.pwg 1403*5e7646d2SAndroid Build Coastguard Worker 1404*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1405*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1406*5e7646d2SAndroid Build Coastguard Worker} 1407*5e7646d2SAndroid Build Coastguard Worker 1408*5e7646d2SAndroid Build Coastguard Worker{ 1409*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, srgb-8, gzip" 1410*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/color.jpg-4x6-srgb-8-360dpi.pwg 1411*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1412*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 1413*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1414*5e7646d2SAndroid Build Coastguard Worker 1415*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1416*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1417*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1418*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1419*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1420*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1421*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1422*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1423*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1424*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1425*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/color.jpg-4x6-srgb-8-360dpi.pwg 1426*5e7646d2SAndroid Build Coastguard Worker 1427*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1428*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1429*5e7646d2SAndroid Build Coastguard Worker} 1430*5e7646d2SAndroid Build Coastguard Worker 1431*5e7646d2SAndroid Build Coastguard Worker{ 1432*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, srgb-16" 1433*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-16/color.jpg-4x6-srgb-16-360dpi.pwg 1434*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1435*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 1436*5e7646d2SAndroid Build Coastguard Worker 1437*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1438*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1439*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1440*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1441*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1442*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1443*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1444*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1445*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-16/color.jpg-4x6-srgb-16-360dpi.pwg 1446*5e7646d2SAndroid Build Coastguard Worker 1447*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1448*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1449*5e7646d2SAndroid Build Coastguard Worker} 1450*5e7646d2SAndroid Build Coastguard Worker 1451*5e7646d2SAndroid Build Coastguard Worker{ 1452*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, srgb-16, deflate" 1453*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-16/color.jpg-4x6-srgb-16-360dpi.pwg 1454*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1455*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 1456*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1457*5e7646d2SAndroid Build Coastguard Worker 1458*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1459*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1460*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1461*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1462*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1463*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1464*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1465*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1466*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1467*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1468*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-16/color.jpg-4x6-srgb-16-360dpi.pwg 1469*5e7646d2SAndroid Build Coastguard Worker 1470*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1471*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1472*5e7646d2SAndroid Build Coastguard Worker} 1473*5e7646d2SAndroid Build Coastguard Worker 1474*5e7646d2SAndroid Build Coastguard Worker{ 1475*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 360dpi, srgb-16, gzip" 1476*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-16/color.jpg-4x6-srgb-16-360dpi.pwg 1477*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 1478*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 1479*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1480*5e7646d2SAndroid Build Coastguard Worker 1481*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1482*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1483*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1484*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1485*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1486*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1487*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1488*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1489*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1490*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1491*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-16/color.jpg-4x6-srgb-16-360dpi.pwg 1492*5e7646d2SAndroid Build Coastguard Worker 1493*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1494*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1495*5e7646d2SAndroid Build Coastguard Worker} 1496*5e7646d2SAndroid Build Coastguard Worker 1497*5e7646d2SAndroid Build Coastguard Worker{ 1498*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, black-1" 1499*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/color.jpg-4x6-black-1-600dpi.pwg 1500*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1501*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 1502*5e7646d2SAndroid Build Coastguard Worker 1503*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1504*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1505*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1506*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1507*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1508*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1509*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1510*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1511*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/color.jpg-4x6-black-1-600dpi.pwg 1512*5e7646d2SAndroid Build Coastguard Worker 1513*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1514*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1515*5e7646d2SAndroid Build Coastguard Worker} 1516*5e7646d2SAndroid Build Coastguard Worker 1517*5e7646d2SAndroid Build Coastguard Worker{ 1518*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, black-1, deflate" 1519*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/color.jpg-4x6-black-1-600dpi.pwg 1520*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1521*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 1522*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1523*5e7646d2SAndroid Build Coastguard Worker 1524*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1525*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1526*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1527*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1528*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1529*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1530*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1531*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1532*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1533*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1534*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/color.jpg-4x6-black-1-600dpi.pwg 1535*5e7646d2SAndroid Build Coastguard Worker 1536*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1537*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1538*5e7646d2SAndroid Build Coastguard Worker} 1539*5e7646d2SAndroid Build Coastguard Worker 1540*5e7646d2SAndroid Build Coastguard Worker{ 1541*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, black-1, gzip" 1542*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/color.jpg-4x6-black-1-600dpi.pwg 1543*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1544*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 1545*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1546*5e7646d2SAndroid Build Coastguard Worker 1547*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1548*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1549*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1550*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1551*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1552*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1553*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1554*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1555*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1556*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1557*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/color.jpg-4x6-black-1-600dpi.pwg 1558*5e7646d2SAndroid Build Coastguard Worker 1559*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1560*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1561*5e7646d2SAndroid Build Coastguard Worker} 1562*5e7646d2SAndroid Build Coastguard Worker 1563*5e7646d2SAndroid Build Coastguard Worker{ 1564*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, cmyk-8" 1565*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/color.jpg-4x6-cmyk-8-600dpi.pwg 1566*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1567*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 1568*5e7646d2SAndroid Build Coastguard Worker 1569*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1570*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1571*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1572*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1573*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1574*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1575*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1576*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1577*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/color.jpg-4x6-cmyk-8-600dpi.pwg 1578*5e7646d2SAndroid Build Coastguard Worker 1579*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1580*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1581*5e7646d2SAndroid Build Coastguard Worker} 1582*5e7646d2SAndroid Build Coastguard Worker 1583*5e7646d2SAndroid Build Coastguard Worker{ 1584*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, cmyk-8, deflate" 1585*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/color.jpg-4x6-cmyk-8-600dpi.pwg 1586*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1587*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 1588*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1589*5e7646d2SAndroid Build Coastguard Worker 1590*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1591*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1592*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1593*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1594*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1595*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1596*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1597*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1598*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1599*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1600*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/color.jpg-4x6-cmyk-8-600dpi.pwg 1601*5e7646d2SAndroid Build Coastguard Worker 1602*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1603*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1604*5e7646d2SAndroid Build Coastguard Worker} 1605*5e7646d2SAndroid Build Coastguard Worker 1606*5e7646d2SAndroid Build Coastguard Worker{ 1607*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, cmyk-8, gzip" 1608*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/color.jpg-4x6-cmyk-8-600dpi.pwg 1609*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1610*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 1611*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1612*5e7646d2SAndroid Build Coastguard Worker 1613*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1614*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1615*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1616*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1617*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1618*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1619*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1620*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1621*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1622*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1623*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/color.jpg-4x6-cmyk-8-600dpi.pwg 1624*5e7646d2SAndroid Build Coastguard Worker 1625*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1626*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1627*5e7646d2SAndroid Build Coastguard Worker} 1628*5e7646d2SAndroid Build Coastguard Worker 1629*5e7646d2SAndroid Build Coastguard Worker{ 1630*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, sgray-8" 1631*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/color.jpg-4x6-sgray-8-600dpi.pwg 1632*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1633*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 1634*5e7646d2SAndroid Build Coastguard Worker 1635*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1636*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1637*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1638*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1639*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1640*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1641*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1642*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1643*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/color.jpg-4x6-sgray-8-600dpi.pwg 1644*5e7646d2SAndroid Build Coastguard Worker 1645*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1646*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1647*5e7646d2SAndroid Build Coastguard Worker} 1648*5e7646d2SAndroid Build Coastguard Worker 1649*5e7646d2SAndroid Build Coastguard Worker{ 1650*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, sgray-8, deflate" 1651*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/color.jpg-4x6-sgray-8-600dpi.pwg 1652*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1653*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 1654*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1655*5e7646d2SAndroid Build Coastguard Worker 1656*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1657*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1658*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1659*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1660*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1661*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1662*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1663*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1664*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1665*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1666*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/color.jpg-4x6-sgray-8-600dpi.pwg 1667*5e7646d2SAndroid Build Coastguard Worker 1668*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1669*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1670*5e7646d2SAndroid Build Coastguard Worker} 1671*5e7646d2SAndroid Build Coastguard Worker 1672*5e7646d2SAndroid Build Coastguard Worker{ 1673*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, sgray-8, gzip" 1674*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/color.jpg-4x6-sgray-8-600dpi.pwg 1675*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1676*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 1677*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1678*5e7646d2SAndroid Build Coastguard Worker 1679*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1680*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1681*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1682*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1683*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1684*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1685*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1686*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1687*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1688*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1689*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/color.jpg-4x6-sgray-8-600dpi.pwg 1690*5e7646d2SAndroid Build Coastguard Worker 1691*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1692*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1693*5e7646d2SAndroid Build Coastguard Worker} 1694*5e7646d2SAndroid Build Coastguard Worker 1695*5e7646d2SAndroid Build Coastguard Worker{ 1696*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, srgb-8" 1697*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/color.jpg-4x6-srgb-8-600dpi.pwg 1698*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1699*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 1700*5e7646d2SAndroid Build Coastguard Worker 1701*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1702*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1703*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1704*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1705*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1706*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1707*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1708*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1709*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/color.jpg-4x6-srgb-8-600dpi.pwg 1710*5e7646d2SAndroid Build Coastguard Worker 1711*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1712*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1713*5e7646d2SAndroid Build Coastguard Worker} 1714*5e7646d2SAndroid Build Coastguard Worker 1715*5e7646d2SAndroid Build Coastguard Worker{ 1716*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, srgb-8, deflate" 1717*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/color.jpg-4x6-srgb-8-600dpi.pwg 1718*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1719*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 1720*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1721*5e7646d2SAndroid Build Coastguard Worker 1722*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1723*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1724*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1725*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1726*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1727*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1728*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1729*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1730*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1731*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1732*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/color.jpg-4x6-srgb-8-600dpi.pwg 1733*5e7646d2SAndroid Build Coastguard Worker 1734*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1735*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1736*5e7646d2SAndroid Build Coastguard Worker} 1737*5e7646d2SAndroid Build Coastguard Worker 1738*5e7646d2SAndroid Build Coastguard Worker{ 1739*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, srgb-8, gzip" 1740*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/color.jpg-4x6-srgb-8-600dpi.pwg 1741*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1742*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 1743*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1744*5e7646d2SAndroid Build Coastguard Worker 1745*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1746*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1747*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1748*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1749*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1750*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1751*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1752*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1753*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1754*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1755*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/color.jpg-4x6-srgb-8-600dpi.pwg 1756*5e7646d2SAndroid Build Coastguard Worker 1757*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1758*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1759*5e7646d2SAndroid Build Coastguard Worker} 1760*5e7646d2SAndroid Build Coastguard Worker 1761*5e7646d2SAndroid Build Coastguard Worker{ 1762*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, srgb-16" 1763*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-16/color.jpg-4x6-srgb-16-600dpi.pwg 1764*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1765*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 1766*5e7646d2SAndroid Build Coastguard Worker 1767*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1768*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1769*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1770*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1771*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1772*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1773*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1774*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1775*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-16/color.jpg-4x6-srgb-16-600dpi.pwg 1776*5e7646d2SAndroid Build Coastguard Worker 1777*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1778*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1779*5e7646d2SAndroid Build Coastguard Worker} 1780*5e7646d2SAndroid Build Coastguard Worker 1781*5e7646d2SAndroid Build Coastguard Worker{ 1782*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, srgb-16, deflate" 1783*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-16/color.jpg-4x6-srgb-16-600dpi.pwg 1784*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1785*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 1786*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1787*5e7646d2SAndroid Build Coastguard Worker 1788*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1789*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1790*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1791*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1792*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1793*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1794*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1795*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1796*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1797*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1798*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-16/color.jpg-4x6-srgb-16-600dpi.pwg 1799*5e7646d2SAndroid Build Coastguard Worker 1800*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1801*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1802*5e7646d2SAndroid Build Coastguard Worker} 1803*5e7646d2SAndroid Build Coastguard Worker 1804*5e7646d2SAndroid Build Coastguard Worker{ 1805*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 600dpi, srgb-16, gzip" 1806*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-16/color.jpg-4x6-srgb-16-600dpi.pwg 1807*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 1808*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 1809*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1810*5e7646d2SAndroid Build Coastguard Worker 1811*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1812*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1813*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1814*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1815*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1816*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1817*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1818*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1819*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1820*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1821*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-16/color.jpg-4x6-srgb-16-600dpi.pwg 1822*5e7646d2SAndroid Build Coastguard Worker 1823*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1824*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1825*5e7646d2SAndroid Build Coastguard Worker} 1826*5e7646d2SAndroid Build Coastguard Worker 1827*5e7646d2SAndroid Build Coastguard Worker{ 1828*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, black-1" 1829*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/color.jpg-4x6-black-1-720dpi.pwg 1830*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 1831*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 1832*5e7646d2SAndroid Build Coastguard Worker 1833*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1834*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1835*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1836*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1837*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1838*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1839*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1840*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1841*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/color.jpg-4x6-black-1-720dpi.pwg 1842*5e7646d2SAndroid Build Coastguard Worker 1843*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1844*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1845*5e7646d2SAndroid Build Coastguard Worker} 1846*5e7646d2SAndroid Build Coastguard Worker 1847*5e7646d2SAndroid Build Coastguard Worker{ 1848*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, black-1, deflate" 1849*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/color.jpg-4x6-black-1-720dpi.pwg 1850*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 1851*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 1852*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1853*5e7646d2SAndroid Build Coastguard Worker 1854*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1855*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1856*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1857*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1858*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1859*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1860*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1861*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1862*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1863*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1864*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/color.jpg-4x6-black-1-720dpi.pwg 1865*5e7646d2SAndroid Build Coastguard Worker 1866*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1867*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1868*5e7646d2SAndroid Build Coastguard Worker} 1869*5e7646d2SAndroid Build Coastguard Worker 1870*5e7646d2SAndroid Build Coastguard Worker{ 1871*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, black-1, gzip" 1872*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/color.jpg-4x6-black-1-720dpi.pwg 1873*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 1874*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 1875*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1876*5e7646d2SAndroid Build Coastguard Worker 1877*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1878*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1879*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1880*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1881*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1882*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1883*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1884*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1885*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1886*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1887*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/color.jpg-4x6-black-1-720dpi.pwg 1888*5e7646d2SAndroid Build Coastguard Worker 1889*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1890*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1891*5e7646d2SAndroid Build Coastguard Worker} 1892*5e7646d2SAndroid Build Coastguard Worker 1893*5e7646d2SAndroid Build Coastguard Worker{ 1894*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, cmyk-8" 1895*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/color.jpg-4x6-cmyk-8-720dpi.pwg 1896*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 1897*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 1898*5e7646d2SAndroid Build Coastguard Worker 1899*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1900*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1901*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1902*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1903*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1904*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1905*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1906*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1907*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/color.jpg-4x6-cmyk-8-720dpi.pwg 1908*5e7646d2SAndroid Build Coastguard Worker 1909*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1910*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1911*5e7646d2SAndroid Build Coastguard Worker} 1912*5e7646d2SAndroid Build Coastguard Worker 1913*5e7646d2SAndroid Build Coastguard Worker{ 1914*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, cmyk-8, deflate" 1915*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/color.jpg-4x6-cmyk-8-720dpi.pwg 1916*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 1917*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 1918*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1919*5e7646d2SAndroid Build Coastguard Worker 1920*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1921*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1922*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1923*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1924*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1925*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1926*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1927*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1928*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1929*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1930*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/color.jpg-4x6-cmyk-8-720dpi.pwg 1931*5e7646d2SAndroid Build Coastguard Worker 1932*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1933*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1934*5e7646d2SAndroid Build Coastguard Worker} 1935*5e7646d2SAndroid Build Coastguard Worker 1936*5e7646d2SAndroid Build Coastguard Worker{ 1937*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, cmyk-8, gzip" 1938*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/color.jpg-4x6-cmyk-8-720dpi.pwg 1939*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 1940*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 1941*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 1942*5e7646d2SAndroid Build Coastguard Worker 1943*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1944*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1945*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1946*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1947*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1948*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1949*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1950*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 1951*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1952*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 1953*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/color.jpg-4x6-cmyk-8-720dpi.pwg 1954*5e7646d2SAndroid Build Coastguard Worker 1955*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1956*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1957*5e7646d2SAndroid Build Coastguard Worker} 1958*5e7646d2SAndroid Build Coastguard Worker 1959*5e7646d2SAndroid Build Coastguard Worker{ 1960*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, sgray-8" 1961*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/color.jpg-4x6-sgray-8-720dpi.pwg 1962*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 1963*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 1964*5e7646d2SAndroid Build Coastguard Worker 1965*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1966*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1967*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1968*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1969*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1970*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1971*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1972*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1973*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/color.jpg-4x6-sgray-8-720dpi.pwg 1974*5e7646d2SAndroid Build Coastguard Worker 1975*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1976*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 1977*5e7646d2SAndroid Build Coastguard Worker} 1978*5e7646d2SAndroid Build Coastguard Worker 1979*5e7646d2SAndroid Build Coastguard Worker{ 1980*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, sgray-8, deflate" 1981*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/color.jpg-4x6-sgray-8-720dpi.pwg 1982*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 1983*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 1984*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 1985*5e7646d2SAndroid Build Coastguard Worker 1986*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 1987*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 1988*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 1989*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 1990*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 1991*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 1992*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 1993*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 1994*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 1995*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 1996*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/color.jpg-4x6-sgray-8-720dpi.pwg 1997*5e7646d2SAndroid Build Coastguard Worker 1998*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 1999*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2000*5e7646d2SAndroid Build Coastguard Worker} 2001*5e7646d2SAndroid Build Coastguard Worker 2002*5e7646d2SAndroid Build Coastguard Worker{ 2003*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, sgray-8, gzip" 2004*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/color.jpg-4x6-sgray-8-720dpi.pwg 2005*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 2006*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 2007*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2008*5e7646d2SAndroid Build Coastguard Worker 2009*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2010*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2011*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2012*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2013*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2014*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2015*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2016*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2017*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 2018*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2019*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/color.jpg-4x6-sgray-8-720dpi.pwg 2020*5e7646d2SAndroid Build Coastguard Worker 2021*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2022*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2023*5e7646d2SAndroid Build Coastguard Worker} 2024*5e7646d2SAndroid Build Coastguard Worker 2025*5e7646d2SAndroid Build Coastguard Worker{ 2026*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, srgb-8" 2027*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/color.jpg-4x6-srgb-8-720dpi.pwg 2028*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 2029*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2030*5e7646d2SAndroid Build Coastguard Worker 2031*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2032*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2033*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2034*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2035*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2036*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2037*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2038*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 2039*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/color.jpg-4x6-srgb-8-720dpi.pwg 2040*5e7646d2SAndroid Build Coastguard Worker 2041*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2042*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2043*5e7646d2SAndroid Build Coastguard Worker} 2044*5e7646d2SAndroid Build Coastguard Worker 2045*5e7646d2SAndroid Build Coastguard Worker{ 2046*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, srgb-8, deflate" 2047*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/color.jpg-4x6-srgb-8-720dpi.pwg 2048*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 2049*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2050*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2051*5e7646d2SAndroid Build Coastguard Worker 2052*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2053*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2054*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2055*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2056*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2057*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2058*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2059*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2060*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 2061*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2062*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/color.jpg-4x6-srgb-8-720dpi.pwg 2063*5e7646d2SAndroid Build Coastguard Worker 2064*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2065*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2066*5e7646d2SAndroid Build Coastguard Worker} 2067*5e7646d2SAndroid Build Coastguard Worker 2068*5e7646d2SAndroid Build Coastguard Worker{ 2069*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, srgb-8, gzip" 2070*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/color.jpg-4x6-srgb-8-720dpi.pwg 2071*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 2072*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2073*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2074*5e7646d2SAndroid Build Coastguard Worker 2075*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2076*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2077*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2078*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2079*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2080*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2081*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2082*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2083*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 2084*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2085*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/color.jpg-4x6-srgb-8-720dpi.pwg 2086*5e7646d2SAndroid Build Coastguard Worker 2087*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2088*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2089*5e7646d2SAndroid Build Coastguard Worker} 2090*5e7646d2SAndroid Build Coastguard Worker 2091*5e7646d2SAndroid Build Coastguard Worker{ 2092*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, srgb-16" 2093*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-16/color.jpg-4x6-srgb-16-720dpi.pwg 2094*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 2095*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 2096*5e7646d2SAndroid Build Coastguard Worker 2097*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2098*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2099*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2100*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2101*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2102*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2103*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2104*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 2105*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-16/color.jpg-4x6-srgb-16-720dpi.pwg 2106*5e7646d2SAndroid Build Coastguard Worker 2107*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2108*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2109*5e7646d2SAndroid Build Coastguard Worker} 2110*5e7646d2SAndroid Build Coastguard Worker 2111*5e7646d2SAndroid Build Coastguard Worker{ 2112*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, srgb-16, deflate" 2113*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-16/color.jpg-4x6-srgb-16-720dpi.pwg 2114*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 2115*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 2116*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2117*5e7646d2SAndroid Build Coastguard Worker 2118*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2119*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2120*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2121*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2122*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2123*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2124*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2125*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2126*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 2127*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2128*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-16/color.jpg-4x6-srgb-16-720dpi.pwg 2129*5e7646d2SAndroid Build Coastguard Worker 2130*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2131*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2132*5e7646d2SAndroid Build Coastguard Worker} 2133*5e7646d2SAndroid Build Coastguard Worker 2134*5e7646d2SAndroid Build Coastguard Worker{ 2135*5e7646d2SAndroid Build Coastguard Worker NAME "Print color.jpg-4x6 @ 720dpi, srgb-16, gzip" 2136*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-16/color.jpg-4x6-srgb-16-720dpi.pwg 2137*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 2138*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_16 2139*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2140*5e7646d2SAndroid Build Coastguard Worker 2141*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2142*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2143*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2144*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2145*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2146*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2147*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2148*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2149*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "color.jpg-4x6" 2150*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2151*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-16/color.jpg-4x6-srgb-16-720dpi.pwg 2152*5e7646d2SAndroid Build Coastguard Worker 2153*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2154*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2155*5e7646d2SAndroid Build Coastguard Worker} 2156*5e7646d2SAndroid Build Coastguard Worker 2157*5e7646d2SAndroid Build Coastguard Worker{ 2158*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, black-1" 2159*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/document-a4-black-1-150dpi.pwg 2160*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2161*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2162*5e7646d2SAndroid Build Coastguard Worker 2163*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2164*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2165*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2166*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2167*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2168*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2169*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2170*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2171*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/document-a4-black-1-150dpi.pwg 2172*5e7646d2SAndroid Build Coastguard Worker 2173*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2174*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2175*5e7646d2SAndroid Build Coastguard Worker} 2176*5e7646d2SAndroid Build Coastguard Worker 2177*5e7646d2SAndroid Build Coastguard Worker{ 2178*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, black-1, deflate" 2179*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/document-a4-black-1-150dpi.pwg 2180*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2181*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2182*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2183*5e7646d2SAndroid Build Coastguard Worker 2184*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2185*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2186*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2187*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2188*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2189*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2190*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2191*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2192*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2193*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2194*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/document-a4-black-1-150dpi.pwg 2195*5e7646d2SAndroid Build Coastguard Worker 2196*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2197*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2198*5e7646d2SAndroid Build Coastguard Worker} 2199*5e7646d2SAndroid Build Coastguard Worker 2200*5e7646d2SAndroid Build Coastguard Worker{ 2201*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, black-1, gzip" 2202*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/document-a4-black-1-150dpi.pwg 2203*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2204*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2205*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2206*5e7646d2SAndroid Build Coastguard Worker 2207*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2208*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2209*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2210*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2211*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2212*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2213*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2214*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2215*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2216*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2217*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/document-a4-black-1-150dpi.pwg 2218*5e7646d2SAndroid Build Coastguard Worker 2219*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2220*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2221*5e7646d2SAndroid Build Coastguard Worker} 2222*5e7646d2SAndroid Build Coastguard Worker 2223*5e7646d2SAndroid Build Coastguard Worker{ 2224*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, cmyk-8" 2225*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/document-a4-cmyk-8-150dpi.pwg 2226*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2227*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 2228*5e7646d2SAndroid Build Coastguard Worker 2229*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2230*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2231*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2232*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2233*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2234*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2235*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2236*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2237*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/document-a4-cmyk-8-150dpi.pwg 2238*5e7646d2SAndroid Build Coastguard Worker 2239*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2240*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2241*5e7646d2SAndroid Build Coastguard Worker} 2242*5e7646d2SAndroid Build Coastguard Worker 2243*5e7646d2SAndroid Build Coastguard Worker{ 2244*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, cmyk-8, deflate" 2245*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/document-a4-cmyk-8-150dpi.pwg 2246*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2247*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 2248*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2249*5e7646d2SAndroid Build Coastguard Worker 2250*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2251*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2252*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2253*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2254*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2255*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2256*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2257*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2258*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2259*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2260*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/document-a4-cmyk-8-150dpi.pwg 2261*5e7646d2SAndroid Build Coastguard Worker 2262*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2263*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2264*5e7646d2SAndroid Build Coastguard Worker} 2265*5e7646d2SAndroid Build Coastguard Worker 2266*5e7646d2SAndroid Build Coastguard Worker{ 2267*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, cmyk-8, gzip" 2268*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/document-a4-cmyk-8-150dpi.pwg 2269*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2270*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 2271*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2272*5e7646d2SAndroid Build Coastguard Worker 2273*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2274*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2275*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2276*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2277*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2278*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2279*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2280*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2281*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2282*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2283*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/document-a4-cmyk-8-150dpi.pwg 2284*5e7646d2SAndroid Build Coastguard Worker 2285*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2286*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2287*5e7646d2SAndroid Build Coastguard Worker} 2288*5e7646d2SAndroid Build Coastguard Worker 2289*5e7646d2SAndroid Build Coastguard Worker{ 2290*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, sgray-8" 2291*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/document-a4-sgray-8-150dpi.pwg 2292*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2293*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 2294*5e7646d2SAndroid Build Coastguard Worker 2295*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2296*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2297*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2298*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2299*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2300*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2301*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2302*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2303*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/document-a4-sgray-8-150dpi.pwg 2304*5e7646d2SAndroid Build Coastguard Worker 2305*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2306*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2307*5e7646d2SAndroid Build Coastguard Worker} 2308*5e7646d2SAndroid Build Coastguard Worker 2309*5e7646d2SAndroid Build Coastguard Worker{ 2310*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, sgray-8, deflate" 2311*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/document-a4-sgray-8-150dpi.pwg 2312*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2313*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 2314*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2315*5e7646d2SAndroid Build Coastguard Worker 2316*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2317*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2318*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2319*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2320*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2321*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2322*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2323*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2324*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2325*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2326*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/document-a4-sgray-8-150dpi.pwg 2327*5e7646d2SAndroid Build Coastguard Worker 2328*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2329*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2330*5e7646d2SAndroid Build Coastguard Worker} 2331*5e7646d2SAndroid Build Coastguard Worker 2332*5e7646d2SAndroid Build Coastguard Worker{ 2333*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, sgray-8, gzip" 2334*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/document-a4-sgray-8-150dpi.pwg 2335*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2336*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 2337*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2338*5e7646d2SAndroid Build Coastguard Worker 2339*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2340*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2341*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2342*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2343*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2344*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2345*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2346*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2347*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2348*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2349*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/document-a4-sgray-8-150dpi.pwg 2350*5e7646d2SAndroid Build Coastguard Worker 2351*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2352*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2353*5e7646d2SAndroid Build Coastguard Worker} 2354*5e7646d2SAndroid Build Coastguard Worker 2355*5e7646d2SAndroid Build Coastguard Worker{ 2356*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, srgb-8" 2357*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/document-a4-srgb-8-150dpi.pwg 2358*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2359*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2360*5e7646d2SAndroid Build Coastguard Worker 2361*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2362*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2363*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2364*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2365*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2366*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2367*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2368*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2369*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/document-a4-srgb-8-150dpi.pwg 2370*5e7646d2SAndroid Build Coastguard Worker 2371*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2372*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2373*5e7646d2SAndroid Build Coastguard Worker} 2374*5e7646d2SAndroid Build Coastguard Worker 2375*5e7646d2SAndroid Build Coastguard Worker{ 2376*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, srgb-8, deflate" 2377*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/document-a4-srgb-8-150dpi.pwg 2378*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2379*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2380*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2381*5e7646d2SAndroid Build Coastguard Worker 2382*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2383*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2384*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2385*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2386*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2387*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2388*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2389*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2390*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2391*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2392*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/document-a4-srgb-8-150dpi.pwg 2393*5e7646d2SAndroid Build Coastguard Worker 2394*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2395*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2396*5e7646d2SAndroid Build Coastguard Worker} 2397*5e7646d2SAndroid Build Coastguard Worker 2398*5e7646d2SAndroid Build Coastguard Worker{ 2399*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 150dpi, srgb-8, gzip" 2400*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/document-a4-srgb-8-150dpi.pwg 2401*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 2402*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2403*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2404*5e7646d2SAndroid Build Coastguard Worker 2405*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2406*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2407*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2408*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2409*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2410*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2411*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2412*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2413*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2414*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2415*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/document-a4-srgb-8-150dpi.pwg 2416*5e7646d2SAndroid Build Coastguard Worker 2417*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2418*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2419*5e7646d2SAndroid Build Coastguard Worker} 2420*5e7646d2SAndroid Build Coastguard Worker 2421*5e7646d2SAndroid Build Coastguard Worker{ 2422*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, black-1" 2423*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/document-a4-black-1-180dpi.pwg 2424*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2425*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2426*5e7646d2SAndroid Build Coastguard Worker 2427*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2428*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2429*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2430*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2431*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2432*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2433*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2434*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2435*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/document-a4-black-1-180dpi.pwg 2436*5e7646d2SAndroid Build Coastguard Worker 2437*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2438*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2439*5e7646d2SAndroid Build Coastguard Worker} 2440*5e7646d2SAndroid Build Coastguard Worker 2441*5e7646d2SAndroid Build Coastguard Worker{ 2442*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, black-1, deflate" 2443*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/document-a4-black-1-180dpi.pwg 2444*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2445*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2446*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2447*5e7646d2SAndroid Build Coastguard Worker 2448*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2449*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2450*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2451*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2452*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2453*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2454*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2455*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2456*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2457*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2458*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/document-a4-black-1-180dpi.pwg 2459*5e7646d2SAndroid Build Coastguard Worker 2460*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2461*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2462*5e7646d2SAndroid Build Coastguard Worker} 2463*5e7646d2SAndroid Build Coastguard Worker 2464*5e7646d2SAndroid Build Coastguard Worker{ 2465*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, black-1, gzip" 2466*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/document-a4-black-1-180dpi.pwg 2467*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2468*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2469*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2470*5e7646d2SAndroid Build Coastguard Worker 2471*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2472*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2473*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2474*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2475*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2476*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2477*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2478*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2479*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2480*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2481*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/document-a4-black-1-180dpi.pwg 2482*5e7646d2SAndroid Build Coastguard Worker 2483*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2484*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2485*5e7646d2SAndroid Build Coastguard Worker} 2486*5e7646d2SAndroid Build Coastguard Worker 2487*5e7646d2SAndroid Build Coastguard Worker{ 2488*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, cmyk-8" 2489*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/document-a4-cmyk-8-180dpi.pwg 2490*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2491*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 2492*5e7646d2SAndroid Build Coastguard Worker 2493*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2494*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2495*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2496*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2497*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2498*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2499*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2500*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2501*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/document-a4-cmyk-8-180dpi.pwg 2502*5e7646d2SAndroid Build Coastguard Worker 2503*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2504*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2505*5e7646d2SAndroid Build Coastguard Worker} 2506*5e7646d2SAndroid Build Coastguard Worker 2507*5e7646d2SAndroid Build Coastguard Worker{ 2508*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, cmyk-8, deflate" 2509*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/document-a4-cmyk-8-180dpi.pwg 2510*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2511*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 2512*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2513*5e7646d2SAndroid Build Coastguard Worker 2514*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2515*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2516*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2517*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2518*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2519*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2520*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2521*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2522*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2523*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2524*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/document-a4-cmyk-8-180dpi.pwg 2525*5e7646d2SAndroid Build Coastguard Worker 2526*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2527*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2528*5e7646d2SAndroid Build Coastguard Worker} 2529*5e7646d2SAndroid Build Coastguard Worker 2530*5e7646d2SAndroid Build Coastguard Worker{ 2531*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, cmyk-8, gzip" 2532*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/document-a4-cmyk-8-180dpi.pwg 2533*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2534*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 2535*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2536*5e7646d2SAndroid Build Coastguard Worker 2537*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2538*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2539*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2540*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2541*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2542*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2543*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2544*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2545*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2546*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2547*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/document-a4-cmyk-8-180dpi.pwg 2548*5e7646d2SAndroid Build Coastguard Worker 2549*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2550*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2551*5e7646d2SAndroid Build Coastguard Worker} 2552*5e7646d2SAndroid Build Coastguard Worker 2553*5e7646d2SAndroid Build Coastguard Worker{ 2554*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, sgray-8" 2555*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/document-a4-sgray-8-180dpi.pwg 2556*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2557*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 2558*5e7646d2SAndroid Build Coastguard Worker 2559*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2560*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2561*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2562*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2563*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2564*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2565*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2566*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2567*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/document-a4-sgray-8-180dpi.pwg 2568*5e7646d2SAndroid Build Coastguard Worker 2569*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2570*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2571*5e7646d2SAndroid Build Coastguard Worker} 2572*5e7646d2SAndroid Build Coastguard Worker 2573*5e7646d2SAndroid Build Coastguard Worker{ 2574*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, sgray-8, deflate" 2575*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/document-a4-sgray-8-180dpi.pwg 2576*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2577*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 2578*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2579*5e7646d2SAndroid Build Coastguard Worker 2580*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2581*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2582*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2583*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2584*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2585*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2586*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2587*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2588*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2589*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2590*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/document-a4-sgray-8-180dpi.pwg 2591*5e7646d2SAndroid Build Coastguard Worker 2592*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2593*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2594*5e7646d2SAndroid Build Coastguard Worker} 2595*5e7646d2SAndroid Build Coastguard Worker 2596*5e7646d2SAndroid Build Coastguard Worker{ 2597*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, sgray-8, gzip" 2598*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/document-a4-sgray-8-180dpi.pwg 2599*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2600*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 2601*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2602*5e7646d2SAndroid Build Coastguard Worker 2603*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2604*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2605*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2606*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2607*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2608*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2609*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2610*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2611*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2612*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2613*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/document-a4-sgray-8-180dpi.pwg 2614*5e7646d2SAndroid Build Coastguard Worker 2615*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2616*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2617*5e7646d2SAndroid Build Coastguard Worker} 2618*5e7646d2SAndroid Build Coastguard Worker 2619*5e7646d2SAndroid Build Coastguard Worker{ 2620*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, srgb-8" 2621*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/document-a4-srgb-8-180dpi.pwg 2622*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2623*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2624*5e7646d2SAndroid Build Coastguard Worker 2625*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2626*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2627*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2628*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2629*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2630*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2631*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2632*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2633*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/document-a4-srgb-8-180dpi.pwg 2634*5e7646d2SAndroid Build Coastguard Worker 2635*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2636*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2637*5e7646d2SAndroid Build Coastguard Worker} 2638*5e7646d2SAndroid Build Coastguard Worker 2639*5e7646d2SAndroid Build Coastguard Worker{ 2640*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, srgb-8, deflate" 2641*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/document-a4-srgb-8-180dpi.pwg 2642*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2643*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2644*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2645*5e7646d2SAndroid Build Coastguard Worker 2646*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2647*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2648*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2649*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2650*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2651*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2652*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2653*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2654*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2655*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2656*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/document-a4-srgb-8-180dpi.pwg 2657*5e7646d2SAndroid Build Coastguard Worker 2658*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2659*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2660*5e7646d2SAndroid Build Coastguard Worker} 2661*5e7646d2SAndroid Build Coastguard Worker 2662*5e7646d2SAndroid Build Coastguard Worker{ 2663*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 180dpi, srgb-8, gzip" 2664*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/document-a4-srgb-8-180dpi.pwg 2665*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 2666*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2667*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2668*5e7646d2SAndroid Build Coastguard Worker 2669*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2670*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2671*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2672*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2673*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2674*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2675*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2676*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2677*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2678*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2679*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/document-a4-srgb-8-180dpi.pwg 2680*5e7646d2SAndroid Build Coastguard Worker 2681*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2682*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2683*5e7646d2SAndroid Build Coastguard Worker} 2684*5e7646d2SAndroid Build Coastguard Worker 2685*5e7646d2SAndroid Build Coastguard Worker{ 2686*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, black-1" 2687*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/document-a4-black-1-300dpi.pwg 2688*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2689*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2690*5e7646d2SAndroid Build Coastguard Worker 2691*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2692*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2693*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2694*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2695*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2696*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2697*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2698*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2699*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/document-a4-black-1-300dpi.pwg 2700*5e7646d2SAndroid Build Coastguard Worker 2701*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2702*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2703*5e7646d2SAndroid Build Coastguard Worker} 2704*5e7646d2SAndroid Build Coastguard Worker 2705*5e7646d2SAndroid Build Coastguard Worker{ 2706*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, black-1, deflate" 2707*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/document-a4-black-1-300dpi.pwg 2708*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2709*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2710*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2711*5e7646d2SAndroid Build Coastguard Worker 2712*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2713*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2714*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2715*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2716*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2717*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2718*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2719*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2720*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2721*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2722*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/document-a4-black-1-300dpi.pwg 2723*5e7646d2SAndroid Build Coastguard Worker 2724*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2725*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2726*5e7646d2SAndroid Build Coastguard Worker} 2727*5e7646d2SAndroid Build Coastguard Worker 2728*5e7646d2SAndroid Build Coastguard Worker{ 2729*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, black-1, gzip" 2730*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/document-a4-black-1-300dpi.pwg 2731*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2732*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2733*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2734*5e7646d2SAndroid Build Coastguard Worker 2735*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2736*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2737*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2738*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2739*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2740*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2741*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2742*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2743*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2744*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2745*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/document-a4-black-1-300dpi.pwg 2746*5e7646d2SAndroid Build Coastguard Worker 2747*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2748*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2749*5e7646d2SAndroid Build Coastguard Worker} 2750*5e7646d2SAndroid Build Coastguard Worker 2751*5e7646d2SAndroid Build Coastguard Worker{ 2752*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, cmyk-8" 2753*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/document-a4-cmyk-8-300dpi.pwg 2754*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2755*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 2756*5e7646d2SAndroid Build Coastguard Worker 2757*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2758*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2759*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2760*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2761*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2762*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2763*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2764*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2765*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/document-a4-cmyk-8-300dpi.pwg 2766*5e7646d2SAndroid Build Coastguard Worker 2767*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2768*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2769*5e7646d2SAndroid Build Coastguard Worker} 2770*5e7646d2SAndroid Build Coastguard Worker 2771*5e7646d2SAndroid Build Coastguard Worker{ 2772*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, cmyk-8, deflate" 2773*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/document-a4-cmyk-8-300dpi.pwg 2774*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2775*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 2776*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2777*5e7646d2SAndroid Build Coastguard Worker 2778*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2779*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2780*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2781*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2782*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2783*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2784*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2785*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2786*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2787*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2788*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/document-a4-cmyk-8-300dpi.pwg 2789*5e7646d2SAndroid Build Coastguard Worker 2790*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2791*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2792*5e7646d2SAndroid Build Coastguard Worker} 2793*5e7646d2SAndroid Build Coastguard Worker 2794*5e7646d2SAndroid Build Coastguard Worker{ 2795*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, cmyk-8, gzip" 2796*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/document-a4-cmyk-8-300dpi.pwg 2797*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2798*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 2799*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2800*5e7646d2SAndroid Build Coastguard Worker 2801*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2802*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2803*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2804*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2805*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2806*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2807*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2808*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2809*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2810*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2811*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/document-a4-cmyk-8-300dpi.pwg 2812*5e7646d2SAndroid Build Coastguard Worker 2813*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2814*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2815*5e7646d2SAndroid Build Coastguard Worker} 2816*5e7646d2SAndroid Build Coastguard Worker 2817*5e7646d2SAndroid Build Coastguard Worker{ 2818*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, sgray-8" 2819*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/document-a4-sgray-8-300dpi.pwg 2820*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2821*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 2822*5e7646d2SAndroid Build Coastguard Worker 2823*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2824*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2825*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2826*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2827*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2828*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2829*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2830*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2831*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/document-a4-sgray-8-300dpi.pwg 2832*5e7646d2SAndroid Build Coastguard Worker 2833*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2834*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2835*5e7646d2SAndroid Build Coastguard Worker} 2836*5e7646d2SAndroid Build Coastguard Worker 2837*5e7646d2SAndroid Build Coastguard Worker{ 2838*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, sgray-8, deflate" 2839*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/document-a4-sgray-8-300dpi.pwg 2840*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2841*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 2842*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2843*5e7646d2SAndroid Build Coastguard Worker 2844*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2845*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2846*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2847*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2848*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2849*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2850*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2851*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2852*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2853*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2854*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/document-a4-sgray-8-300dpi.pwg 2855*5e7646d2SAndroid Build Coastguard Worker 2856*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2857*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2858*5e7646d2SAndroid Build Coastguard Worker} 2859*5e7646d2SAndroid Build Coastguard Worker 2860*5e7646d2SAndroid Build Coastguard Worker{ 2861*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, sgray-8, gzip" 2862*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/document-a4-sgray-8-300dpi.pwg 2863*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2864*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 2865*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2866*5e7646d2SAndroid Build Coastguard Worker 2867*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2868*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2869*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2870*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2871*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2872*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2873*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2874*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2875*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2876*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2877*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/document-a4-sgray-8-300dpi.pwg 2878*5e7646d2SAndroid Build Coastguard Worker 2879*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2880*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2881*5e7646d2SAndroid Build Coastguard Worker} 2882*5e7646d2SAndroid Build Coastguard Worker 2883*5e7646d2SAndroid Build Coastguard Worker{ 2884*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, srgb-8" 2885*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/document-a4-srgb-8-300dpi.pwg 2886*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2887*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2888*5e7646d2SAndroid Build Coastguard Worker 2889*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2890*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2891*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2892*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2893*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2894*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2895*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2896*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2897*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/document-a4-srgb-8-300dpi.pwg 2898*5e7646d2SAndroid Build Coastguard Worker 2899*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2900*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2901*5e7646d2SAndroid Build Coastguard Worker} 2902*5e7646d2SAndroid Build Coastguard Worker 2903*5e7646d2SAndroid Build Coastguard Worker{ 2904*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, srgb-8, deflate" 2905*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/document-a4-srgb-8-300dpi.pwg 2906*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2907*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2908*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2909*5e7646d2SAndroid Build Coastguard Worker 2910*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2911*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2912*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2913*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2914*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2915*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2916*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2917*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2918*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2919*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2920*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/document-a4-srgb-8-300dpi.pwg 2921*5e7646d2SAndroid Build Coastguard Worker 2922*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2923*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2924*5e7646d2SAndroid Build Coastguard Worker} 2925*5e7646d2SAndroid Build Coastguard Worker 2926*5e7646d2SAndroid Build Coastguard Worker{ 2927*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 300dpi, srgb-8, gzip" 2928*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/document-a4-srgb-8-300dpi.pwg 2929*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 2930*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 2931*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2932*5e7646d2SAndroid Build Coastguard Worker 2933*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2934*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2935*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2936*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2937*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2938*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2939*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2940*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 2941*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2942*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 2943*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/document-a4-srgb-8-300dpi.pwg 2944*5e7646d2SAndroid Build Coastguard Worker 2945*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2946*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2947*5e7646d2SAndroid Build Coastguard Worker} 2948*5e7646d2SAndroid Build Coastguard Worker 2949*5e7646d2SAndroid Build Coastguard Worker{ 2950*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, black-1" 2951*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/document-a4-black-1-360dpi.pwg 2952*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 2953*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2954*5e7646d2SAndroid Build Coastguard Worker 2955*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2956*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2957*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2958*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2959*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2960*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2961*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2962*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2963*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/document-a4-black-1-360dpi.pwg 2964*5e7646d2SAndroid Build Coastguard Worker 2965*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2966*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2967*5e7646d2SAndroid Build Coastguard Worker} 2968*5e7646d2SAndroid Build Coastguard Worker 2969*5e7646d2SAndroid Build Coastguard Worker{ 2970*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, black-1, deflate" 2971*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/document-a4-black-1-360dpi.pwg 2972*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 2973*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2974*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 2975*5e7646d2SAndroid Build Coastguard Worker 2976*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 2977*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 2978*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 2979*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 2980*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 2981*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 2982*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 2983*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 2984*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 2985*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 2986*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/document-a4-black-1-360dpi.pwg 2987*5e7646d2SAndroid Build Coastguard Worker 2988*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 2989*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 2990*5e7646d2SAndroid Build Coastguard Worker} 2991*5e7646d2SAndroid Build Coastguard Worker 2992*5e7646d2SAndroid Build Coastguard Worker{ 2993*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, black-1, gzip" 2994*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/document-a4-black-1-360dpi.pwg 2995*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 2996*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 2997*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 2998*5e7646d2SAndroid Build Coastguard Worker 2999*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3000*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3001*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3002*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3003*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3004*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3005*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3006*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3007*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3008*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3009*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/document-a4-black-1-360dpi.pwg 3010*5e7646d2SAndroid Build Coastguard Worker 3011*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3012*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3013*5e7646d2SAndroid Build Coastguard Worker} 3014*5e7646d2SAndroid Build Coastguard Worker 3015*5e7646d2SAndroid Build Coastguard Worker{ 3016*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, cmyk-8" 3017*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/document-a4-cmyk-8-360dpi.pwg 3018*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 3019*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3020*5e7646d2SAndroid Build Coastguard Worker 3021*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3022*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3023*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3024*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3025*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3026*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3027*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3028*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3029*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/document-a4-cmyk-8-360dpi.pwg 3030*5e7646d2SAndroid Build Coastguard Worker 3031*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3032*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3033*5e7646d2SAndroid Build Coastguard Worker} 3034*5e7646d2SAndroid Build Coastguard Worker 3035*5e7646d2SAndroid Build Coastguard Worker{ 3036*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, cmyk-8, deflate" 3037*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/document-a4-cmyk-8-360dpi.pwg 3038*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 3039*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3040*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3041*5e7646d2SAndroid Build Coastguard Worker 3042*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3043*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3044*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3045*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3046*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3047*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3048*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3049*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3050*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3051*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3052*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/document-a4-cmyk-8-360dpi.pwg 3053*5e7646d2SAndroid Build Coastguard Worker 3054*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3055*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3056*5e7646d2SAndroid Build Coastguard Worker} 3057*5e7646d2SAndroid Build Coastguard Worker 3058*5e7646d2SAndroid Build Coastguard Worker{ 3059*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, cmyk-8, gzip" 3060*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/document-a4-cmyk-8-360dpi.pwg 3061*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 3062*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3063*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3064*5e7646d2SAndroid Build Coastguard Worker 3065*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3066*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3067*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3068*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3069*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3070*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3071*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3072*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3073*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3074*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3075*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/document-a4-cmyk-8-360dpi.pwg 3076*5e7646d2SAndroid Build Coastguard Worker 3077*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3078*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3079*5e7646d2SAndroid Build Coastguard Worker} 3080*5e7646d2SAndroid Build Coastguard Worker 3081*5e7646d2SAndroid Build Coastguard Worker{ 3082*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, sgray-8" 3083*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/document-a4-sgray-8-360dpi.pwg 3084*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 3085*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3086*5e7646d2SAndroid Build Coastguard Worker 3087*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3088*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3089*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3090*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3091*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3092*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3093*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3094*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3095*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/document-a4-sgray-8-360dpi.pwg 3096*5e7646d2SAndroid Build Coastguard Worker 3097*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3098*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3099*5e7646d2SAndroid Build Coastguard Worker} 3100*5e7646d2SAndroid Build Coastguard Worker 3101*5e7646d2SAndroid Build Coastguard Worker{ 3102*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, sgray-8, deflate" 3103*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/document-a4-sgray-8-360dpi.pwg 3104*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 3105*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3106*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3107*5e7646d2SAndroid Build Coastguard Worker 3108*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3109*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3110*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3111*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3112*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3113*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3114*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3115*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3116*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3117*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3118*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/document-a4-sgray-8-360dpi.pwg 3119*5e7646d2SAndroid Build Coastguard Worker 3120*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3121*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3122*5e7646d2SAndroid Build Coastguard Worker} 3123*5e7646d2SAndroid Build Coastguard Worker 3124*5e7646d2SAndroid Build Coastguard Worker{ 3125*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, sgray-8, gzip" 3126*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/document-a4-sgray-8-360dpi.pwg 3127*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 3128*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3129*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3130*5e7646d2SAndroid Build Coastguard Worker 3131*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3132*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3133*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3134*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3135*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3136*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3137*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3138*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3139*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3140*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3141*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/document-a4-sgray-8-360dpi.pwg 3142*5e7646d2SAndroid Build Coastguard Worker 3143*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3144*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3145*5e7646d2SAndroid Build Coastguard Worker} 3146*5e7646d2SAndroid Build Coastguard Worker 3147*5e7646d2SAndroid Build Coastguard Worker{ 3148*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, srgb-8" 3149*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/document-a4-srgb-8-360dpi.pwg 3150*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 3151*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3152*5e7646d2SAndroid Build Coastguard Worker 3153*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3154*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3155*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3156*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3157*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3158*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3159*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3160*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3161*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/document-a4-srgb-8-360dpi.pwg 3162*5e7646d2SAndroid Build Coastguard Worker 3163*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3164*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3165*5e7646d2SAndroid Build Coastguard Worker} 3166*5e7646d2SAndroid Build Coastguard Worker 3167*5e7646d2SAndroid Build Coastguard Worker{ 3168*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, srgb-8, deflate" 3169*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/document-a4-srgb-8-360dpi.pwg 3170*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 3171*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3172*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3173*5e7646d2SAndroid Build Coastguard Worker 3174*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3175*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3176*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3177*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3178*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3179*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3180*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3181*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3182*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3183*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3184*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/document-a4-srgb-8-360dpi.pwg 3185*5e7646d2SAndroid Build Coastguard Worker 3186*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3187*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3188*5e7646d2SAndroid Build Coastguard Worker} 3189*5e7646d2SAndroid Build Coastguard Worker 3190*5e7646d2SAndroid Build Coastguard Worker{ 3191*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 360dpi, srgb-8, gzip" 3192*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/document-a4-srgb-8-360dpi.pwg 3193*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 3194*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3195*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3196*5e7646d2SAndroid Build Coastguard Worker 3197*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3198*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3199*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3200*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3201*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3202*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3203*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3204*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3205*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3206*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3207*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/document-a4-srgb-8-360dpi.pwg 3208*5e7646d2SAndroid Build Coastguard Worker 3209*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3210*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3211*5e7646d2SAndroid Build Coastguard Worker} 3212*5e7646d2SAndroid Build Coastguard Worker 3213*5e7646d2SAndroid Build Coastguard Worker{ 3214*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, black-1" 3215*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/document-a4-black-1-600dpi.pwg 3216*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3217*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 3218*5e7646d2SAndroid Build Coastguard Worker 3219*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3220*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3221*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3222*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3223*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3224*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3225*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3226*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3227*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/document-a4-black-1-600dpi.pwg 3228*5e7646d2SAndroid Build Coastguard Worker 3229*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3230*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3231*5e7646d2SAndroid Build Coastguard Worker} 3232*5e7646d2SAndroid Build Coastguard Worker 3233*5e7646d2SAndroid Build Coastguard Worker{ 3234*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, black-1, deflate" 3235*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/document-a4-black-1-600dpi.pwg 3236*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3237*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 3238*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3239*5e7646d2SAndroid Build Coastguard Worker 3240*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3241*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3242*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3243*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3244*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3245*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3246*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3247*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3248*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3249*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3250*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/document-a4-black-1-600dpi.pwg 3251*5e7646d2SAndroid Build Coastguard Worker 3252*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3253*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3254*5e7646d2SAndroid Build Coastguard Worker} 3255*5e7646d2SAndroid Build Coastguard Worker 3256*5e7646d2SAndroid Build Coastguard Worker{ 3257*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, black-1, gzip" 3258*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/document-a4-black-1-600dpi.pwg 3259*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3260*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 3261*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3262*5e7646d2SAndroid Build Coastguard Worker 3263*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3264*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3265*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3266*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3267*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3268*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3269*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3270*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3271*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3272*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3273*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/document-a4-black-1-600dpi.pwg 3274*5e7646d2SAndroid Build Coastguard Worker 3275*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3276*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3277*5e7646d2SAndroid Build Coastguard Worker} 3278*5e7646d2SAndroid Build Coastguard Worker 3279*5e7646d2SAndroid Build Coastguard Worker{ 3280*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, cmyk-8" 3281*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/document-a4-cmyk-8-600dpi.pwg 3282*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3283*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3284*5e7646d2SAndroid Build Coastguard Worker 3285*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3286*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3287*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3288*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3289*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3290*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3291*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3292*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3293*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/document-a4-cmyk-8-600dpi.pwg 3294*5e7646d2SAndroid Build Coastguard Worker 3295*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3296*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3297*5e7646d2SAndroid Build Coastguard Worker} 3298*5e7646d2SAndroid Build Coastguard Worker 3299*5e7646d2SAndroid Build Coastguard Worker{ 3300*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, cmyk-8, deflate" 3301*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/document-a4-cmyk-8-600dpi.pwg 3302*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3303*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3304*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3305*5e7646d2SAndroid Build Coastguard Worker 3306*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3307*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3308*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3309*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3310*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3311*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3312*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3313*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3314*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3315*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3316*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/document-a4-cmyk-8-600dpi.pwg 3317*5e7646d2SAndroid Build Coastguard Worker 3318*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3319*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3320*5e7646d2SAndroid Build Coastguard Worker} 3321*5e7646d2SAndroid Build Coastguard Worker 3322*5e7646d2SAndroid Build Coastguard Worker{ 3323*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, cmyk-8, gzip" 3324*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/document-a4-cmyk-8-600dpi.pwg 3325*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3326*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3327*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3328*5e7646d2SAndroid Build Coastguard Worker 3329*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3330*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3331*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3332*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3333*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3334*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3335*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3336*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3337*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3338*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3339*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/document-a4-cmyk-8-600dpi.pwg 3340*5e7646d2SAndroid Build Coastguard Worker 3341*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3342*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3343*5e7646d2SAndroid Build Coastguard Worker} 3344*5e7646d2SAndroid Build Coastguard Worker 3345*5e7646d2SAndroid Build Coastguard Worker{ 3346*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, sgray-8" 3347*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/document-a4-sgray-8-600dpi.pwg 3348*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3349*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3350*5e7646d2SAndroid Build Coastguard Worker 3351*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3352*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3353*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3354*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3355*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3356*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3357*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3358*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3359*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/document-a4-sgray-8-600dpi.pwg 3360*5e7646d2SAndroid Build Coastguard Worker 3361*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3362*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3363*5e7646d2SAndroid Build Coastguard Worker} 3364*5e7646d2SAndroid Build Coastguard Worker 3365*5e7646d2SAndroid Build Coastguard Worker{ 3366*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, sgray-8, deflate" 3367*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/document-a4-sgray-8-600dpi.pwg 3368*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3369*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3370*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3371*5e7646d2SAndroid Build Coastguard Worker 3372*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3373*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3374*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3375*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3376*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3377*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3378*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3379*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3380*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3381*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3382*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/document-a4-sgray-8-600dpi.pwg 3383*5e7646d2SAndroid Build Coastguard Worker 3384*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3385*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3386*5e7646d2SAndroid Build Coastguard Worker} 3387*5e7646d2SAndroid Build Coastguard Worker 3388*5e7646d2SAndroid Build Coastguard Worker{ 3389*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, sgray-8, gzip" 3390*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/document-a4-sgray-8-600dpi.pwg 3391*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3392*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3393*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3394*5e7646d2SAndroid Build Coastguard Worker 3395*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3396*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3397*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3398*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3399*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3400*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3401*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3402*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3403*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3404*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3405*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/document-a4-sgray-8-600dpi.pwg 3406*5e7646d2SAndroid Build Coastguard Worker 3407*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3408*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3409*5e7646d2SAndroid Build Coastguard Worker} 3410*5e7646d2SAndroid Build Coastguard Worker 3411*5e7646d2SAndroid Build Coastguard Worker{ 3412*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, srgb-8" 3413*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/document-a4-srgb-8-600dpi.pwg 3414*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3415*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3416*5e7646d2SAndroid Build Coastguard Worker 3417*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3418*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3419*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3420*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3421*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3422*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3423*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3424*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3425*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/document-a4-srgb-8-600dpi.pwg 3426*5e7646d2SAndroid Build Coastguard Worker 3427*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3428*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3429*5e7646d2SAndroid Build Coastguard Worker} 3430*5e7646d2SAndroid Build Coastguard Worker 3431*5e7646d2SAndroid Build Coastguard Worker{ 3432*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, srgb-8, deflate" 3433*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/document-a4-srgb-8-600dpi.pwg 3434*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3435*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3436*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3437*5e7646d2SAndroid Build Coastguard Worker 3438*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3439*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3440*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3441*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3442*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3443*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3444*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3445*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3446*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3447*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3448*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/document-a4-srgb-8-600dpi.pwg 3449*5e7646d2SAndroid Build Coastguard Worker 3450*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3451*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3452*5e7646d2SAndroid Build Coastguard Worker} 3453*5e7646d2SAndroid Build Coastguard Worker 3454*5e7646d2SAndroid Build Coastguard Worker{ 3455*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 600dpi, srgb-8, gzip" 3456*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/document-a4-srgb-8-600dpi.pwg 3457*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 3458*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3459*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3460*5e7646d2SAndroid Build Coastguard Worker 3461*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3462*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3463*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3464*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3465*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3466*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3467*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3468*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3469*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3470*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3471*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/document-a4-srgb-8-600dpi.pwg 3472*5e7646d2SAndroid Build Coastguard Worker 3473*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3474*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3475*5e7646d2SAndroid Build Coastguard Worker} 3476*5e7646d2SAndroid Build Coastguard Worker 3477*5e7646d2SAndroid Build Coastguard Worker{ 3478*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, black-1" 3479*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/document-a4-black-1-720dpi.pwg 3480*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3481*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 3482*5e7646d2SAndroid Build Coastguard Worker 3483*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3484*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3485*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3486*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3487*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3488*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3489*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3490*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3491*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/document-a4-black-1-720dpi.pwg 3492*5e7646d2SAndroid Build Coastguard Worker 3493*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3494*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3495*5e7646d2SAndroid Build Coastguard Worker} 3496*5e7646d2SAndroid Build Coastguard Worker 3497*5e7646d2SAndroid Build Coastguard Worker{ 3498*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, black-1, deflate" 3499*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/document-a4-black-1-720dpi.pwg 3500*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3501*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 3502*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3503*5e7646d2SAndroid Build Coastguard Worker 3504*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3505*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3506*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3507*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3508*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3509*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3510*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3511*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3512*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3513*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3514*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/document-a4-black-1-720dpi.pwg 3515*5e7646d2SAndroid Build Coastguard Worker 3516*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3517*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3518*5e7646d2SAndroid Build Coastguard Worker} 3519*5e7646d2SAndroid Build Coastguard Worker 3520*5e7646d2SAndroid Build Coastguard Worker{ 3521*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, black-1, gzip" 3522*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/document-a4-black-1-720dpi.pwg 3523*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3524*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 3525*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3526*5e7646d2SAndroid Build Coastguard Worker 3527*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3528*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3529*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3530*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3531*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3532*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3533*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3534*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3535*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3536*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3537*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/document-a4-black-1-720dpi.pwg 3538*5e7646d2SAndroid Build Coastguard Worker 3539*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3540*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3541*5e7646d2SAndroid Build Coastguard Worker} 3542*5e7646d2SAndroid Build Coastguard Worker 3543*5e7646d2SAndroid Build Coastguard Worker{ 3544*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, cmyk-8" 3545*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/document-a4-cmyk-8-720dpi.pwg 3546*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3547*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3548*5e7646d2SAndroid Build Coastguard Worker 3549*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3550*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3551*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3552*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3553*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3554*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3555*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3556*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3557*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/document-a4-cmyk-8-720dpi.pwg 3558*5e7646d2SAndroid Build Coastguard Worker 3559*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3560*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3561*5e7646d2SAndroid Build Coastguard Worker} 3562*5e7646d2SAndroid Build Coastguard Worker 3563*5e7646d2SAndroid Build Coastguard Worker{ 3564*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, cmyk-8, deflate" 3565*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/document-a4-cmyk-8-720dpi.pwg 3566*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3567*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3568*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3569*5e7646d2SAndroid Build Coastguard Worker 3570*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3571*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3572*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3573*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3574*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3575*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3576*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3577*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3578*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3579*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3580*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/document-a4-cmyk-8-720dpi.pwg 3581*5e7646d2SAndroid Build Coastguard Worker 3582*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3583*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3584*5e7646d2SAndroid Build Coastguard Worker} 3585*5e7646d2SAndroid Build Coastguard Worker 3586*5e7646d2SAndroid Build Coastguard Worker{ 3587*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, cmyk-8, gzip" 3588*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/document-a4-cmyk-8-720dpi.pwg 3589*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3590*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3591*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3592*5e7646d2SAndroid Build Coastguard Worker 3593*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3594*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3595*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3596*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3597*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3598*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3599*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3600*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3601*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3602*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3603*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/document-a4-cmyk-8-720dpi.pwg 3604*5e7646d2SAndroid Build Coastguard Worker 3605*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3606*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3607*5e7646d2SAndroid Build Coastguard Worker} 3608*5e7646d2SAndroid Build Coastguard Worker 3609*5e7646d2SAndroid Build Coastguard Worker{ 3610*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, sgray-8" 3611*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/document-a4-sgray-8-720dpi.pwg 3612*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3613*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3614*5e7646d2SAndroid Build Coastguard Worker 3615*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3616*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3617*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3618*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3619*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3620*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3621*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3622*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3623*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/document-a4-sgray-8-720dpi.pwg 3624*5e7646d2SAndroid Build Coastguard Worker 3625*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3626*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3627*5e7646d2SAndroid Build Coastguard Worker} 3628*5e7646d2SAndroid Build Coastguard Worker 3629*5e7646d2SAndroid Build Coastguard Worker{ 3630*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, sgray-8, deflate" 3631*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/document-a4-sgray-8-720dpi.pwg 3632*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3633*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3634*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3635*5e7646d2SAndroid Build Coastguard Worker 3636*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3637*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3638*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3639*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3640*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3641*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3642*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3643*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3644*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3645*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3646*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/document-a4-sgray-8-720dpi.pwg 3647*5e7646d2SAndroid Build Coastguard Worker 3648*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3649*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3650*5e7646d2SAndroid Build Coastguard Worker} 3651*5e7646d2SAndroid Build Coastguard Worker 3652*5e7646d2SAndroid Build Coastguard Worker{ 3653*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, sgray-8, gzip" 3654*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/document-a4-sgray-8-720dpi.pwg 3655*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3656*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3657*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3658*5e7646d2SAndroid Build Coastguard Worker 3659*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3660*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3661*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3662*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3663*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3664*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3665*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3666*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3667*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3668*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3669*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/document-a4-sgray-8-720dpi.pwg 3670*5e7646d2SAndroid Build Coastguard Worker 3671*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3672*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3673*5e7646d2SAndroid Build Coastguard Worker} 3674*5e7646d2SAndroid Build Coastguard Worker 3675*5e7646d2SAndroid Build Coastguard Worker{ 3676*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, srgb-8" 3677*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/document-a4-srgb-8-720dpi.pwg 3678*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3679*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3680*5e7646d2SAndroid Build Coastguard Worker 3681*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3682*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3683*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3684*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3685*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3686*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3687*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3688*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3689*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/document-a4-srgb-8-720dpi.pwg 3690*5e7646d2SAndroid Build Coastguard Worker 3691*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3692*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3693*5e7646d2SAndroid Build Coastguard Worker} 3694*5e7646d2SAndroid Build Coastguard Worker 3695*5e7646d2SAndroid Build Coastguard Worker{ 3696*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, srgb-8, deflate" 3697*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/document-a4-srgb-8-720dpi.pwg 3698*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3699*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3700*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3701*5e7646d2SAndroid Build Coastguard Worker 3702*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3703*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3704*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3705*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3706*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3707*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3708*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3709*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3710*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3711*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3712*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/document-a4-srgb-8-720dpi.pwg 3713*5e7646d2SAndroid Build Coastguard Worker 3714*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3715*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3716*5e7646d2SAndroid Build Coastguard Worker} 3717*5e7646d2SAndroid Build Coastguard Worker 3718*5e7646d2SAndroid Build Coastguard Worker{ 3719*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-a4 @ 720dpi, srgb-8, gzip" 3720*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/document-a4-srgb-8-720dpi.pwg 3721*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 3722*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3723*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3724*5e7646d2SAndroid Build Coastguard Worker 3725*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3726*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3727*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3728*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3729*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3730*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3731*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3732*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3733*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-a4" 3734*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3735*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/document-a4-srgb-8-720dpi.pwg 3736*5e7646d2SAndroid Build Coastguard Worker 3737*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3738*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3739*5e7646d2SAndroid Build Coastguard Worker} 3740*5e7646d2SAndroid Build Coastguard Worker 3741*5e7646d2SAndroid Build Coastguard Worker{ 3742*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, black-1" 3743*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/document-letter-black-1-150dpi.pwg 3744*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3745*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 3746*5e7646d2SAndroid Build Coastguard Worker 3747*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3748*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3749*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3750*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3751*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3752*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3753*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3754*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3755*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/document-letter-black-1-150dpi.pwg 3756*5e7646d2SAndroid Build Coastguard Worker 3757*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3758*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3759*5e7646d2SAndroid Build Coastguard Worker} 3760*5e7646d2SAndroid Build Coastguard Worker 3761*5e7646d2SAndroid Build Coastguard Worker{ 3762*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, black-1, deflate" 3763*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/document-letter-black-1-150dpi.pwg 3764*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3765*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 3766*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3767*5e7646d2SAndroid Build Coastguard Worker 3768*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3769*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3770*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3771*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3772*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3773*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3774*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3775*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3776*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3777*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3778*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/document-letter-black-1-150dpi.pwg 3779*5e7646d2SAndroid Build Coastguard Worker 3780*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3781*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3782*5e7646d2SAndroid Build Coastguard Worker} 3783*5e7646d2SAndroid Build Coastguard Worker 3784*5e7646d2SAndroid Build Coastguard Worker{ 3785*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, black-1, gzip" 3786*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/document-letter-black-1-150dpi.pwg 3787*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3788*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 3789*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3790*5e7646d2SAndroid Build Coastguard Worker 3791*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3792*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3793*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3794*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3795*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3796*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3797*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3798*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3799*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3800*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3801*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/document-letter-black-1-150dpi.pwg 3802*5e7646d2SAndroid Build Coastguard Worker 3803*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3804*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3805*5e7646d2SAndroid Build Coastguard Worker} 3806*5e7646d2SAndroid Build Coastguard Worker 3807*5e7646d2SAndroid Build Coastguard Worker{ 3808*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, cmyk-8" 3809*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/document-letter-cmyk-8-150dpi.pwg 3810*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3811*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3812*5e7646d2SAndroid Build Coastguard Worker 3813*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3814*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3815*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3816*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3817*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3818*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3819*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3820*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3821*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/document-letter-cmyk-8-150dpi.pwg 3822*5e7646d2SAndroid Build Coastguard Worker 3823*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3824*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3825*5e7646d2SAndroid Build Coastguard Worker} 3826*5e7646d2SAndroid Build Coastguard Worker 3827*5e7646d2SAndroid Build Coastguard Worker{ 3828*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, cmyk-8, deflate" 3829*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/document-letter-cmyk-8-150dpi.pwg 3830*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3831*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3832*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3833*5e7646d2SAndroid Build Coastguard Worker 3834*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3835*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3836*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3837*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3838*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3839*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3840*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3841*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3842*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3843*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3844*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/document-letter-cmyk-8-150dpi.pwg 3845*5e7646d2SAndroid Build Coastguard Worker 3846*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3847*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3848*5e7646d2SAndroid Build Coastguard Worker} 3849*5e7646d2SAndroid Build Coastguard Worker 3850*5e7646d2SAndroid Build Coastguard Worker{ 3851*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, cmyk-8, gzip" 3852*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/document-letter-cmyk-8-150dpi.pwg 3853*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3854*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 3855*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3856*5e7646d2SAndroid Build Coastguard Worker 3857*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3858*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3859*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3860*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3861*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3862*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3863*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3864*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3865*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3866*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3867*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/document-letter-cmyk-8-150dpi.pwg 3868*5e7646d2SAndroid Build Coastguard Worker 3869*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3870*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3871*5e7646d2SAndroid Build Coastguard Worker} 3872*5e7646d2SAndroid Build Coastguard Worker 3873*5e7646d2SAndroid Build Coastguard Worker{ 3874*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, sgray-8" 3875*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/document-letter-sgray-8-150dpi.pwg 3876*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3877*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3878*5e7646d2SAndroid Build Coastguard Worker 3879*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3880*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3881*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3882*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3883*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3884*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3885*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3886*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3887*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/document-letter-sgray-8-150dpi.pwg 3888*5e7646d2SAndroid Build Coastguard Worker 3889*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3890*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3891*5e7646d2SAndroid Build Coastguard Worker} 3892*5e7646d2SAndroid Build Coastguard Worker 3893*5e7646d2SAndroid Build Coastguard Worker{ 3894*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, sgray-8, deflate" 3895*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/document-letter-sgray-8-150dpi.pwg 3896*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3897*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3898*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3899*5e7646d2SAndroid Build Coastguard Worker 3900*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3901*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3902*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3903*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3904*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3905*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3906*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3907*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3908*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3909*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3910*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/document-letter-sgray-8-150dpi.pwg 3911*5e7646d2SAndroid Build Coastguard Worker 3912*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3913*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3914*5e7646d2SAndroid Build Coastguard Worker} 3915*5e7646d2SAndroid Build Coastguard Worker 3916*5e7646d2SAndroid Build Coastguard Worker{ 3917*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, sgray-8, gzip" 3918*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/document-letter-sgray-8-150dpi.pwg 3919*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3920*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 3921*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3922*5e7646d2SAndroid Build Coastguard Worker 3923*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3924*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3925*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3926*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3927*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3928*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3929*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3930*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3931*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3932*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3933*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/document-letter-sgray-8-150dpi.pwg 3934*5e7646d2SAndroid Build Coastguard Worker 3935*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3936*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3937*5e7646d2SAndroid Build Coastguard Worker} 3938*5e7646d2SAndroid Build Coastguard Worker 3939*5e7646d2SAndroid Build Coastguard Worker{ 3940*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, srgb-8" 3941*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/document-letter-srgb-8-150dpi.pwg 3942*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3943*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3944*5e7646d2SAndroid Build Coastguard Worker 3945*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3946*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3947*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3948*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3949*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3950*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3951*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3952*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3953*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/document-letter-srgb-8-150dpi.pwg 3954*5e7646d2SAndroid Build Coastguard Worker 3955*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3956*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3957*5e7646d2SAndroid Build Coastguard Worker} 3958*5e7646d2SAndroid Build Coastguard Worker 3959*5e7646d2SAndroid Build Coastguard Worker{ 3960*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, srgb-8, deflate" 3961*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/document-letter-srgb-8-150dpi.pwg 3962*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3963*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3964*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 3965*5e7646d2SAndroid Build Coastguard Worker 3966*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3967*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3968*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3969*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3970*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3971*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3972*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3973*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 3974*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3975*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 3976*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/document-letter-srgb-8-150dpi.pwg 3977*5e7646d2SAndroid Build Coastguard Worker 3978*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 3979*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 3980*5e7646d2SAndroid Build Coastguard Worker} 3981*5e7646d2SAndroid Build Coastguard Worker 3982*5e7646d2SAndroid Build Coastguard Worker{ 3983*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 150dpi, srgb-8, gzip" 3984*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/document-letter-srgb-8-150dpi.pwg 3985*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 3986*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 3987*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 3988*5e7646d2SAndroid Build Coastguard Worker 3989*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 3990*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 3991*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 3992*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 3993*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 3994*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 3995*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 3996*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 3997*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 3998*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 3999*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/document-letter-srgb-8-150dpi.pwg 4000*5e7646d2SAndroid Build Coastguard Worker 4001*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4002*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4003*5e7646d2SAndroid Build Coastguard Worker} 4004*5e7646d2SAndroid Build Coastguard Worker 4005*5e7646d2SAndroid Build Coastguard Worker{ 4006*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, black-1" 4007*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/document-letter-black-1-180dpi.pwg 4008*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4009*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4010*5e7646d2SAndroid Build Coastguard Worker 4011*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4012*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4013*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4014*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4015*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4016*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4017*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4018*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4019*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/document-letter-black-1-180dpi.pwg 4020*5e7646d2SAndroid Build Coastguard Worker 4021*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4022*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4023*5e7646d2SAndroid Build Coastguard Worker} 4024*5e7646d2SAndroid Build Coastguard Worker 4025*5e7646d2SAndroid Build Coastguard Worker{ 4026*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, black-1, deflate" 4027*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/document-letter-black-1-180dpi.pwg 4028*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4029*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4030*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4031*5e7646d2SAndroid Build Coastguard Worker 4032*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4033*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4034*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4035*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4036*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4037*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4038*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4039*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4040*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4041*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4042*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/document-letter-black-1-180dpi.pwg 4043*5e7646d2SAndroid Build Coastguard Worker 4044*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4045*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4046*5e7646d2SAndroid Build Coastguard Worker} 4047*5e7646d2SAndroid Build Coastguard Worker 4048*5e7646d2SAndroid Build Coastguard Worker{ 4049*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, black-1, gzip" 4050*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/document-letter-black-1-180dpi.pwg 4051*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4052*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4053*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4054*5e7646d2SAndroid Build Coastguard Worker 4055*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4056*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4057*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4058*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4059*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4060*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4061*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4062*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4063*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4064*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4065*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/document-letter-black-1-180dpi.pwg 4066*5e7646d2SAndroid Build Coastguard Worker 4067*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4068*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4069*5e7646d2SAndroid Build Coastguard Worker} 4070*5e7646d2SAndroid Build Coastguard Worker 4071*5e7646d2SAndroid Build Coastguard Worker{ 4072*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, cmyk-8" 4073*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/document-letter-cmyk-8-180dpi.pwg 4074*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4075*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4076*5e7646d2SAndroid Build Coastguard Worker 4077*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4078*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4079*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4080*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4081*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4082*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4083*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4084*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4085*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/document-letter-cmyk-8-180dpi.pwg 4086*5e7646d2SAndroid Build Coastguard Worker 4087*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4088*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4089*5e7646d2SAndroid Build Coastguard Worker} 4090*5e7646d2SAndroid Build Coastguard Worker 4091*5e7646d2SAndroid Build Coastguard Worker{ 4092*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, cmyk-8, deflate" 4093*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/document-letter-cmyk-8-180dpi.pwg 4094*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4095*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4096*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4097*5e7646d2SAndroid Build Coastguard Worker 4098*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4099*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4100*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4101*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4102*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4103*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4104*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4105*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4106*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4107*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4108*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/document-letter-cmyk-8-180dpi.pwg 4109*5e7646d2SAndroid Build Coastguard Worker 4110*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4111*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4112*5e7646d2SAndroid Build Coastguard Worker} 4113*5e7646d2SAndroid Build Coastguard Worker 4114*5e7646d2SAndroid Build Coastguard Worker{ 4115*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, cmyk-8, gzip" 4116*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/document-letter-cmyk-8-180dpi.pwg 4117*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4118*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4119*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4120*5e7646d2SAndroid Build Coastguard Worker 4121*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4122*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4123*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4124*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4125*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4126*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4127*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4128*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4129*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4130*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4131*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/document-letter-cmyk-8-180dpi.pwg 4132*5e7646d2SAndroid Build Coastguard Worker 4133*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4134*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4135*5e7646d2SAndroid Build Coastguard Worker} 4136*5e7646d2SAndroid Build Coastguard Worker 4137*5e7646d2SAndroid Build Coastguard Worker{ 4138*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, sgray-8" 4139*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/document-letter-sgray-8-180dpi.pwg 4140*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4141*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4142*5e7646d2SAndroid Build Coastguard Worker 4143*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4144*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4145*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4146*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4147*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4148*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4149*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4150*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4151*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/document-letter-sgray-8-180dpi.pwg 4152*5e7646d2SAndroid Build Coastguard Worker 4153*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4154*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4155*5e7646d2SAndroid Build Coastguard Worker} 4156*5e7646d2SAndroid Build Coastguard Worker 4157*5e7646d2SAndroid Build Coastguard Worker{ 4158*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, sgray-8, deflate" 4159*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/document-letter-sgray-8-180dpi.pwg 4160*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4161*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4162*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4163*5e7646d2SAndroid Build Coastguard Worker 4164*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4165*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4166*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4167*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4168*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4169*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4170*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4171*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4172*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4173*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4174*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/document-letter-sgray-8-180dpi.pwg 4175*5e7646d2SAndroid Build Coastguard Worker 4176*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4177*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4178*5e7646d2SAndroid Build Coastguard Worker} 4179*5e7646d2SAndroid Build Coastguard Worker 4180*5e7646d2SAndroid Build Coastguard Worker{ 4181*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, sgray-8, gzip" 4182*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/document-letter-sgray-8-180dpi.pwg 4183*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4184*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4185*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4186*5e7646d2SAndroid Build Coastguard Worker 4187*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4188*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4189*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4190*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4191*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4192*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4193*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4194*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4195*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4196*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4197*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/document-letter-sgray-8-180dpi.pwg 4198*5e7646d2SAndroid Build Coastguard Worker 4199*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4200*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4201*5e7646d2SAndroid Build Coastguard Worker} 4202*5e7646d2SAndroid Build Coastguard Worker 4203*5e7646d2SAndroid Build Coastguard Worker{ 4204*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, srgb-8" 4205*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/document-letter-srgb-8-180dpi.pwg 4206*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4207*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 4208*5e7646d2SAndroid Build Coastguard Worker 4209*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4210*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4211*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4212*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4213*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4214*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4215*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4216*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4217*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/document-letter-srgb-8-180dpi.pwg 4218*5e7646d2SAndroid Build Coastguard Worker 4219*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4220*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4221*5e7646d2SAndroid Build Coastguard Worker} 4222*5e7646d2SAndroid Build Coastguard Worker 4223*5e7646d2SAndroid Build Coastguard Worker{ 4224*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, srgb-8, deflate" 4225*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/document-letter-srgb-8-180dpi.pwg 4226*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4227*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 4228*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4229*5e7646d2SAndroid Build Coastguard Worker 4230*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4231*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4232*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4233*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4234*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4235*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4236*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4237*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4238*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4239*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4240*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/document-letter-srgb-8-180dpi.pwg 4241*5e7646d2SAndroid Build Coastguard Worker 4242*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4243*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4244*5e7646d2SAndroid Build Coastguard Worker} 4245*5e7646d2SAndroid Build Coastguard Worker 4246*5e7646d2SAndroid Build Coastguard Worker{ 4247*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 180dpi, srgb-8, gzip" 4248*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/document-letter-srgb-8-180dpi.pwg 4249*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 4250*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 4251*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4252*5e7646d2SAndroid Build Coastguard Worker 4253*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4254*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4255*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4256*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4257*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4258*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4259*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4260*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4261*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4262*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4263*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/document-letter-srgb-8-180dpi.pwg 4264*5e7646d2SAndroid Build Coastguard Worker 4265*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4266*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4267*5e7646d2SAndroid Build Coastguard Worker} 4268*5e7646d2SAndroid Build Coastguard Worker 4269*5e7646d2SAndroid Build Coastguard Worker{ 4270*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, black-1" 4271*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/document-letter-black-1-300dpi.pwg 4272*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4273*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4274*5e7646d2SAndroid Build Coastguard Worker 4275*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4276*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4277*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4278*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4279*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4280*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4281*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4282*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4283*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/document-letter-black-1-300dpi.pwg 4284*5e7646d2SAndroid Build Coastguard Worker 4285*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4286*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4287*5e7646d2SAndroid Build Coastguard Worker} 4288*5e7646d2SAndroid Build Coastguard Worker 4289*5e7646d2SAndroid Build Coastguard Worker{ 4290*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, black-1, deflate" 4291*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/document-letter-black-1-300dpi.pwg 4292*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4293*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4294*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4295*5e7646d2SAndroid Build Coastguard Worker 4296*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4297*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4298*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4299*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4300*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4301*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4302*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4303*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4304*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4305*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4306*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/document-letter-black-1-300dpi.pwg 4307*5e7646d2SAndroid Build Coastguard Worker 4308*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4309*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4310*5e7646d2SAndroid Build Coastguard Worker} 4311*5e7646d2SAndroid Build Coastguard Worker 4312*5e7646d2SAndroid Build Coastguard Worker{ 4313*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, black-1, gzip" 4314*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/document-letter-black-1-300dpi.pwg 4315*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4316*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4317*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4318*5e7646d2SAndroid Build Coastguard Worker 4319*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4320*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4321*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4322*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4323*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4324*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4325*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4326*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4327*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4328*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4329*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/document-letter-black-1-300dpi.pwg 4330*5e7646d2SAndroid Build Coastguard Worker 4331*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4332*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4333*5e7646d2SAndroid Build Coastguard Worker} 4334*5e7646d2SAndroid Build Coastguard Worker 4335*5e7646d2SAndroid Build Coastguard Worker{ 4336*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, cmyk-8" 4337*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/document-letter-cmyk-8-300dpi.pwg 4338*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4339*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4340*5e7646d2SAndroid Build Coastguard Worker 4341*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4342*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4343*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4344*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4345*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4346*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4347*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4348*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4349*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/document-letter-cmyk-8-300dpi.pwg 4350*5e7646d2SAndroid Build Coastguard Worker 4351*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4352*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4353*5e7646d2SAndroid Build Coastguard Worker} 4354*5e7646d2SAndroid Build Coastguard Worker 4355*5e7646d2SAndroid Build Coastguard Worker{ 4356*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, cmyk-8, deflate" 4357*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/document-letter-cmyk-8-300dpi.pwg 4358*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4359*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4360*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4361*5e7646d2SAndroid Build Coastguard Worker 4362*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4363*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4364*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4365*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4366*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4367*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4368*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4369*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4370*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4371*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4372*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/document-letter-cmyk-8-300dpi.pwg 4373*5e7646d2SAndroid Build Coastguard Worker 4374*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4375*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4376*5e7646d2SAndroid Build Coastguard Worker} 4377*5e7646d2SAndroid Build Coastguard Worker 4378*5e7646d2SAndroid Build Coastguard Worker{ 4379*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, cmyk-8, gzip" 4380*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/document-letter-cmyk-8-300dpi.pwg 4381*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4382*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4383*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4384*5e7646d2SAndroid Build Coastguard Worker 4385*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4386*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4387*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4388*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4389*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4390*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4391*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4392*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4393*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4394*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4395*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/document-letter-cmyk-8-300dpi.pwg 4396*5e7646d2SAndroid Build Coastguard Worker 4397*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4398*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4399*5e7646d2SAndroid Build Coastguard Worker} 4400*5e7646d2SAndroid Build Coastguard Worker 4401*5e7646d2SAndroid Build Coastguard Worker{ 4402*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, sgray-8" 4403*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/document-letter-sgray-8-300dpi.pwg 4404*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4405*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4406*5e7646d2SAndroid Build Coastguard Worker 4407*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4408*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4409*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4410*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4411*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4412*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4413*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4414*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4415*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/document-letter-sgray-8-300dpi.pwg 4416*5e7646d2SAndroid Build Coastguard Worker 4417*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4418*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4419*5e7646d2SAndroid Build Coastguard Worker} 4420*5e7646d2SAndroid Build Coastguard Worker 4421*5e7646d2SAndroid Build Coastguard Worker{ 4422*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, sgray-8, deflate" 4423*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/document-letter-sgray-8-300dpi.pwg 4424*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4425*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4426*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4427*5e7646d2SAndroid Build Coastguard Worker 4428*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4429*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4430*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4431*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4432*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4433*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4434*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4435*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4436*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4437*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4438*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/document-letter-sgray-8-300dpi.pwg 4439*5e7646d2SAndroid Build Coastguard Worker 4440*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4441*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4442*5e7646d2SAndroid Build Coastguard Worker} 4443*5e7646d2SAndroid Build Coastguard Worker 4444*5e7646d2SAndroid Build Coastguard Worker{ 4445*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, sgray-8, gzip" 4446*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/document-letter-sgray-8-300dpi.pwg 4447*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4448*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4449*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4450*5e7646d2SAndroid Build Coastguard Worker 4451*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4452*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4453*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4454*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4455*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4456*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4457*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4458*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4459*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4460*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4461*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/document-letter-sgray-8-300dpi.pwg 4462*5e7646d2SAndroid Build Coastguard Worker 4463*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4464*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4465*5e7646d2SAndroid Build Coastguard Worker} 4466*5e7646d2SAndroid Build Coastguard Worker 4467*5e7646d2SAndroid Build Coastguard Worker{ 4468*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, srgb-8" 4469*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/document-letter-srgb-8-300dpi.pwg 4470*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4471*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 4472*5e7646d2SAndroid Build Coastguard Worker 4473*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4474*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4475*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4476*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4477*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4478*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4479*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4480*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4481*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/document-letter-srgb-8-300dpi.pwg 4482*5e7646d2SAndroid Build Coastguard Worker 4483*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4484*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4485*5e7646d2SAndroid Build Coastguard Worker} 4486*5e7646d2SAndroid Build Coastguard Worker 4487*5e7646d2SAndroid Build Coastguard Worker{ 4488*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, srgb-8, deflate" 4489*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/document-letter-srgb-8-300dpi.pwg 4490*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4491*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 4492*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4493*5e7646d2SAndroid Build Coastguard Worker 4494*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4495*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4496*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4497*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4498*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4499*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4500*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4501*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4502*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4503*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4504*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/document-letter-srgb-8-300dpi.pwg 4505*5e7646d2SAndroid Build Coastguard Worker 4506*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4507*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4508*5e7646d2SAndroid Build Coastguard Worker} 4509*5e7646d2SAndroid Build Coastguard Worker 4510*5e7646d2SAndroid Build Coastguard Worker{ 4511*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 300dpi, srgb-8, gzip" 4512*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/document-letter-srgb-8-300dpi.pwg 4513*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 4514*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 4515*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4516*5e7646d2SAndroid Build Coastguard Worker 4517*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4518*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4519*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4520*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4521*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4522*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4523*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4524*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4525*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4526*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4527*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/document-letter-srgb-8-300dpi.pwg 4528*5e7646d2SAndroid Build Coastguard Worker 4529*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4530*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4531*5e7646d2SAndroid Build Coastguard Worker} 4532*5e7646d2SAndroid Build Coastguard Worker 4533*5e7646d2SAndroid Build Coastguard Worker{ 4534*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, black-1" 4535*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/document-letter-black-1-360dpi.pwg 4536*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4537*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4538*5e7646d2SAndroid Build Coastguard Worker 4539*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4540*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4541*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4542*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4543*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4544*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4545*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4546*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4547*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/document-letter-black-1-360dpi.pwg 4548*5e7646d2SAndroid Build Coastguard Worker 4549*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4550*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4551*5e7646d2SAndroid Build Coastguard Worker} 4552*5e7646d2SAndroid Build Coastguard Worker 4553*5e7646d2SAndroid Build Coastguard Worker{ 4554*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, black-1, deflate" 4555*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/document-letter-black-1-360dpi.pwg 4556*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4557*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4558*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4559*5e7646d2SAndroid Build Coastguard Worker 4560*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4561*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4562*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4563*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4564*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4565*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4566*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4567*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4568*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4569*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4570*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/document-letter-black-1-360dpi.pwg 4571*5e7646d2SAndroid Build Coastguard Worker 4572*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4573*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4574*5e7646d2SAndroid Build Coastguard Worker} 4575*5e7646d2SAndroid Build Coastguard Worker 4576*5e7646d2SAndroid Build Coastguard Worker{ 4577*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, black-1, gzip" 4578*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/document-letter-black-1-360dpi.pwg 4579*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4580*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4581*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4582*5e7646d2SAndroid Build Coastguard Worker 4583*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4584*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4585*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4586*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4587*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4588*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4589*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4590*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4591*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4592*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4593*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/document-letter-black-1-360dpi.pwg 4594*5e7646d2SAndroid Build Coastguard Worker 4595*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4596*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4597*5e7646d2SAndroid Build Coastguard Worker} 4598*5e7646d2SAndroid Build Coastguard Worker 4599*5e7646d2SAndroid Build Coastguard Worker{ 4600*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, cmyk-8" 4601*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/document-letter-cmyk-8-360dpi.pwg 4602*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4603*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4604*5e7646d2SAndroid Build Coastguard Worker 4605*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4606*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4607*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4608*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4609*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4610*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4611*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4612*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4613*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/document-letter-cmyk-8-360dpi.pwg 4614*5e7646d2SAndroid Build Coastguard Worker 4615*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4616*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4617*5e7646d2SAndroid Build Coastguard Worker} 4618*5e7646d2SAndroid Build Coastguard Worker 4619*5e7646d2SAndroid Build Coastguard Worker{ 4620*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, cmyk-8, deflate" 4621*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/document-letter-cmyk-8-360dpi.pwg 4622*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4623*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4624*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4625*5e7646d2SAndroid Build Coastguard Worker 4626*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4627*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4628*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4629*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4630*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4631*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4632*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4633*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4634*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4635*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4636*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/document-letter-cmyk-8-360dpi.pwg 4637*5e7646d2SAndroid Build Coastguard Worker 4638*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4639*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4640*5e7646d2SAndroid Build Coastguard Worker} 4641*5e7646d2SAndroid Build Coastguard Worker 4642*5e7646d2SAndroid Build Coastguard Worker{ 4643*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, cmyk-8, gzip" 4644*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/document-letter-cmyk-8-360dpi.pwg 4645*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4646*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4647*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4648*5e7646d2SAndroid Build Coastguard Worker 4649*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4650*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4651*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4652*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4653*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4654*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4655*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4656*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4657*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4658*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4659*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/document-letter-cmyk-8-360dpi.pwg 4660*5e7646d2SAndroid Build Coastguard Worker 4661*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4662*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4663*5e7646d2SAndroid Build Coastguard Worker} 4664*5e7646d2SAndroid Build Coastguard Worker 4665*5e7646d2SAndroid Build Coastguard Worker{ 4666*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, sgray-8" 4667*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/document-letter-sgray-8-360dpi.pwg 4668*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4669*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4670*5e7646d2SAndroid Build Coastguard Worker 4671*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4672*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4673*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4674*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4675*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4676*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4677*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4678*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4679*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/document-letter-sgray-8-360dpi.pwg 4680*5e7646d2SAndroid Build Coastguard Worker 4681*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4682*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4683*5e7646d2SAndroid Build Coastguard Worker} 4684*5e7646d2SAndroid Build Coastguard Worker 4685*5e7646d2SAndroid Build Coastguard Worker{ 4686*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, sgray-8, deflate" 4687*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/document-letter-sgray-8-360dpi.pwg 4688*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4689*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4690*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4691*5e7646d2SAndroid Build Coastguard Worker 4692*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4693*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4694*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4695*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4696*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4697*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4698*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4699*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4700*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4701*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4702*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/document-letter-sgray-8-360dpi.pwg 4703*5e7646d2SAndroid Build Coastguard Worker 4704*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4705*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4706*5e7646d2SAndroid Build Coastguard Worker} 4707*5e7646d2SAndroid Build Coastguard Worker 4708*5e7646d2SAndroid Build Coastguard Worker{ 4709*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, sgray-8, gzip" 4710*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/document-letter-sgray-8-360dpi.pwg 4711*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4712*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4713*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4714*5e7646d2SAndroid Build Coastguard Worker 4715*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4716*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4717*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4718*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4719*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4720*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4721*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4722*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4723*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4724*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4725*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/document-letter-sgray-8-360dpi.pwg 4726*5e7646d2SAndroid Build Coastguard Worker 4727*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4728*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4729*5e7646d2SAndroid Build Coastguard Worker} 4730*5e7646d2SAndroid Build Coastguard Worker 4731*5e7646d2SAndroid Build Coastguard Worker{ 4732*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, srgb-8" 4733*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/document-letter-srgb-8-360dpi.pwg 4734*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4735*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 4736*5e7646d2SAndroid Build Coastguard Worker 4737*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4738*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4739*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4740*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4741*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4742*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4743*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4744*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4745*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/document-letter-srgb-8-360dpi.pwg 4746*5e7646d2SAndroid Build Coastguard Worker 4747*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4748*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4749*5e7646d2SAndroid Build Coastguard Worker} 4750*5e7646d2SAndroid Build Coastguard Worker 4751*5e7646d2SAndroid Build Coastguard Worker{ 4752*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, srgb-8, deflate" 4753*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/document-letter-srgb-8-360dpi.pwg 4754*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4755*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 4756*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4757*5e7646d2SAndroid Build Coastguard Worker 4758*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4759*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4760*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4761*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4762*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4763*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4764*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4765*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4766*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4767*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4768*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/document-letter-srgb-8-360dpi.pwg 4769*5e7646d2SAndroid Build Coastguard Worker 4770*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4771*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4772*5e7646d2SAndroid Build Coastguard Worker} 4773*5e7646d2SAndroid Build Coastguard Worker 4774*5e7646d2SAndroid Build Coastguard Worker{ 4775*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 360dpi, srgb-8, gzip" 4776*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/document-letter-srgb-8-360dpi.pwg 4777*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 4778*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 4779*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4780*5e7646d2SAndroid Build Coastguard Worker 4781*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4782*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4783*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4784*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4785*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4786*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4787*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4788*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4789*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4790*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4791*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/document-letter-srgb-8-360dpi.pwg 4792*5e7646d2SAndroid Build Coastguard Worker 4793*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4794*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4795*5e7646d2SAndroid Build Coastguard Worker} 4796*5e7646d2SAndroid Build Coastguard Worker 4797*5e7646d2SAndroid Build Coastguard Worker{ 4798*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, black-1" 4799*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/document-letter-black-1-600dpi.pwg 4800*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 4801*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4802*5e7646d2SAndroid Build Coastguard Worker 4803*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4804*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4805*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4806*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4807*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4808*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4809*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4810*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4811*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/document-letter-black-1-600dpi.pwg 4812*5e7646d2SAndroid Build Coastguard Worker 4813*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4814*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4815*5e7646d2SAndroid Build Coastguard Worker} 4816*5e7646d2SAndroid Build Coastguard Worker 4817*5e7646d2SAndroid Build Coastguard Worker{ 4818*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, black-1, deflate" 4819*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/document-letter-black-1-600dpi.pwg 4820*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 4821*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4822*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4823*5e7646d2SAndroid Build Coastguard Worker 4824*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4825*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4826*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4827*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4828*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4829*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4830*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4831*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4832*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4833*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4834*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/document-letter-black-1-600dpi.pwg 4835*5e7646d2SAndroid Build Coastguard Worker 4836*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4837*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4838*5e7646d2SAndroid Build Coastguard Worker} 4839*5e7646d2SAndroid Build Coastguard Worker 4840*5e7646d2SAndroid Build Coastguard Worker{ 4841*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, black-1, gzip" 4842*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/document-letter-black-1-600dpi.pwg 4843*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 4844*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 4845*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4846*5e7646d2SAndroid Build Coastguard Worker 4847*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4848*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4849*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4850*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4851*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4852*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4853*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4854*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4855*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4856*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4857*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/document-letter-black-1-600dpi.pwg 4858*5e7646d2SAndroid Build Coastguard Worker 4859*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4860*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4861*5e7646d2SAndroid Build Coastguard Worker} 4862*5e7646d2SAndroid Build Coastguard Worker 4863*5e7646d2SAndroid Build Coastguard Worker{ 4864*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, cmyk-8" 4865*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/document-letter-cmyk-8-600dpi.pwg 4866*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 4867*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4868*5e7646d2SAndroid Build Coastguard Worker 4869*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4870*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4871*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4872*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4873*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4874*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4875*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4876*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4877*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/document-letter-cmyk-8-600dpi.pwg 4878*5e7646d2SAndroid Build Coastguard Worker 4879*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4880*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4881*5e7646d2SAndroid Build Coastguard Worker} 4882*5e7646d2SAndroid Build Coastguard Worker 4883*5e7646d2SAndroid Build Coastguard Worker{ 4884*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, cmyk-8, deflate" 4885*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/document-letter-cmyk-8-600dpi.pwg 4886*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 4887*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4888*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4889*5e7646d2SAndroid Build Coastguard Worker 4890*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4891*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4892*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4893*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4894*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4895*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4896*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4897*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4898*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4899*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4900*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/document-letter-cmyk-8-600dpi.pwg 4901*5e7646d2SAndroid Build Coastguard Worker 4902*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4903*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4904*5e7646d2SAndroid Build Coastguard Worker} 4905*5e7646d2SAndroid Build Coastguard Worker 4906*5e7646d2SAndroid Build Coastguard Worker{ 4907*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, cmyk-8, gzip" 4908*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/document-letter-cmyk-8-600dpi.pwg 4909*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 4910*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 4911*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4912*5e7646d2SAndroid Build Coastguard Worker 4913*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4914*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4915*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4916*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4917*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4918*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4919*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4920*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4921*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4922*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4923*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/document-letter-cmyk-8-600dpi.pwg 4924*5e7646d2SAndroid Build Coastguard Worker 4925*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4926*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4927*5e7646d2SAndroid Build Coastguard Worker} 4928*5e7646d2SAndroid Build Coastguard Worker 4929*5e7646d2SAndroid Build Coastguard Worker{ 4930*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, sgray-8" 4931*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/document-letter-sgray-8-600dpi.pwg 4932*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 4933*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4934*5e7646d2SAndroid Build Coastguard Worker 4935*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4936*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4937*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4938*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4939*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4940*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4941*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4942*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4943*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/document-letter-sgray-8-600dpi.pwg 4944*5e7646d2SAndroid Build Coastguard Worker 4945*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4946*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4947*5e7646d2SAndroid Build Coastguard Worker} 4948*5e7646d2SAndroid Build Coastguard Worker 4949*5e7646d2SAndroid Build Coastguard Worker{ 4950*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, sgray-8, deflate" 4951*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/document-letter-sgray-8-600dpi.pwg 4952*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 4953*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4954*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 4955*5e7646d2SAndroid Build Coastguard Worker 4956*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4957*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4958*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4959*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4960*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4961*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4962*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4963*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 4964*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4965*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 4966*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/document-letter-sgray-8-600dpi.pwg 4967*5e7646d2SAndroid Build Coastguard Worker 4968*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4969*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4970*5e7646d2SAndroid Build Coastguard Worker} 4971*5e7646d2SAndroid Build Coastguard Worker 4972*5e7646d2SAndroid Build Coastguard Worker{ 4973*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, sgray-8, gzip" 4974*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/document-letter-sgray-8-600dpi.pwg 4975*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 4976*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 4977*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 4978*5e7646d2SAndroid Build Coastguard Worker 4979*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 4980*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 4981*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 4982*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 4983*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 4984*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 4985*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 4986*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 4987*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 4988*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 4989*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/document-letter-sgray-8-600dpi.pwg 4990*5e7646d2SAndroid Build Coastguard Worker 4991*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 4992*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 4993*5e7646d2SAndroid Build Coastguard Worker} 4994*5e7646d2SAndroid Build Coastguard Worker 4995*5e7646d2SAndroid Build Coastguard Worker{ 4996*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, srgb-8" 4997*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/document-letter-srgb-8-600dpi.pwg 4998*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 4999*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 5000*5e7646d2SAndroid Build Coastguard Worker 5001*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5002*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5003*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5004*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5005*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5006*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5007*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5008*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5009*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/document-letter-srgb-8-600dpi.pwg 5010*5e7646d2SAndroid Build Coastguard Worker 5011*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5012*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5013*5e7646d2SAndroid Build Coastguard Worker} 5014*5e7646d2SAndroid Build Coastguard Worker 5015*5e7646d2SAndroid Build Coastguard Worker{ 5016*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, srgb-8, deflate" 5017*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/document-letter-srgb-8-600dpi.pwg 5018*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 5019*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 5020*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5021*5e7646d2SAndroid Build Coastguard Worker 5022*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5023*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5024*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5025*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5026*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5027*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5028*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5029*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5030*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5031*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5032*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/document-letter-srgb-8-600dpi.pwg 5033*5e7646d2SAndroid Build Coastguard Worker 5034*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5035*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5036*5e7646d2SAndroid Build Coastguard Worker} 5037*5e7646d2SAndroid Build Coastguard Worker 5038*5e7646d2SAndroid Build Coastguard Worker{ 5039*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 600dpi, srgb-8, gzip" 5040*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/document-letter-srgb-8-600dpi.pwg 5041*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 5042*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 5043*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5044*5e7646d2SAndroid Build Coastguard Worker 5045*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5046*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5047*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5048*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5049*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5050*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5051*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5052*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5053*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5054*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5055*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/document-letter-srgb-8-600dpi.pwg 5056*5e7646d2SAndroid Build Coastguard Worker 5057*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5058*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5059*5e7646d2SAndroid Build Coastguard Worker} 5060*5e7646d2SAndroid Build Coastguard Worker 5061*5e7646d2SAndroid Build Coastguard Worker{ 5062*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, black-1" 5063*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/document-letter-black-1-720dpi.pwg 5064*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5065*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5066*5e7646d2SAndroid Build Coastguard Worker 5067*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5068*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5069*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5070*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5071*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5072*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5073*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5074*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5075*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/document-letter-black-1-720dpi.pwg 5076*5e7646d2SAndroid Build Coastguard Worker 5077*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5078*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5079*5e7646d2SAndroid Build Coastguard Worker} 5080*5e7646d2SAndroid Build Coastguard Worker 5081*5e7646d2SAndroid Build Coastguard Worker{ 5082*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, black-1, deflate" 5083*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/document-letter-black-1-720dpi.pwg 5084*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5085*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5086*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5087*5e7646d2SAndroid Build Coastguard Worker 5088*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5089*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5090*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5091*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5092*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5093*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5094*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5095*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5096*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5097*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5098*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/document-letter-black-1-720dpi.pwg 5099*5e7646d2SAndroid Build Coastguard Worker 5100*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5101*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5102*5e7646d2SAndroid Build Coastguard Worker} 5103*5e7646d2SAndroid Build Coastguard Worker 5104*5e7646d2SAndroid Build Coastguard Worker{ 5105*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, black-1, gzip" 5106*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/document-letter-black-1-720dpi.pwg 5107*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5108*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5109*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5110*5e7646d2SAndroid Build Coastguard Worker 5111*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5112*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5113*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5114*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5115*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5116*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5117*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5118*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5119*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5120*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5121*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/document-letter-black-1-720dpi.pwg 5122*5e7646d2SAndroid Build Coastguard Worker 5123*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5124*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5125*5e7646d2SAndroid Build Coastguard Worker} 5126*5e7646d2SAndroid Build Coastguard Worker 5127*5e7646d2SAndroid Build Coastguard Worker{ 5128*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, cmyk-8" 5129*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/document-letter-cmyk-8-720dpi.pwg 5130*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5131*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5132*5e7646d2SAndroid Build Coastguard Worker 5133*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5134*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5135*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5136*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5137*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5138*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5139*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5140*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5141*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/document-letter-cmyk-8-720dpi.pwg 5142*5e7646d2SAndroid Build Coastguard Worker 5143*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5144*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5145*5e7646d2SAndroid Build Coastguard Worker} 5146*5e7646d2SAndroid Build Coastguard Worker 5147*5e7646d2SAndroid Build Coastguard Worker{ 5148*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, cmyk-8, deflate" 5149*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/document-letter-cmyk-8-720dpi.pwg 5150*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5151*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5152*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5153*5e7646d2SAndroid Build Coastguard Worker 5154*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5155*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5156*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5157*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5158*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5159*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5160*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5161*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5162*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5163*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5164*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/document-letter-cmyk-8-720dpi.pwg 5165*5e7646d2SAndroid Build Coastguard Worker 5166*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5167*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5168*5e7646d2SAndroid Build Coastguard Worker} 5169*5e7646d2SAndroid Build Coastguard Worker 5170*5e7646d2SAndroid Build Coastguard Worker{ 5171*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, cmyk-8, gzip" 5172*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/document-letter-cmyk-8-720dpi.pwg 5173*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5174*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5175*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5176*5e7646d2SAndroid Build Coastguard Worker 5177*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5178*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5179*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5180*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5181*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5182*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5183*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5184*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5185*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5186*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5187*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/document-letter-cmyk-8-720dpi.pwg 5188*5e7646d2SAndroid Build Coastguard Worker 5189*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5190*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5191*5e7646d2SAndroid Build Coastguard Worker} 5192*5e7646d2SAndroid Build Coastguard Worker 5193*5e7646d2SAndroid Build Coastguard Worker{ 5194*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, sgray-8" 5195*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/document-letter-sgray-8-720dpi.pwg 5196*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5197*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5198*5e7646d2SAndroid Build Coastguard Worker 5199*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5200*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5201*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5202*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5203*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5204*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5205*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5206*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5207*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/document-letter-sgray-8-720dpi.pwg 5208*5e7646d2SAndroid Build Coastguard Worker 5209*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5210*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5211*5e7646d2SAndroid Build Coastguard Worker} 5212*5e7646d2SAndroid Build Coastguard Worker 5213*5e7646d2SAndroid Build Coastguard Worker{ 5214*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, sgray-8, deflate" 5215*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/document-letter-sgray-8-720dpi.pwg 5216*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5217*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5218*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5219*5e7646d2SAndroid Build Coastguard Worker 5220*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5221*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5222*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5223*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5224*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5225*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5226*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5227*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5228*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5229*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5230*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/document-letter-sgray-8-720dpi.pwg 5231*5e7646d2SAndroid Build Coastguard Worker 5232*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5233*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5234*5e7646d2SAndroid Build Coastguard Worker} 5235*5e7646d2SAndroid Build Coastguard Worker 5236*5e7646d2SAndroid Build Coastguard Worker{ 5237*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, sgray-8, gzip" 5238*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/document-letter-sgray-8-720dpi.pwg 5239*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5240*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5241*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5242*5e7646d2SAndroid Build Coastguard Worker 5243*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5244*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5245*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5246*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5247*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5248*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5249*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5250*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5251*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5252*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5253*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/document-letter-sgray-8-720dpi.pwg 5254*5e7646d2SAndroid Build Coastguard Worker 5255*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5256*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5257*5e7646d2SAndroid Build Coastguard Worker} 5258*5e7646d2SAndroid Build Coastguard Worker 5259*5e7646d2SAndroid Build Coastguard Worker{ 5260*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, srgb-8" 5261*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/document-letter-srgb-8-720dpi.pwg 5262*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5263*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 5264*5e7646d2SAndroid Build Coastguard Worker 5265*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5266*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5267*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5268*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5269*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5270*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5271*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5272*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5273*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/document-letter-srgb-8-720dpi.pwg 5274*5e7646d2SAndroid Build Coastguard Worker 5275*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5276*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5277*5e7646d2SAndroid Build Coastguard Worker} 5278*5e7646d2SAndroid Build Coastguard Worker 5279*5e7646d2SAndroid Build Coastguard Worker{ 5280*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, srgb-8, deflate" 5281*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/document-letter-srgb-8-720dpi.pwg 5282*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5283*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 5284*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5285*5e7646d2SAndroid Build Coastguard Worker 5286*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5287*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5288*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5289*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5290*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5291*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5292*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5293*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5294*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5295*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5296*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/document-letter-srgb-8-720dpi.pwg 5297*5e7646d2SAndroid Build Coastguard Worker 5298*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5299*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5300*5e7646d2SAndroid Build Coastguard Worker} 5301*5e7646d2SAndroid Build Coastguard Worker 5302*5e7646d2SAndroid Build Coastguard Worker{ 5303*5e7646d2SAndroid Build Coastguard Worker NAME "Print document-letter @ 720dpi, srgb-8, gzip" 5304*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/document-letter-srgb-8-720dpi.pwg 5305*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 5306*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 5307*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5308*5e7646d2SAndroid Build Coastguard Worker 5309*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5310*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5311*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5312*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5313*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5314*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5315*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5316*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5317*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "document-letter" 5318*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5319*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/document-letter-srgb-8-720dpi.pwg 5320*5e7646d2SAndroid Build Coastguard Worker 5321*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5322*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5323*5e7646d2SAndroid Build Coastguard Worker} 5324*5e7646d2SAndroid Build Coastguard Worker 5325*5e7646d2SAndroid Build Coastguard Worker{ 5326*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 150dpi, black-1" 5327*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/gray.jpg-4x6-black-1-150dpi.pwg 5328*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 5329*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5330*5e7646d2SAndroid Build Coastguard Worker 5331*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5332*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5333*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5334*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5335*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5336*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5337*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5338*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5339*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/gray.jpg-4x6-black-1-150dpi.pwg 5340*5e7646d2SAndroid Build Coastguard Worker 5341*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5342*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5343*5e7646d2SAndroid Build Coastguard Worker} 5344*5e7646d2SAndroid Build Coastguard Worker 5345*5e7646d2SAndroid Build Coastguard Worker{ 5346*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 150dpi, black-1, deflate" 5347*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/gray.jpg-4x6-black-1-150dpi.pwg 5348*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 5349*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5350*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5351*5e7646d2SAndroid Build Coastguard Worker 5352*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5353*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5354*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5355*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5356*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5357*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5358*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5359*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5360*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5361*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5362*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/gray.jpg-4x6-black-1-150dpi.pwg 5363*5e7646d2SAndroid Build Coastguard Worker 5364*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5365*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5366*5e7646d2SAndroid Build Coastguard Worker} 5367*5e7646d2SAndroid Build Coastguard Worker 5368*5e7646d2SAndroid Build Coastguard Worker{ 5369*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 150dpi, black-1, gzip" 5370*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/gray.jpg-4x6-black-1-150dpi.pwg 5371*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 5372*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5373*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5374*5e7646d2SAndroid Build Coastguard Worker 5375*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5376*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5377*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5378*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5379*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5380*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5381*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5382*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5383*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5384*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5385*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/gray.jpg-4x6-black-1-150dpi.pwg 5386*5e7646d2SAndroid Build Coastguard Worker 5387*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5388*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5389*5e7646d2SAndroid Build Coastguard Worker} 5390*5e7646d2SAndroid Build Coastguard Worker 5391*5e7646d2SAndroid Build Coastguard Worker{ 5392*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 150dpi, cmyk-8" 5393*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/gray.jpg-4x6-cmyk-8-150dpi.pwg 5394*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 5395*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5396*5e7646d2SAndroid Build Coastguard Worker 5397*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5398*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5399*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5400*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5401*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5402*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5403*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5404*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5405*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/gray.jpg-4x6-cmyk-8-150dpi.pwg 5406*5e7646d2SAndroid Build Coastguard Worker 5407*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5408*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5409*5e7646d2SAndroid Build Coastguard Worker} 5410*5e7646d2SAndroid Build Coastguard Worker 5411*5e7646d2SAndroid Build Coastguard Worker{ 5412*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 150dpi, cmyk-8, deflate" 5413*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/gray.jpg-4x6-cmyk-8-150dpi.pwg 5414*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 5415*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5416*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5417*5e7646d2SAndroid Build Coastguard Worker 5418*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5419*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5420*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5421*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5422*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5423*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5424*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5425*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5426*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5427*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5428*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/gray.jpg-4x6-cmyk-8-150dpi.pwg 5429*5e7646d2SAndroid Build Coastguard Worker 5430*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5431*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5432*5e7646d2SAndroid Build Coastguard Worker} 5433*5e7646d2SAndroid Build Coastguard Worker 5434*5e7646d2SAndroid Build Coastguard Worker{ 5435*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 150dpi, cmyk-8, gzip" 5436*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/gray.jpg-4x6-cmyk-8-150dpi.pwg 5437*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 5438*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5439*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5440*5e7646d2SAndroid Build Coastguard Worker 5441*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5442*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5443*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5444*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5445*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5446*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5447*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5448*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5449*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5450*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5451*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/gray.jpg-4x6-cmyk-8-150dpi.pwg 5452*5e7646d2SAndroid Build Coastguard Worker 5453*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5454*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5455*5e7646d2SAndroid Build Coastguard Worker} 5456*5e7646d2SAndroid Build Coastguard Worker 5457*5e7646d2SAndroid Build Coastguard Worker{ 5458*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 150dpi, sgray-8" 5459*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/gray.jpg-4x6-sgray-8-150dpi.pwg 5460*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 5461*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5462*5e7646d2SAndroid Build Coastguard Worker 5463*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5464*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5465*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5466*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5467*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5468*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5469*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5470*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5471*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/gray.jpg-4x6-sgray-8-150dpi.pwg 5472*5e7646d2SAndroid Build Coastguard Worker 5473*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5474*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5475*5e7646d2SAndroid Build Coastguard Worker} 5476*5e7646d2SAndroid Build Coastguard Worker 5477*5e7646d2SAndroid Build Coastguard Worker{ 5478*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 150dpi, sgray-8, deflate" 5479*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/gray.jpg-4x6-sgray-8-150dpi.pwg 5480*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 5481*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5482*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5483*5e7646d2SAndroid Build Coastguard Worker 5484*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5485*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5486*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5487*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5488*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5489*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5490*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5491*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5492*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5493*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5494*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/gray.jpg-4x6-sgray-8-150dpi.pwg 5495*5e7646d2SAndroid Build Coastguard Worker 5496*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5497*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5498*5e7646d2SAndroid Build Coastguard Worker} 5499*5e7646d2SAndroid Build Coastguard Worker 5500*5e7646d2SAndroid Build Coastguard Worker{ 5501*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 150dpi, sgray-8, gzip" 5502*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/gray.jpg-4x6-sgray-8-150dpi.pwg 5503*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 5504*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5505*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5506*5e7646d2SAndroid Build Coastguard Worker 5507*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5508*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5509*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5510*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5511*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5512*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5513*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5514*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5515*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5516*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5517*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/gray.jpg-4x6-sgray-8-150dpi.pwg 5518*5e7646d2SAndroid Build Coastguard Worker 5519*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5520*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5521*5e7646d2SAndroid Build Coastguard Worker} 5522*5e7646d2SAndroid Build Coastguard Worker 5523*5e7646d2SAndroid Build Coastguard Worker{ 5524*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 180dpi, black-1" 5525*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/gray.jpg-4x6-black-1-180dpi.pwg 5526*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 5527*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5528*5e7646d2SAndroid Build Coastguard Worker 5529*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5530*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5531*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5532*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5533*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5534*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5535*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5536*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5537*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/gray.jpg-4x6-black-1-180dpi.pwg 5538*5e7646d2SAndroid Build Coastguard Worker 5539*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5540*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5541*5e7646d2SAndroid Build Coastguard Worker} 5542*5e7646d2SAndroid Build Coastguard Worker 5543*5e7646d2SAndroid Build Coastguard Worker{ 5544*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 180dpi, black-1, deflate" 5545*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/gray.jpg-4x6-black-1-180dpi.pwg 5546*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 5547*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5548*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5549*5e7646d2SAndroid Build Coastguard Worker 5550*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5551*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5552*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5553*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5554*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5555*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5556*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5557*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5558*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5559*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5560*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/gray.jpg-4x6-black-1-180dpi.pwg 5561*5e7646d2SAndroid Build Coastguard Worker 5562*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5563*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5564*5e7646d2SAndroid Build Coastguard Worker} 5565*5e7646d2SAndroid Build Coastguard Worker 5566*5e7646d2SAndroid Build Coastguard Worker{ 5567*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 180dpi, black-1, gzip" 5568*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/gray.jpg-4x6-black-1-180dpi.pwg 5569*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 5570*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5571*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5572*5e7646d2SAndroid Build Coastguard Worker 5573*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5574*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5575*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5576*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5577*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5578*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5579*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5580*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5581*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5582*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5583*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/gray.jpg-4x6-black-1-180dpi.pwg 5584*5e7646d2SAndroid Build Coastguard Worker 5585*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5586*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5587*5e7646d2SAndroid Build Coastguard Worker} 5588*5e7646d2SAndroid Build Coastguard Worker 5589*5e7646d2SAndroid Build Coastguard Worker{ 5590*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 180dpi, cmyk-8" 5591*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/gray.jpg-4x6-cmyk-8-180dpi.pwg 5592*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 5593*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5594*5e7646d2SAndroid Build Coastguard Worker 5595*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5596*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5597*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5598*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5599*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5600*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5601*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5602*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5603*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/gray.jpg-4x6-cmyk-8-180dpi.pwg 5604*5e7646d2SAndroid Build Coastguard Worker 5605*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5606*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5607*5e7646d2SAndroid Build Coastguard Worker} 5608*5e7646d2SAndroid Build Coastguard Worker 5609*5e7646d2SAndroid Build Coastguard Worker{ 5610*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 180dpi, cmyk-8, deflate" 5611*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/gray.jpg-4x6-cmyk-8-180dpi.pwg 5612*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 5613*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5614*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5615*5e7646d2SAndroid Build Coastguard Worker 5616*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5617*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5618*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5619*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5620*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5621*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5622*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5623*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5624*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5625*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5626*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/gray.jpg-4x6-cmyk-8-180dpi.pwg 5627*5e7646d2SAndroid Build Coastguard Worker 5628*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5629*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5630*5e7646d2SAndroid Build Coastguard Worker} 5631*5e7646d2SAndroid Build Coastguard Worker 5632*5e7646d2SAndroid Build Coastguard Worker{ 5633*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 180dpi, cmyk-8, gzip" 5634*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/gray.jpg-4x6-cmyk-8-180dpi.pwg 5635*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 5636*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5637*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5638*5e7646d2SAndroid Build Coastguard Worker 5639*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5640*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5641*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5642*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5643*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5644*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5645*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5646*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5647*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5648*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5649*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/gray.jpg-4x6-cmyk-8-180dpi.pwg 5650*5e7646d2SAndroid Build Coastguard Worker 5651*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5652*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5653*5e7646d2SAndroid Build Coastguard Worker} 5654*5e7646d2SAndroid Build Coastguard Worker 5655*5e7646d2SAndroid Build Coastguard Worker{ 5656*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 180dpi, sgray-8" 5657*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/gray.jpg-4x6-sgray-8-180dpi.pwg 5658*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 5659*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5660*5e7646d2SAndroid Build Coastguard Worker 5661*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5662*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5663*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5664*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5665*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5666*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5667*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5668*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5669*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/gray.jpg-4x6-sgray-8-180dpi.pwg 5670*5e7646d2SAndroid Build Coastguard Worker 5671*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5672*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5673*5e7646d2SAndroid Build Coastguard Worker} 5674*5e7646d2SAndroid Build Coastguard Worker 5675*5e7646d2SAndroid Build Coastguard Worker{ 5676*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 180dpi, sgray-8, deflate" 5677*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/gray.jpg-4x6-sgray-8-180dpi.pwg 5678*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 5679*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5680*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5681*5e7646d2SAndroid Build Coastguard Worker 5682*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5683*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5684*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5685*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5686*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5687*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5688*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5689*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5690*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5691*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5692*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/gray.jpg-4x6-sgray-8-180dpi.pwg 5693*5e7646d2SAndroid Build Coastguard Worker 5694*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5695*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5696*5e7646d2SAndroid Build Coastguard Worker} 5697*5e7646d2SAndroid Build Coastguard Worker 5698*5e7646d2SAndroid Build Coastguard Worker{ 5699*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 180dpi, sgray-8, gzip" 5700*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/gray.jpg-4x6-sgray-8-180dpi.pwg 5701*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 5702*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5703*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5704*5e7646d2SAndroid Build Coastguard Worker 5705*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5706*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5707*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5708*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5709*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5710*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5711*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5712*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5713*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5714*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5715*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/gray.jpg-4x6-sgray-8-180dpi.pwg 5716*5e7646d2SAndroid Build Coastguard Worker 5717*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5718*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5719*5e7646d2SAndroid Build Coastguard Worker} 5720*5e7646d2SAndroid Build Coastguard Worker 5721*5e7646d2SAndroid Build Coastguard Worker{ 5722*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 300dpi, black-1" 5723*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/gray.jpg-4x6-black-1-300dpi.pwg 5724*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 5725*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5726*5e7646d2SAndroid Build Coastguard Worker 5727*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5728*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5729*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5730*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5731*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5732*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5733*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5734*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5735*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/gray.jpg-4x6-black-1-300dpi.pwg 5736*5e7646d2SAndroid Build Coastguard Worker 5737*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5738*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5739*5e7646d2SAndroid Build Coastguard Worker} 5740*5e7646d2SAndroid Build Coastguard Worker 5741*5e7646d2SAndroid Build Coastguard Worker{ 5742*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 300dpi, black-1, deflate" 5743*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/gray.jpg-4x6-black-1-300dpi.pwg 5744*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 5745*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5746*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5747*5e7646d2SAndroid Build Coastguard Worker 5748*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5749*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5750*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5751*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5752*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5753*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5754*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5755*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5756*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5757*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5758*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/gray.jpg-4x6-black-1-300dpi.pwg 5759*5e7646d2SAndroid Build Coastguard Worker 5760*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5761*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5762*5e7646d2SAndroid Build Coastguard Worker} 5763*5e7646d2SAndroid Build Coastguard Worker 5764*5e7646d2SAndroid Build Coastguard Worker{ 5765*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 300dpi, black-1, gzip" 5766*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/gray.jpg-4x6-black-1-300dpi.pwg 5767*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 5768*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5769*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5770*5e7646d2SAndroid Build Coastguard Worker 5771*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5772*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5773*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5774*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5775*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5776*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5777*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5778*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5779*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5780*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5781*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/gray.jpg-4x6-black-1-300dpi.pwg 5782*5e7646d2SAndroid Build Coastguard Worker 5783*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5784*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5785*5e7646d2SAndroid Build Coastguard Worker} 5786*5e7646d2SAndroid Build Coastguard Worker 5787*5e7646d2SAndroid Build Coastguard Worker{ 5788*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 300dpi, cmyk-8" 5789*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/gray.jpg-4x6-cmyk-8-300dpi.pwg 5790*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 5791*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5792*5e7646d2SAndroid Build Coastguard Worker 5793*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5794*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5795*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5796*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5797*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5798*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5799*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5800*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5801*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/gray.jpg-4x6-cmyk-8-300dpi.pwg 5802*5e7646d2SAndroid Build Coastguard Worker 5803*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5804*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5805*5e7646d2SAndroid Build Coastguard Worker} 5806*5e7646d2SAndroid Build Coastguard Worker 5807*5e7646d2SAndroid Build Coastguard Worker{ 5808*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 300dpi, cmyk-8, deflate" 5809*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/gray.jpg-4x6-cmyk-8-300dpi.pwg 5810*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 5811*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5812*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5813*5e7646d2SAndroid Build Coastguard Worker 5814*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5815*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5816*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5817*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5818*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5819*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5820*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5821*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5822*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5823*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5824*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/gray.jpg-4x6-cmyk-8-300dpi.pwg 5825*5e7646d2SAndroid Build Coastguard Worker 5826*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5827*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5828*5e7646d2SAndroid Build Coastguard Worker} 5829*5e7646d2SAndroid Build Coastguard Worker 5830*5e7646d2SAndroid Build Coastguard Worker{ 5831*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 300dpi, cmyk-8, gzip" 5832*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/gray.jpg-4x6-cmyk-8-300dpi.pwg 5833*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 5834*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5835*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5836*5e7646d2SAndroid Build Coastguard Worker 5837*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5838*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5839*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5840*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5841*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5842*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5843*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5844*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5845*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5846*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5847*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/gray.jpg-4x6-cmyk-8-300dpi.pwg 5848*5e7646d2SAndroid Build Coastguard Worker 5849*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5850*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5851*5e7646d2SAndroid Build Coastguard Worker} 5852*5e7646d2SAndroid Build Coastguard Worker 5853*5e7646d2SAndroid Build Coastguard Worker{ 5854*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 300dpi, sgray-8" 5855*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/gray.jpg-4x6-sgray-8-300dpi.pwg 5856*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 5857*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5858*5e7646d2SAndroid Build Coastguard Worker 5859*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5860*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5861*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5862*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5863*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5864*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5865*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5866*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5867*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/gray.jpg-4x6-sgray-8-300dpi.pwg 5868*5e7646d2SAndroid Build Coastguard Worker 5869*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5870*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5871*5e7646d2SAndroid Build Coastguard Worker} 5872*5e7646d2SAndroid Build Coastguard Worker 5873*5e7646d2SAndroid Build Coastguard Worker{ 5874*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 300dpi, sgray-8, deflate" 5875*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/gray.jpg-4x6-sgray-8-300dpi.pwg 5876*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 5877*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5878*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5879*5e7646d2SAndroid Build Coastguard Worker 5880*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5881*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5882*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5883*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5884*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5885*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5886*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5887*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5888*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5889*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5890*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/gray.jpg-4x6-sgray-8-300dpi.pwg 5891*5e7646d2SAndroid Build Coastguard Worker 5892*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5893*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5894*5e7646d2SAndroid Build Coastguard Worker} 5895*5e7646d2SAndroid Build Coastguard Worker 5896*5e7646d2SAndroid Build Coastguard Worker{ 5897*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 300dpi, sgray-8, gzip" 5898*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/gray.jpg-4x6-sgray-8-300dpi.pwg 5899*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 5900*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 5901*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5902*5e7646d2SAndroid Build Coastguard Worker 5903*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5904*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5905*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5906*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5907*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5908*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5909*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5910*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5911*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5912*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5913*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/gray.jpg-4x6-sgray-8-300dpi.pwg 5914*5e7646d2SAndroid Build Coastguard Worker 5915*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5916*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5917*5e7646d2SAndroid Build Coastguard Worker} 5918*5e7646d2SAndroid Build Coastguard Worker 5919*5e7646d2SAndroid Build Coastguard Worker{ 5920*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 360dpi, black-1" 5921*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/gray.jpg-4x6-black-1-360dpi.pwg 5922*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 5923*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5924*5e7646d2SAndroid Build Coastguard Worker 5925*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5926*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5927*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5928*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5929*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5930*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5931*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5932*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5933*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/gray.jpg-4x6-black-1-360dpi.pwg 5934*5e7646d2SAndroid Build Coastguard Worker 5935*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5936*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5937*5e7646d2SAndroid Build Coastguard Worker} 5938*5e7646d2SAndroid Build Coastguard Worker 5939*5e7646d2SAndroid Build Coastguard Worker{ 5940*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 360dpi, black-1, deflate" 5941*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/gray.jpg-4x6-black-1-360dpi.pwg 5942*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 5943*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5944*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 5945*5e7646d2SAndroid Build Coastguard Worker 5946*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5947*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5948*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5949*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5950*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5951*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5952*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5953*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 5954*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5955*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 5956*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/gray.jpg-4x6-black-1-360dpi.pwg 5957*5e7646d2SAndroid Build Coastguard Worker 5958*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5959*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5960*5e7646d2SAndroid Build Coastguard Worker} 5961*5e7646d2SAndroid Build Coastguard Worker 5962*5e7646d2SAndroid Build Coastguard Worker{ 5963*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 360dpi, black-1, gzip" 5964*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/gray.jpg-4x6-black-1-360dpi.pwg 5965*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 5966*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 5967*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 5968*5e7646d2SAndroid Build Coastguard Worker 5969*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5970*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5971*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5972*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5973*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5974*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5975*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5976*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 5977*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5978*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 5979*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/gray.jpg-4x6-black-1-360dpi.pwg 5980*5e7646d2SAndroid Build Coastguard Worker 5981*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 5982*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 5983*5e7646d2SAndroid Build Coastguard Worker} 5984*5e7646d2SAndroid Build Coastguard Worker 5985*5e7646d2SAndroid Build Coastguard Worker{ 5986*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 360dpi, cmyk-8" 5987*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/gray.jpg-4x6-cmyk-8-360dpi.pwg 5988*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 5989*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 5990*5e7646d2SAndroid Build Coastguard Worker 5991*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 5992*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 5993*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 5994*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 5995*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 5996*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 5997*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 5998*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 5999*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/gray.jpg-4x6-cmyk-8-360dpi.pwg 6000*5e7646d2SAndroid Build Coastguard Worker 6001*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6002*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6003*5e7646d2SAndroid Build Coastguard Worker} 6004*5e7646d2SAndroid Build Coastguard Worker 6005*5e7646d2SAndroid Build Coastguard Worker{ 6006*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 360dpi, cmyk-8, deflate" 6007*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/gray.jpg-4x6-cmyk-8-360dpi.pwg 6008*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 6009*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6010*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6011*5e7646d2SAndroid Build Coastguard Worker 6012*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6013*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6014*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6015*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6016*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6017*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6018*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6019*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6020*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6021*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6022*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/gray.jpg-4x6-cmyk-8-360dpi.pwg 6023*5e7646d2SAndroid Build Coastguard Worker 6024*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6025*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6026*5e7646d2SAndroid Build Coastguard Worker} 6027*5e7646d2SAndroid Build Coastguard Worker 6028*5e7646d2SAndroid Build Coastguard Worker{ 6029*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 360dpi, cmyk-8, gzip" 6030*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/gray.jpg-4x6-cmyk-8-360dpi.pwg 6031*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 6032*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6033*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6034*5e7646d2SAndroid Build Coastguard Worker 6035*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6036*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6037*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6038*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6039*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6040*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6041*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6042*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6043*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6044*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6045*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/gray.jpg-4x6-cmyk-8-360dpi.pwg 6046*5e7646d2SAndroid Build Coastguard Worker 6047*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6048*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6049*5e7646d2SAndroid Build Coastguard Worker} 6050*5e7646d2SAndroid Build Coastguard Worker 6051*5e7646d2SAndroid Build Coastguard Worker{ 6052*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 360dpi, sgray-8" 6053*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/gray.jpg-4x6-sgray-8-360dpi.pwg 6054*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 6055*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6056*5e7646d2SAndroid Build Coastguard Worker 6057*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6058*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6059*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6060*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6061*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6062*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6063*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6064*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6065*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/gray.jpg-4x6-sgray-8-360dpi.pwg 6066*5e7646d2SAndroid Build Coastguard Worker 6067*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6068*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6069*5e7646d2SAndroid Build Coastguard Worker} 6070*5e7646d2SAndroid Build Coastguard Worker 6071*5e7646d2SAndroid Build Coastguard Worker{ 6072*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 360dpi, sgray-8, deflate" 6073*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/gray.jpg-4x6-sgray-8-360dpi.pwg 6074*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 6075*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6076*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6077*5e7646d2SAndroid Build Coastguard Worker 6078*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6079*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6080*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6081*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6082*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6083*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6084*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6085*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6086*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6087*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6088*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/gray.jpg-4x6-sgray-8-360dpi.pwg 6089*5e7646d2SAndroid Build Coastguard Worker 6090*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6091*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6092*5e7646d2SAndroid Build Coastguard Worker} 6093*5e7646d2SAndroid Build Coastguard Worker 6094*5e7646d2SAndroid Build Coastguard Worker{ 6095*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 360dpi, sgray-8, gzip" 6096*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/gray.jpg-4x6-sgray-8-360dpi.pwg 6097*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 6098*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6099*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6100*5e7646d2SAndroid Build Coastguard Worker 6101*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6102*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6103*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6104*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6105*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6106*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6107*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6108*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6109*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6110*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6111*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/gray.jpg-4x6-sgray-8-360dpi.pwg 6112*5e7646d2SAndroid Build Coastguard Worker 6113*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6114*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6115*5e7646d2SAndroid Build Coastguard Worker} 6116*5e7646d2SAndroid Build Coastguard Worker 6117*5e7646d2SAndroid Build Coastguard Worker{ 6118*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 600dpi, black-1" 6119*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/gray.jpg-4x6-black-1-600dpi.pwg 6120*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 6121*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6122*5e7646d2SAndroid Build Coastguard Worker 6123*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6124*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6125*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6126*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6127*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6128*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6129*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6130*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6131*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/gray.jpg-4x6-black-1-600dpi.pwg 6132*5e7646d2SAndroid Build Coastguard Worker 6133*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6134*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6135*5e7646d2SAndroid Build Coastguard Worker} 6136*5e7646d2SAndroid Build Coastguard Worker 6137*5e7646d2SAndroid Build Coastguard Worker{ 6138*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 600dpi, black-1, deflate" 6139*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/gray.jpg-4x6-black-1-600dpi.pwg 6140*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 6141*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6142*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6143*5e7646d2SAndroid Build Coastguard Worker 6144*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6145*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6146*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6147*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6148*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6149*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6150*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6151*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6152*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6153*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6154*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/gray.jpg-4x6-black-1-600dpi.pwg 6155*5e7646d2SAndroid Build Coastguard Worker 6156*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6157*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6158*5e7646d2SAndroid Build Coastguard Worker} 6159*5e7646d2SAndroid Build Coastguard Worker 6160*5e7646d2SAndroid Build Coastguard Worker{ 6161*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 600dpi, black-1, gzip" 6162*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/gray.jpg-4x6-black-1-600dpi.pwg 6163*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 6164*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6165*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6166*5e7646d2SAndroid Build Coastguard Worker 6167*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6168*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6169*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6170*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6171*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6172*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6173*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6174*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6175*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6176*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6177*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/gray.jpg-4x6-black-1-600dpi.pwg 6178*5e7646d2SAndroid Build Coastguard Worker 6179*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6180*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6181*5e7646d2SAndroid Build Coastguard Worker} 6182*5e7646d2SAndroid Build Coastguard Worker 6183*5e7646d2SAndroid Build Coastguard Worker{ 6184*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 600dpi, cmyk-8" 6185*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/gray.jpg-4x6-cmyk-8-600dpi.pwg 6186*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 6187*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6188*5e7646d2SAndroid Build Coastguard Worker 6189*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6190*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6191*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6192*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6193*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6194*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6195*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6196*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6197*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/gray.jpg-4x6-cmyk-8-600dpi.pwg 6198*5e7646d2SAndroid Build Coastguard Worker 6199*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6200*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6201*5e7646d2SAndroid Build Coastguard Worker} 6202*5e7646d2SAndroid Build Coastguard Worker 6203*5e7646d2SAndroid Build Coastguard Worker{ 6204*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 600dpi, cmyk-8, deflate" 6205*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/gray.jpg-4x6-cmyk-8-600dpi.pwg 6206*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 6207*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6208*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6209*5e7646d2SAndroid Build Coastguard Worker 6210*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6211*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6212*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6213*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6214*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6215*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6216*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6217*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6218*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6219*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6220*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/gray.jpg-4x6-cmyk-8-600dpi.pwg 6221*5e7646d2SAndroid Build Coastguard Worker 6222*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6223*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6224*5e7646d2SAndroid Build Coastguard Worker} 6225*5e7646d2SAndroid Build Coastguard Worker 6226*5e7646d2SAndroid Build Coastguard Worker{ 6227*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 600dpi, cmyk-8, gzip" 6228*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/gray.jpg-4x6-cmyk-8-600dpi.pwg 6229*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 6230*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6231*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6232*5e7646d2SAndroid Build Coastguard Worker 6233*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6234*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6235*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6236*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6237*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6238*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6239*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6240*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6241*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6242*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6243*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/gray.jpg-4x6-cmyk-8-600dpi.pwg 6244*5e7646d2SAndroid Build Coastguard Worker 6245*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6246*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6247*5e7646d2SAndroid Build Coastguard Worker} 6248*5e7646d2SAndroid Build Coastguard Worker 6249*5e7646d2SAndroid Build Coastguard Worker{ 6250*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 600dpi, sgray-8" 6251*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/gray.jpg-4x6-sgray-8-600dpi.pwg 6252*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 6253*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6254*5e7646d2SAndroid Build Coastguard Worker 6255*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6256*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6257*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6258*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6259*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6260*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6261*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6262*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6263*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/gray.jpg-4x6-sgray-8-600dpi.pwg 6264*5e7646d2SAndroid Build Coastguard Worker 6265*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6266*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6267*5e7646d2SAndroid Build Coastguard Worker} 6268*5e7646d2SAndroid Build Coastguard Worker 6269*5e7646d2SAndroid Build Coastguard Worker{ 6270*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 600dpi, sgray-8, deflate" 6271*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/gray.jpg-4x6-sgray-8-600dpi.pwg 6272*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 6273*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6274*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6275*5e7646d2SAndroid Build Coastguard Worker 6276*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6277*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6278*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6279*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6280*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6281*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6282*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6283*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6284*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6285*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6286*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/gray.jpg-4x6-sgray-8-600dpi.pwg 6287*5e7646d2SAndroid Build Coastguard Worker 6288*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6289*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6290*5e7646d2SAndroid Build Coastguard Worker} 6291*5e7646d2SAndroid Build Coastguard Worker 6292*5e7646d2SAndroid Build Coastguard Worker{ 6293*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 600dpi, sgray-8, gzip" 6294*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/gray.jpg-4x6-sgray-8-600dpi.pwg 6295*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 6296*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6297*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6298*5e7646d2SAndroid Build Coastguard Worker 6299*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6300*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6301*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6302*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6303*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6304*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6305*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6306*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6307*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6308*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6309*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/gray.jpg-4x6-sgray-8-600dpi.pwg 6310*5e7646d2SAndroid Build Coastguard Worker 6311*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6312*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6313*5e7646d2SAndroid Build Coastguard Worker} 6314*5e7646d2SAndroid Build Coastguard Worker 6315*5e7646d2SAndroid Build Coastguard Worker{ 6316*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 720dpi, black-1" 6317*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/gray.jpg-4x6-black-1-720dpi.pwg 6318*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 6319*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6320*5e7646d2SAndroid Build Coastguard Worker 6321*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6322*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6323*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6324*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6325*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6326*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6327*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6328*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6329*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/gray.jpg-4x6-black-1-720dpi.pwg 6330*5e7646d2SAndroid Build Coastguard Worker 6331*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6332*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6333*5e7646d2SAndroid Build Coastguard Worker} 6334*5e7646d2SAndroid Build Coastguard Worker 6335*5e7646d2SAndroid Build Coastguard Worker{ 6336*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 720dpi, black-1, deflate" 6337*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/gray.jpg-4x6-black-1-720dpi.pwg 6338*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 6339*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6340*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6341*5e7646d2SAndroid Build Coastguard Worker 6342*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6343*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6344*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6345*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6346*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6347*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6348*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6349*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6350*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6351*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6352*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/gray.jpg-4x6-black-1-720dpi.pwg 6353*5e7646d2SAndroid Build Coastguard Worker 6354*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6355*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6356*5e7646d2SAndroid Build Coastguard Worker} 6357*5e7646d2SAndroid Build Coastguard Worker 6358*5e7646d2SAndroid Build Coastguard Worker{ 6359*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 720dpi, black-1, gzip" 6360*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/gray.jpg-4x6-black-1-720dpi.pwg 6361*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 6362*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6363*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6364*5e7646d2SAndroid Build Coastguard Worker 6365*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6366*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6367*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6368*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6369*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6370*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6371*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6372*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6373*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6374*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6375*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/gray.jpg-4x6-black-1-720dpi.pwg 6376*5e7646d2SAndroid Build Coastguard Worker 6377*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6378*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6379*5e7646d2SAndroid Build Coastguard Worker} 6380*5e7646d2SAndroid Build Coastguard Worker 6381*5e7646d2SAndroid Build Coastguard Worker{ 6382*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 720dpi, cmyk-8" 6383*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/gray.jpg-4x6-cmyk-8-720dpi.pwg 6384*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 6385*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6386*5e7646d2SAndroid Build Coastguard Worker 6387*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6388*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6389*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6390*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6391*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6392*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6393*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6394*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6395*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/gray.jpg-4x6-cmyk-8-720dpi.pwg 6396*5e7646d2SAndroid Build Coastguard Worker 6397*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6398*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6399*5e7646d2SAndroid Build Coastguard Worker} 6400*5e7646d2SAndroid Build Coastguard Worker 6401*5e7646d2SAndroid Build Coastguard Worker{ 6402*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 720dpi, cmyk-8, deflate" 6403*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/gray.jpg-4x6-cmyk-8-720dpi.pwg 6404*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 6405*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6406*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6407*5e7646d2SAndroid Build Coastguard Worker 6408*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6409*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6410*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6411*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6412*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6413*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6414*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6415*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6416*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6417*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6418*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/gray.jpg-4x6-cmyk-8-720dpi.pwg 6419*5e7646d2SAndroid Build Coastguard Worker 6420*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6421*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6422*5e7646d2SAndroid Build Coastguard Worker} 6423*5e7646d2SAndroid Build Coastguard Worker 6424*5e7646d2SAndroid Build Coastguard Worker{ 6425*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 720dpi, cmyk-8, gzip" 6426*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/gray.jpg-4x6-cmyk-8-720dpi.pwg 6427*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 6428*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6429*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6430*5e7646d2SAndroid Build Coastguard Worker 6431*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6432*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6433*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6434*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6435*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6436*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6437*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6438*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6439*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6440*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6441*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/gray.jpg-4x6-cmyk-8-720dpi.pwg 6442*5e7646d2SAndroid Build Coastguard Worker 6443*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6444*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6445*5e7646d2SAndroid Build Coastguard Worker} 6446*5e7646d2SAndroid Build Coastguard Worker 6447*5e7646d2SAndroid Build Coastguard Worker{ 6448*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 720dpi, sgray-8" 6449*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/gray.jpg-4x6-sgray-8-720dpi.pwg 6450*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 6451*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6452*5e7646d2SAndroid Build Coastguard Worker 6453*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6454*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6455*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6456*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6457*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6458*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6459*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6460*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6461*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/gray.jpg-4x6-sgray-8-720dpi.pwg 6462*5e7646d2SAndroid Build Coastguard Worker 6463*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6464*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6465*5e7646d2SAndroid Build Coastguard Worker} 6466*5e7646d2SAndroid Build Coastguard Worker 6467*5e7646d2SAndroid Build Coastguard Worker{ 6468*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 720dpi, sgray-8, deflate" 6469*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/gray.jpg-4x6-sgray-8-720dpi.pwg 6470*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 6471*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6472*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6473*5e7646d2SAndroid Build Coastguard Worker 6474*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6475*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6476*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6477*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6478*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6479*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6480*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6481*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6482*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6483*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6484*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/gray.jpg-4x6-sgray-8-720dpi.pwg 6485*5e7646d2SAndroid Build Coastguard Worker 6486*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6487*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6488*5e7646d2SAndroid Build Coastguard Worker} 6489*5e7646d2SAndroid Build Coastguard Worker 6490*5e7646d2SAndroid Build Coastguard Worker{ 6491*5e7646d2SAndroid Build Coastguard Worker NAME "Print gray.jpg-4x6 @ 720dpi, sgray-8, gzip" 6492*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/gray.jpg-4x6-sgray-8-720dpi.pwg 6493*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 6494*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6495*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6496*5e7646d2SAndroid Build Coastguard Worker 6497*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6498*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6499*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6500*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6501*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6502*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6503*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6504*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6505*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "gray.jpg-4x6" 6506*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6507*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/gray.jpg-4x6-sgray-8-720dpi.pwg 6508*5e7646d2SAndroid Build Coastguard Worker 6509*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6510*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6511*5e7646d2SAndroid Build Coastguard Worker} 6512*5e7646d2SAndroid Build Coastguard Worker 6513*5e7646d2SAndroid Build Coastguard Worker{ 6514*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, black-1" 6515*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/onepage-a4-black-1-150dpi.pwg 6516*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6517*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6518*5e7646d2SAndroid Build Coastguard Worker 6519*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6520*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6521*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6522*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6523*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6524*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6525*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6526*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6527*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/onepage-a4-black-1-150dpi.pwg 6528*5e7646d2SAndroid Build Coastguard Worker 6529*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6530*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6531*5e7646d2SAndroid Build Coastguard Worker} 6532*5e7646d2SAndroid Build Coastguard Worker 6533*5e7646d2SAndroid Build Coastguard Worker{ 6534*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, black-1, deflate" 6535*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/onepage-a4-black-1-150dpi.pwg 6536*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6537*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6538*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6539*5e7646d2SAndroid Build Coastguard Worker 6540*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6541*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6542*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6543*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6544*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6545*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6546*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6547*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6548*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6549*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6550*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/onepage-a4-black-1-150dpi.pwg 6551*5e7646d2SAndroid Build Coastguard Worker 6552*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6553*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6554*5e7646d2SAndroid Build Coastguard Worker} 6555*5e7646d2SAndroid Build Coastguard Worker 6556*5e7646d2SAndroid Build Coastguard Worker{ 6557*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, black-1, gzip" 6558*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/onepage-a4-black-1-150dpi.pwg 6559*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6560*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6561*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6562*5e7646d2SAndroid Build Coastguard Worker 6563*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6564*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6565*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6566*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6567*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6568*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6569*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6570*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6571*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6572*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6573*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/onepage-a4-black-1-150dpi.pwg 6574*5e7646d2SAndroid Build Coastguard Worker 6575*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6576*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6577*5e7646d2SAndroid Build Coastguard Worker} 6578*5e7646d2SAndroid Build Coastguard Worker 6579*5e7646d2SAndroid Build Coastguard Worker{ 6580*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, cmyk-8" 6581*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/onepage-a4-cmyk-8-150dpi.pwg 6582*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6583*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6584*5e7646d2SAndroid Build Coastguard Worker 6585*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6586*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6587*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6588*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6589*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6590*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6591*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6592*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6593*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/onepage-a4-cmyk-8-150dpi.pwg 6594*5e7646d2SAndroid Build Coastguard Worker 6595*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6596*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6597*5e7646d2SAndroid Build Coastguard Worker} 6598*5e7646d2SAndroid Build Coastguard Worker 6599*5e7646d2SAndroid Build Coastguard Worker{ 6600*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, cmyk-8, deflate" 6601*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/onepage-a4-cmyk-8-150dpi.pwg 6602*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6603*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6604*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6605*5e7646d2SAndroid Build Coastguard Worker 6606*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6607*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6608*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6609*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6610*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6611*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6612*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6613*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6614*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6615*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6616*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/onepage-a4-cmyk-8-150dpi.pwg 6617*5e7646d2SAndroid Build Coastguard Worker 6618*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6619*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6620*5e7646d2SAndroid Build Coastguard Worker} 6621*5e7646d2SAndroid Build Coastguard Worker 6622*5e7646d2SAndroid Build Coastguard Worker{ 6623*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, cmyk-8, gzip" 6624*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/onepage-a4-cmyk-8-150dpi.pwg 6625*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6626*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6627*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6628*5e7646d2SAndroid Build Coastguard Worker 6629*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6630*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6631*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6632*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6633*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6634*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6635*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6636*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6637*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6638*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6639*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/onepage-a4-cmyk-8-150dpi.pwg 6640*5e7646d2SAndroid Build Coastguard Worker 6641*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6642*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6643*5e7646d2SAndroid Build Coastguard Worker} 6644*5e7646d2SAndroid Build Coastguard Worker 6645*5e7646d2SAndroid Build Coastguard Worker{ 6646*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, sgray-8" 6647*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/onepage-a4-sgray-8-150dpi.pwg 6648*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6649*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6650*5e7646d2SAndroid Build Coastguard Worker 6651*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6652*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6653*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6654*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6655*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6656*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6657*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6658*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6659*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/onepage-a4-sgray-8-150dpi.pwg 6660*5e7646d2SAndroid Build Coastguard Worker 6661*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6662*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6663*5e7646d2SAndroid Build Coastguard Worker} 6664*5e7646d2SAndroid Build Coastguard Worker 6665*5e7646d2SAndroid Build Coastguard Worker{ 6666*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, sgray-8, deflate" 6667*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/onepage-a4-sgray-8-150dpi.pwg 6668*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6669*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6670*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6671*5e7646d2SAndroid Build Coastguard Worker 6672*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6673*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6674*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6675*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6676*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6677*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6678*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6679*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6680*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6681*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6682*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/onepage-a4-sgray-8-150dpi.pwg 6683*5e7646d2SAndroid Build Coastguard Worker 6684*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6685*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6686*5e7646d2SAndroid Build Coastguard Worker} 6687*5e7646d2SAndroid Build Coastguard Worker 6688*5e7646d2SAndroid Build Coastguard Worker{ 6689*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, sgray-8, gzip" 6690*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/onepage-a4-sgray-8-150dpi.pwg 6691*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6692*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6693*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6694*5e7646d2SAndroid Build Coastguard Worker 6695*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6696*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6697*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6698*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6699*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6700*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6701*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6702*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6703*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6704*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6705*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/onepage-a4-sgray-8-150dpi.pwg 6706*5e7646d2SAndroid Build Coastguard Worker 6707*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6708*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6709*5e7646d2SAndroid Build Coastguard Worker} 6710*5e7646d2SAndroid Build Coastguard Worker 6711*5e7646d2SAndroid Build Coastguard Worker{ 6712*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, srgb-8" 6713*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/onepage-a4-srgb-8-150dpi.pwg 6714*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6715*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 6716*5e7646d2SAndroid Build Coastguard Worker 6717*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6718*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6719*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6720*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6721*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6722*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6723*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6724*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6725*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/onepage-a4-srgb-8-150dpi.pwg 6726*5e7646d2SAndroid Build Coastguard Worker 6727*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6728*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6729*5e7646d2SAndroid Build Coastguard Worker} 6730*5e7646d2SAndroid Build Coastguard Worker 6731*5e7646d2SAndroid Build Coastguard Worker{ 6732*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, srgb-8, deflate" 6733*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/onepage-a4-srgb-8-150dpi.pwg 6734*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6735*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 6736*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6737*5e7646d2SAndroid Build Coastguard Worker 6738*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6739*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6740*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6741*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6742*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6743*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6744*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6745*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6746*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6747*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6748*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/onepage-a4-srgb-8-150dpi.pwg 6749*5e7646d2SAndroid Build Coastguard Worker 6750*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6751*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6752*5e7646d2SAndroid Build Coastguard Worker} 6753*5e7646d2SAndroid Build Coastguard Worker 6754*5e7646d2SAndroid Build Coastguard Worker{ 6755*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 150dpi, srgb-8, gzip" 6756*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/onepage-a4-srgb-8-150dpi.pwg 6757*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 6758*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 6759*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6760*5e7646d2SAndroid Build Coastguard Worker 6761*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6762*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6763*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6764*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6765*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6766*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6767*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6768*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6769*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6770*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6771*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/onepage-a4-srgb-8-150dpi.pwg 6772*5e7646d2SAndroid Build Coastguard Worker 6773*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6774*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6775*5e7646d2SAndroid Build Coastguard Worker} 6776*5e7646d2SAndroid Build Coastguard Worker 6777*5e7646d2SAndroid Build Coastguard Worker{ 6778*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, black-1" 6779*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/onepage-a4-black-1-180dpi.pwg 6780*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 6781*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6782*5e7646d2SAndroid Build Coastguard Worker 6783*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6784*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6785*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6786*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6787*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6788*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6789*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6790*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6791*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/onepage-a4-black-1-180dpi.pwg 6792*5e7646d2SAndroid Build Coastguard Worker 6793*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6794*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6795*5e7646d2SAndroid Build Coastguard Worker} 6796*5e7646d2SAndroid Build Coastguard Worker 6797*5e7646d2SAndroid Build Coastguard Worker{ 6798*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, black-1, deflate" 6799*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/onepage-a4-black-1-180dpi.pwg 6800*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 6801*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6802*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6803*5e7646d2SAndroid Build Coastguard Worker 6804*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6805*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6806*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6807*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6808*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6809*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6810*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6811*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6812*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6813*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6814*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/onepage-a4-black-1-180dpi.pwg 6815*5e7646d2SAndroid Build Coastguard Worker 6816*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6817*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6818*5e7646d2SAndroid Build Coastguard Worker} 6819*5e7646d2SAndroid Build Coastguard Worker 6820*5e7646d2SAndroid Build Coastguard Worker{ 6821*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, black-1, gzip" 6822*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/onepage-a4-black-1-180dpi.pwg 6823*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 6824*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 6825*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6826*5e7646d2SAndroid Build Coastguard Worker 6827*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6828*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6829*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6830*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6831*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6832*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6833*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6834*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6835*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6836*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6837*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/onepage-a4-black-1-180dpi.pwg 6838*5e7646d2SAndroid Build Coastguard Worker 6839*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6840*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6841*5e7646d2SAndroid Build Coastguard Worker} 6842*5e7646d2SAndroid Build Coastguard Worker 6843*5e7646d2SAndroid Build Coastguard Worker{ 6844*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, cmyk-8" 6845*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/onepage-a4-cmyk-8-180dpi.pwg 6846*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 6847*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6848*5e7646d2SAndroid Build Coastguard Worker 6849*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6850*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6851*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6852*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6853*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6854*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6855*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6856*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6857*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/onepage-a4-cmyk-8-180dpi.pwg 6858*5e7646d2SAndroid Build Coastguard Worker 6859*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6860*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6861*5e7646d2SAndroid Build Coastguard Worker} 6862*5e7646d2SAndroid Build Coastguard Worker 6863*5e7646d2SAndroid Build Coastguard Worker{ 6864*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, cmyk-8, deflate" 6865*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/onepage-a4-cmyk-8-180dpi.pwg 6866*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 6867*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6868*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6869*5e7646d2SAndroid Build Coastguard Worker 6870*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6871*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6872*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6873*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6874*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6875*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6876*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6877*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6878*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6879*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6880*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/onepage-a4-cmyk-8-180dpi.pwg 6881*5e7646d2SAndroid Build Coastguard Worker 6882*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6883*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6884*5e7646d2SAndroid Build Coastguard Worker} 6885*5e7646d2SAndroid Build Coastguard Worker 6886*5e7646d2SAndroid Build Coastguard Worker{ 6887*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, cmyk-8, gzip" 6888*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/onepage-a4-cmyk-8-180dpi.pwg 6889*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 6890*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 6891*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6892*5e7646d2SAndroid Build Coastguard Worker 6893*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6894*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6895*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6896*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6897*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6898*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6899*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6900*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6901*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6902*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6903*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/onepage-a4-cmyk-8-180dpi.pwg 6904*5e7646d2SAndroid Build Coastguard Worker 6905*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6906*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6907*5e7646d2SAndroid Build Coastguard Worker} 6908*5e7646d2SAndroid Build Coastguard Worker 6909*5e7646d2SAndroid Build Coastguard Worker{ 6910*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, sgray-8" 6911*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/onepage-a4-sgray-8-180dpi.pwg 6912*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 6913*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6914*5e7646d2SAndroid Build Coastguard Worker 6915*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6916*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6917*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6918*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6919*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6920*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6921*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6922*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6923*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/onepage-a4-sgray-8-180dpi.pwg 6924*5e7646d2SAndroid Build Coastguard Worker 6925*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6926*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6927*5e7646d2SAndroid Build Coastguard Worker} 6928*5e7646d2SAndroid Build Coastguard Worker 6929*5e7646d2SAndroid Build Coastguard Worker{ 6930*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, sgray-8, deflate" 6931*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/onepage-a4-sgray-8-180dpi.pwg 6932*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 6933*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6934*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 6935*5e7646d2SAndroid Build Coastguard Worker 6936*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6937*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6938*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6939*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6940*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6941*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6942*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6943*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 6944*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6945*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 6946*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/onepage-a4-sgray-8-180dpi.pwg 6947*5e7646d2SAndroid Build Coastguard Worker 6948*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6949*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6950*5e7646d2SAndroid Build Coastguard Worker} 6951*5e7646d2SAndroid Build Coastguard Worker 6952*5e7646d2SAndroid Build Coastguard Worker{ 6953*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, sgray-8, gzip" 6954*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/onepage-a4-sgray-8-180dpi.pwg 6955*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 6956*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 6957*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 6958*5e7646d2SAndroid Build Coastguard Worker 6959*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6960*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6961*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6962*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6963*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6964*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6965*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6966*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 6967*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6968*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 6969*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/onepage-a4-sgray-8-180dpi.pwg 6970*5e7646d2SAndroid Build Coastguard Worker 6971*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6972*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6973*5e7646d2SAndroid Build Coastguard Worker} 6974*5e7646d2SAndroid Build Coastguard Worker 6975*5e7646d2SAndroid Build Coastguard Worker{ 6976*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, srgb-8" 6977*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/onepage-a4-srgb-8-180dpi.pwg 6978*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 6979*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 6980*5e7646d2SAndroid Build Coastguard Worker 6981*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 6982*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 6983*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 6984*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 6985*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 6986*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 6987*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 6988*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 6989*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/onepage-a4-srgb-8-180dpi.pwg 6990*5e7646d2SAndroid Build Coastguard Worker 6991*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 6992*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 6993*5e7646d2SAndroid Build Coastguard Worker} 6994*5e7646d2SAndroid Build Coastguard Worker 6995*5e7646d2SAndroid Build Coastguard Worker{ 6996*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, srgb-8, deflate" 6997*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/onepage-a4-srgb-8-180dpi.pwg 6998*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 6999*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 7000*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7001*5e7646d2SAndroid Build Coastguard Worker 7002*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7003*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7004*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7005*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7006*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7007*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7008*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7009*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7010*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7011*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7012*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/onepage-a4-srgb-8-180dpi.pwg 7013*5e7646d2SAndroid Build Coastguard Worker 7014*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7015*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7016*5e7646d2SAndroid Build Coastguard Worker} 7017*5e7646d2SAndroid Build Coastguard Worker 7018*5e7646d2SAndroid Build Coastguard Worker{ 7019*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 180dpi, srgb-8, gzip" 7020*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/onepage-a4-srgb-8-180dpi.pwg 7021*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 7022*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 7023*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7024*5e7646d2SAndroid Build Coastguard Worker 7025*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7026*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7027*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7028*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7029*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7030*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7031*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7032*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7033*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7034*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7035*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/onepage-a4-srgb-8-180dpi.pwg 7036*5e7646d2SAndroid Build Coastguard Worker 7037*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7038*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7039*5e7646d2SAndroid Build Coastguard Worker} 7040*5e7646d2SAndroid Build Coastguard Worker 7041*5e7646d2SAndroid Build Coastguard Worker{ 7042*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, black-1" 7043*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/onepage-a4-black-1-300dpi.pwg 7044*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7045*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7046*5e7646d2SAndroid Build Coastguard Worker 7047*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7048*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7049*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7050*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7051*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7052*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7053*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7054*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7055*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/onepage-a4-black-1-300dpi.pwg 7056*5e7646d2SAndroid Build Coastguard Worker 7057*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7058*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7059*5e7646d2SAndroid Build Coastguard Worker} 7060*5e7646d2SAndroid Build Coastguard Worker 7061*5e7646d2SAndroid Build Coastguard Worker{ 7062*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, black-1, deflate" 7063*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/onepage-a4-black-1-300dpi.pwg 7064*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7065*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7066*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7067*5e7646d2SAndroid Build Coastguard Worker 7068*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7069*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7070*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7071*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7072*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7073*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7074*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7075*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7076*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7077*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7078*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/onepage-a4-black-1-300dpi.pwg 7079*5e7646d2SAndroid Build Coastguard Worker 7080*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7081*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7082*5e7646d2SAndroid Build Coastguard Worker} 7083*5e7646d2SAndroid Build Coastguard Worker 7084*5e7646d2SAndroid Build Coastguard Worker{ 7085*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, black-1, gzip" 7086*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/onepage-a4-black-1-300dpi.pwg 7087*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7088*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7089*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7090*5e7646d2SAndroid Build Coastguard Worker 7091*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7092*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7093*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7094*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7095*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7096*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7097*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7098*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7099*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7100*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7101*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/onepage-a4-black-1-300dpi.pwg 7102*5e7646d2SAndroid Build Coastguard Worker 7103*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7104*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7105*5e7646d2SAndroid Build Coastguard Worker} 7106*5e7646d2SAndroid Build Coastguard Worker 7107*5e7646d2SAndroid Build Coastguard Worker{ 7108*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, cmyk-8" 7109*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/onepage-a4-cmyk-8-300dpi.pwg 7110*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7111*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7112*5e7646d2SAndroid Build Coastguard Worker 7113*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7114*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7115*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7116*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7117*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7118*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7119*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7120*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7121*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/onepage-a4-cmyk-8-300dpi.pwg 7122*5e7646d2SAndroid Build Coastguard Worker 7123*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7124*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7125*5e7646d2SAndroid Build Coastguard Worker} 7126*5e7646d2SAndroid Build Coastguard Worker 7127*5e7646d2SAndroid Build Coastguard Worker{ 7128*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, cmyk-8, deflate" 7129*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/onepage-a4-cmyk-8-300dpi.pwg 7130*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7131*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7132*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7133*5e7646d2SAndroid Build Coastguard Worker 7134*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7135*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7136*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7137*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7138*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7139*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7140*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7141*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7142*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7143*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7144*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/onepage-a4-cmyk-8-300dpi.pwg 7145*5e7646d2SAndroid Build Coastguard Worker 7146*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7147*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7148*5e7646d2SAndroid Build Coastguard Worker} 7149*5e7646d2SAndroid Build Coastguard Worker 7150*5e7646d2SAndroid Build Coastguard Worker{ 7151*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, cmyk-8, gzip" 7152*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/onepage-a4-cmyk-8-300dpi.pwg 7153*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7154*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7155*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7156*5e7646d2SAndroid Build Coastguard Worker 7157*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7158*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7159*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7160*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7161*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7162*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7163*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7164*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7165*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7166*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7167*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/onepage-a4-cmyk-8-300dpi.pwg 7168*5e7646d2SAndroid Build Coastguard Worker 7169*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7170*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7171*5e7646d2SAndroid Build Coastguard Worker} 7172*5e7646d2SAndroid Build Coastguard Worker 7173*5e7646d2SAndroid Build Coastguard Worker{ 7174*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, sgray-8" 7175*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/onepage-a4-sgray-8-300dpi.pwg 7176*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7177*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 7178*5e7646d2SAndroid Build Coastguard Worker 7179*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7180*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7181*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7182*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7183*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7184*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7185*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7186*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7187*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/onepage-a4-sgray-8-300dpi.pwg 7188*5e7646d2SAndroid Build Coastguard Worker 7189*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7190*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7191*5e7646d2SAndroid Build Coastguard Worker} 7192*5e7646d2SAndroid Build Coastguard Worker 7193*5e7646d2SAndroid Build Coastguard Worker{ 7194*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, sgray-8, deflate" 7195*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/onepage-a4-sgray-8-300dpi.pwg 7196*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7197*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 7198*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7199*5e7646d2SAndroid Build Coastguard Worker 7200*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7201*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7202*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7203*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7204*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7205*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7206*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7207*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7208*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7209*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7210*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/onepage-a4-sgray-8-300dpi.pwg 7211*5e7646d2SAndroid Build Coastguard Worker 7212*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7213*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7214*5e7646d2SAndroid Build Coastguard Worker} 7215*5e7646d2SAndroid Build Coastguard Worker 7216*5e7646d2SAndroid Build Coastguard Worker{ 7217*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, sgray-8, gzip" 7218*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/onepage-a4-sgray-8-300dpi.pwg 7219*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7220*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 7221*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7222*5e7646d2SAndroid Build Coastguard Worker 7223*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7224*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7225*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7226*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7227*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7228*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7229*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7230*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7231*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7232*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7233*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/onepage-a4-sgray-8-300dpi.pwg 7234*5e7646d2SAndroid Build Coastguard Worker 7235*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7236*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7237*5e7646d2SAndroid Build Coastguard Worker} 7238*5e7646d2SAndroid Build Coastguard Worker 7239*5e7646d2SAndroid Build Coastguard Worker{ 7240*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, srgb-8" 7241*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/onepage-a4-srgb-8-300dpi.pwg 7242*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7243*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 7244*5e7646d2SAndroid Build Coastguard Worker 7245*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7246*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7247*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7248*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7249*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7250*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7251*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7252*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7253*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/onepage-a4-srgb-8-300dpi.pwg 7254*5e7646d2SAndroid Build Coastguard Worker 7255*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7256*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7257*5e7646d2SAndroid Build Coastguard Worker} 7258*5e7646d2SAndroid Build Coastguard Worker 7259*5e7646d2SAndroid Build Coastguard Worker{ 7260*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, srgb-8, deflate" 7261*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/onepage-a4-srgb-8-300dpi.pwg 7262*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7263*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 7264*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7265*5e7646d2SAndroid Build Coastguard Worker 7266*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7267*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7268*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7269*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7270*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7271*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7272*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7273*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7274*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7275*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7276*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/onepage-a4-srgb-8-300dpi.pwg 7277*5e7646d2SAndroid Build Coastguard Worker 7278*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7279*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7280*5e7646d2SAndroid Build Coastguard Worker} 7281*5e7646d2SAndroid Build Coastguard Worker 7282*5e7646d2SAndroid Build Coastguard Worker{ 7283*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 300dpi, srgb-8, gzip" 7284*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/onepage-a4-srgb-8-300dpi.pwg 7285*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 7286*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 7287*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7288*5e7646d2SAndroid Build Coastguard Worker 7289*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7290*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7291*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7292*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7293*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7294*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7295*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7296*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7297*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7298*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7299*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/onepage-a4-srgb-8-300dpi.pwg 7300*5e7646d2SAndroid Build Coastguard Worker 7301*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7302*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7303*5e7646d2SAndroid Build Coastguard Worker} 7304*5e7646d2SAndroid Build Coastguard Worker 7305*5e7646d2SAndroid Build Coastguard Worker{ 7306*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, black-1" 7307*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/onepage-a4-black-1-360dpi.pwg 7308*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7309*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7310*5e7646d2SAndroid Build Coastguard Worker 7311*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7312*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7313*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7314*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7315*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7316*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7317*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7318*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7319*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/onepage-a4-black-1-360dpi.pwg 7320*5e7646d2SAndroid Build Coastguard Worker 7321*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7322*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7323*5e7646d2SAndroid Build Coastguard Worker} 7324*5e7646d2SAndroid Build Coastguard Worker 7325*5e7646d2SAndroid Build Coastguard Worker{ 7326*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, black-1, deflate" 7327*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/onepage-a4-black-1-360dpi.pwg 7328*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7329*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7330*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7331*5e7646d2SAndroid Build Coastguard Worker 7332*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7333*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7334*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7335*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7336*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7337*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7338*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7339*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7340*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7341*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7342*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/onepage-a4-black-1-360dpi.pwg 7343*5e7646d2SAndroid Build Coastguard Worker 7344*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7345*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7346*5e7646d2SAndroid Build Coastguard Worker} 7347*5e7646d2SAndroid Build Coastguard Worker 7348*5e7646d2SAndroid Build Coastguard Worker{ 7349*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, black-1, gzip" 7350*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/onepage-a4-black-1-360dpi.pwg 7351*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7352*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7353*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7354*5e7646d2SAndroid Build Coastguard Worker 7355*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7356*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7357*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7358*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7359*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7360*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7361*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7362*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7363*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7364*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7365*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/onepage-a4-black-1-360dpi.pwg 7366*5e7646d2SAndroid Build Coastguard Worker 7367*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7368*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7369*5e7646d2SAndroid Build Coastguard Worker} 7370*5e7646d2SAndroid Build Coastguard Worker 7371*5e7646d2SAndroid Build Coastguard Worker{ 7372*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, cmyk-8" 7373*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/onepage-a4-cmyk-8-360dpi.pwg 7374*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7375*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7376*5e7646d2SAndroid Build Coastguard Worker 7377*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7378*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7379*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7380*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7381*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7382*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7383*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7384*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7385*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/onepage-a4-cmyk-8-360dpi.pwg 7386*5e7646d2SAndroid Build Coastguard Worker 7387*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7388*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7389*5e7646d2SAndroid Build Coastguard Worker} 7390*5e7646d2SAndroid Build Coastguard Worker 7391*5e7646d2SAndroid Build Coastguard Worker{ 7392*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, cmyk-8, deflate" 7393*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/onepage-a4-cmyk-8-360dpi.pwg 7394*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7395*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7396*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7397*5e7646d2SAndroid Build Coastguard Worker 7398*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7399*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7400*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7401*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7402*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7403*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7404*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7405*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7406*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7407*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7408*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/onepage-a4-cmyk-8-360dpi.pwg 7409*5e7646d2SAndroid Build Coastguard Worker 7410*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7411*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7412*5e7646d2SAndroid Build Coastguard Worker} 7413*5e7646d2SAndroid Build Coastguard Worker 7414*5e7646d2SAndroid Build Coastguard Worker{ 7415*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, cmyk-8, gzip" 7416*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/onepage-a4-cmyk-8-360dpi.pwg 7417*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7418*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7419*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7420*5e7646d2SAndroid Build Coastguard Worker 7421*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7422*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7423*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7424*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7425*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7426*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7427*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7428*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7429*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7430*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7431*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/onepage-a4-cmyk-8-360dpi.pwg 7432*5e7646d2SAndroid Build Coastguard Worker 7433*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7434*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7435*5e7646d2SAndroid Build Coastguard Worker} 7436*5e7646d2SAndroid Build Coastguard Worker 7437*5e7646d2SAndroid Build Coastguard Worker{ 7438*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, sgray-8" 7439*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/onepage-a4-sgray-8-360dpi.pwg 7440*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7441*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 7442*5e7646d2SAndroid Build Coastguard Worker 7443*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7444*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7445*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7446*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7447*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7448*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7449*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7450*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7451*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/onepage-a4-sgray-8-360dpi.pwg 7452*5e7646d2SAndroid Build Coastguard Worker 7453*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7454*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7455*5e7646d2SAndroid Build Coastguard Worker} 7456*5e7646d2SAndroid Build Coastguard Worker 7457*5e7646d2SAndroid Build Coastguard Worker{ 7458*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, sgray-8, deflate" 7459*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/onepage-a4-sgray-8-360dpi.pwg 7460*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7461*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 7462*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7463*5e7646d2SAndroid Build Coastguard Worker 7464*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7465*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7466*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7467*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7468*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7469*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7470*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7471*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7472*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7473*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7474*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/onepage-a4-sgray-8-360dpi.pwg 7475*5e7646d2SAndroid Build Coastguard Worker 7476*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7477*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7478*5e7646d2SAndroid Build Coastguard Worker} 7479*5e7646d2SAndroid Build Coastguard Worker 7480*5e7646d2SAndroid Build Coastguard Worker{ 7481*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, sgray-8, gzip" 7482*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/onepage-a4-sgray-8-360dpi.pwg 7483*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7484*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 7485*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7486*5e7646d2SAndroid Build Coastguard Worker 7487*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7488*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7489*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7490*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7491*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7492*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7493*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7494*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7495*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7496*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7497*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/onepage-a4-sgray-8-360dpi.pwg 7498*5e7646d2SAndroid Build Coastguard Worker 7499*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7500*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7501*5e7646d2SAndroid Build Coastguard Worker} 7502*5e7646d2SAndroid Build Coastguard Worker 7503*5e7646d2SAndroid Build Coastguard Worker{ 7504*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, srgb-8" 7505*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/onepage-a4-srgb-8-360dpi.pwg 7506*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7507*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 7508*5e7646d2SAndroid Build Coastguard Worker 7509*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7510*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7511*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7512*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7513*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7514*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7515*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7516*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7517*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/onepage-a4-srgb-8-360dpi.pwg 7518*5e7646d2SAndroid Build Coastguard Worker 7519*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7520*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7521*5e7646d2SAndroid Build Coastguard Worker} 7522*5e7646d2SAndroid Build Coastguard Worker 7523*5e7646d2SAndroid Build Coastguard Worker{ 7524*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, srgb-8, deflate" 7525*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/onepage-a4-srgb-8-360dpi.pwg 7526*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7527*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 7528*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7529*5e7646d2SAndroid Build Coastguard Worker 7530*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7531*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7532*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7533*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7534*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7535*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7536*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7537*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7538*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7539*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7540*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/onepage-a4-srgb-8-360dpi.pwg 7541*5e7646d2SAndroid Build Coastguard Worker 7542*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7543*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7544*5e7646d2SAndroid Build Coastguard Worker} 7545*5e7646d2SAndroid Build Coastguard Worker 7546*5e7646d2SAndroid Build Coastguard Worker{ 7547*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 360dpi, srgb-8, gzip" 7548*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/onepage-a4-srgb-8-360dpi.pwg 7549*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 7550*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 7551*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7552*5e7646d2SAndroid Build Coastguard Worker 7553*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7554*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7555*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7556*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7557*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7558*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7559*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7560*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7561*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7562*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7563*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/onepage-a4-srgb-8-360dpi.pwg 7564*5e7646d2SAndroid Build Coastguard Worker 7565*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7566*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7567*5e7646d2SAndroid Build Coastguard Worker} 7568*5e7646d2SAndroid Build Coastguard Worker 7569*5e7646d2SAndroid Build Coastguard Worker{ 7570*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, black-1" 7571*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/onepage-a4-black-1-600dpi.pwg 7572*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7573*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7574*5e7646d2SAndroid Build Coastguard Worker 7575*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7576*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7577*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7578*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7579*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7580*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7581*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7582*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7583*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/onepage-a4-black-1-600dpi.pwg 7584*5e7646d2SAndroid Build Coastguard Worker 7585*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7586*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7587*5e7646d2SAndroid Build Coastguard Worker} 7588*5e7646d2SAndroid Build Coastguard Worker 7589*5e7646d2SAndroid Build Coastguard Worker{ 7590*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, black-1, deflate" 7591*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/onepage-a4-black-1-600dpi.pwg 7592*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7593*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7594*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7595*5e7646d2SAndroid Build Coastguard Worker 7596*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7597*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7598*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7599*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7600*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7601*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7602*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7603*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7604*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7605*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7606*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/onepage-a4-black-1-600dpi.pwg 7607*5e7646d2SAndroid Build Coastguard Worker 7608*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7609*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7610*5e7646d2SAndroid Build Coastguard Worker} 7611*5e7646d2SAndroid Build Coastguard Worker 7612*5e7646d2SAndroid Build Coastguard Worker{ 7613*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, black-1, gzip" 7614*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/onepage-a4-black-1-600dpi.pwg 7615*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7616*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7617*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7618*5e7646d2SAndroid Build Coastguard Worker 7619*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7620*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7621*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7622*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7623*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7624*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7625*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7626*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7627*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7628*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7629*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/onepage-a4-black-1-600dpi.pwg 7630*5e7646d2SAndroid Build Coastguard Worker 7631*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7632*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7633*5e7646d2SAndroid Build Coastguard Worker} 7634*5e7646d2SAndroid Build Coastguard Worker 7635*5e7646d2SAndroid Build Coastguard Worker{ 7636*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, cmyk-8" 7637*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/onepage-a4-cmyk-8-600dpi.pwg 7638*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7639*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7640*5e7646d2SAndroid Build Coastguard Worker 7641*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7642*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7643*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7644*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7645*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7646*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7647*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7648*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7649*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/onepage-a4-cmyk-8-600dpi.pwg 7650*5e7646d2SAndroid Build Coastguard Worker 7651*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7652*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7653*5e7646d2SAndroid Build Coastguard Worker} 7654*5e7646d2SAndroid Build Coastguard Worker 7655*5e7646d2SAndroid Build Coastguard Worker{ 7656*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, cmyk-8, deflate" 7657*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/onepage-a4-cmyk-8-600dpi.pwg 7658*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7659*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7660*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7661*5e7646d2SAndroid Build Coastguard Worker 7662*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7663*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7664*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7665*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7666*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7667*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7668*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7669*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7670*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7671*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7672*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/onepage-a4-cmyk-8-600dpi.pwg 7673*5e7646d2SAndroid Build Coastguard Worker 7674*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7675*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7676*5e7646d2SAndroid Build Coastguard Worker} 7677*5e7646d2SAndroid Build Coastguard Worker 7678*5e7646d2SAndroid Build Coastguard Worker{ 7679*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, cmyk-8, gzip" 7680*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/onepage-a4-cmyk-8-600dpi.pwg 7681*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7682*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7683*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7684*5e7646d2SAndroid Build Coastguard Worker 7685*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7686*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7687*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7688*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7689*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7690*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7691*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7692*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7693*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7694*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7695*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/onepage-a4-cmyk-8-600dpi.pwg 7696*5e7646d2SAndroid Build Coastguard Worker 7697*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7698*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7699*5e7646d2SAndroid Build Coastguard Worker} 7700*5e7646d2SAndroid Build Coastguard Worker 7701*5e7646d2SAndroid Build Coastguard Worker{ 7702*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, sgray-8" 7703*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/onepage-a4-sgray-8-600dpi.pwg 7704*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7705*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 7706*5e7646d2SAndroid Build Coastguard Worker 7707*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7708*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7709*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7710*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7711*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7712*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7713*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7714*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7715*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/onepage-a4-sgray-8-600dpi.pwg 7716*5e7646d2SAndroid Build Coastguard Worker 7717*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7718*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7719*5e7646d2SAndroid Build Coastguard Worker} 7720*5e7646d2SAndroid Build Coastguard Worker 7721*5e7646d2SAndroid Build Coastguard Worker{ 7722*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, sgray-8, deflate" 7723*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/onepage-a4-sgray-8-600dpi.pwg 7724*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7725*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 7726*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7727*5e7646d2SAndroid Build Coastguard Worker 7728*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7729*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7730*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7731*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7732*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7733*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7734*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7735*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7736*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7737*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7738*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/onepage-a4-sgray-8-600dpi.pwg 7739*5e7646d2SAndroid Build Coastguard Worker 7740*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7741*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7742*5e7646d2SAndroid Build Coastguard Worker} 7743*5e7646d2SAndroid Build Coastguard Worker 7744*5e7646d2SAndroid Build Coastguard Worker{ 7745*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, sgray-8, gzip" 7746*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/onepage-a4-sgray-8-600dpi.pwg 7747*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7748*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 7749*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7750*5e7646d2SAndroid Build Coastguard Worker 7751*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7752*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7753*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7754*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7755*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7756*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7757*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7758*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7759*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7760*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7761*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/onepage-a4-sgray-8-600dpi.pwg 7762*5e7646d2SAndroid Build Coastguard Worker 7763*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7764*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7765*5e7646d2SAndroid Build Coastguard Worker} 7766*5e7646d2SAndroid Build Coastguard Worker 7767*5e7646d2SAndroid Build Coastguard Worker{ 7768*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, srgb-8" 7769*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/onepage-a4-srgb-8-600dpi.pwg 7770*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7771*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 7772*5e7646d2SAndroid Build Coastguard Worker 7773*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7774*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7775*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7776*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7777*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7778*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7779*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7780*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7781*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/onepage-a4-srgb-8-600dpi.pwg 7782*5e7646d2SAndroid Build Coastguard Worker 7783*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7784*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7785*5e7646d2SAndroid Build Coastguard Worker} 7786*5e7646d2SAndroid Build Coastguard Worker 7787*5e7646d2SAndroid Build Coastguard Worker{ 7788*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, srgb-8, deflate" 7789*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/onepage-a4-srgb-8-600dpi.pwg 7790*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7791*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 7792*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7793*5e7646d2SAndroid Build Coastguard Worker 7794*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7795*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7796*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7797*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7798*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7799*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7800*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7801*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7802*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7803*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7804*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/onepage-a4-srgb-8-600dpi.pwg 7805*5e7646d2SAndroid Build Coastguard Worker 7806*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7807*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7808*5e7646d2SAndroid Build Coastguard Worker} 7809*5e7646d2SAndroid Build Coastguard Worker 7810*5e7646d2SAndroid Build Coastguard Worker{ 7811*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 600dpi, srgb-8, gzip" 7812*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/onepage-a4-srgb-8-600dpi.pwg 7813*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 7814*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 7815*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7816*5e7646d2SAndroid Build Coastguard Worker 7817*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7818*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7819*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7820*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7821*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7822*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7823*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7824*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7825*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7826*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7827*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/onepage-a4-srgb-8-600dpi.pwg 7828*5e7646d2SAndroid Build Coastguard Worker 7829*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7830*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7831*5e7646d2SAndroid Build Coastguard Worker} 7832*5e7646d2SAndroid Build Coastguard Worker 7833*5e7646d2SAndroid Build Coastguard Worker{ 7834*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, black-1" 7835*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/onepage-a4-black-1-720dpi.pwg 7836*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 7837*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7838*5e7646d2SAndroid Build Coastguard Worker 7839*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7840*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7841*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7842*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7843*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7844*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7845*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7846*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7847*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/onepage-a4-black-1-720dpi.pwg 7848*5e7646d2SAndroid Build Coastguard Worker 7849*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7850*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7851*5e7646d2SAndroid Build Coastguard Worker} 7852*5e7646d2SAndroid Build Coastguard Worker 7853*5e7646d2SAndroid Build Coastguard Worker{ 7854*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, black-1, deflate" 7855*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/onepage-a4-black-1-720dpi.pwg 7856*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 7857*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7858*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7859*5e7646d2SAndroid Build Coastguard Worker 7860*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7861*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7862*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7863*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7864*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7865*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7866*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7867*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7868*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7869*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7870*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/onepage-a4-black-1-720dpi.pwg 7871*5e7646d2SAndroid Build Coastguard Worker 7872*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7873*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7874*5e7646d2SAndroid Build Coastguard Worker} 7875*5e7646d2SAndroid Build Coastguard Worker 7876*5e7646d2SAndroid Build Coastguard Worker{ 7877*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, black-1, gzip" 7878*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/onepage-a4-black-1-720dpi.pwg 7879*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 7880*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 7881*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7882*5e7646d2SAndroid Build Coastguard Worker 7883*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7884*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7885*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7886*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7887*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7888*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7889*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7890*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7891*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7892*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7893*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/onepage-a4-black-1-720dpi.pwg 7894*5e7646d2SAndroid Build Coastguard Worker 7895*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7896*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7897*5e7646d2SAndroid Build Coastguard Worker} 7898*5e7646d2SAndroid Build Coastguard Worker 7899*5e7646d2SAndroid Build Coastguard Worker{ 7900*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, cmyk-8" 7901*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/onepage-a4-cmyk-8-720dpi.pwg 7902*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 7903*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7904*5e7646d2SAndroid Build Coastguard Worker 7905*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7906*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7907*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7908*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7909*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7910*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7911*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7912*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7913*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/onepage-a4-cmyk-8-720dpi.pwg 7914*5e7646d2SAndroid Build Coastguard Worker 7915*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7916*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7917*5e7646d2SAndroid Build Coastguard Worker} 7918*5e7646d2SAndroid Build Coastguard Worker 7919*5e7646d2SAndroid Build Coastguard Worker{ 7920*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, cmyk-8, deflate" 7921*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/onepage-a4-cmyk-8-720dpi.pwg 7922*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 7923*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7924*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7925*5e7646d2SAndroid Build Coastguard Worker 7926*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7927*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7928*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7929*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7930*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7931*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7932*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7933*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 7934*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7935*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 7936*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/onepage-a4-cmyk-8-720dpi.pwg 7937*5e7646d2SAndroid Build Coastguard Worker 7938*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7939*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7940*5e7646d2SAndroid Build Coastguard Worker} 7941*5e7646d2SAndroid Build Coastguard Worker 7942*5e7646d2SAndroid Build Coastguard Worker{ 7943*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, cmyk-8, gzip" 7944*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/onepage-a4-cmyk-8-720dpi.pwg 7945*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 7946*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 7947*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 7948*5e7646d2SAndroid Build Coastguard Worker 7949*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7950*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7951*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7952*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7953*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7954*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7955*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7956*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 7957*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7958*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 7959*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/onepage-a4-cmyk-8-720dpi.pwg 7960*5e7646d2SAndroid Build Coastguard Worker 7961*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7962*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7963*5e7646d2SAndroid Build Coastguard Worker} 7964*5e7646d2SAndroid Build Coastguard Worker 7965*5e7646d2SAndroid Build Coastguard Worker{ 7966*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, sgray-8" 7967*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/onepage-a4-sgray-8-720dpi.pwg 7968*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 7969*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 7970*5e7646d2SAndroid Build Coastguard Worker 7971*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7972*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7973*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7974*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7975*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7976*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7977*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7978*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 7979*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/onepage-a4-sgray-8-720dpi.pwg 7980*5e7646d2SAndroid Build Coastguard Worker 7981*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 7982*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 7983*5e7646d2SAndroid Build Coastguard Worker} 7984*5e7646d2SAndroid Build Coastguard Worker 7985*5e7646d2SAndroid Build Coastguard Worker{ 7986*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, sgray-8, deflate" 7987*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/onepage-a4-sgray-8-720dpi.pwg 7988*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 7989*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 7990*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 7991*5e7646d2SAndroid Build Coastguard Worker 7992*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 7993*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 7994*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 7995*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 7996*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 7997*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 7998*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 7999*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8000*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 8001*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8002*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/onepage-a4-sgray-8-720dpi.pwg 8003*5e7646d2SAndroid Build Coastguard Worker 8004*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8005*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8006*5e7646d2SAndroid Build Coastguard Worker} 8007*5e7646d2SAndroid Build Coastguard Worker 8008*5e7646d2SAndroid Build Coastguard Worker{ 8009*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, sgray-8, gzip" 8010*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/onepage-a4-sgray-8-720dpi.pwg 8011*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 8012*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 8013*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8014*5e7646d2SAndroid Build Coastguard Worker 8015*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8016*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8017*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8018*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8019*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8020*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8021*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8022*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8023*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 8024*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8025*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/onepage-a4-sgray-8-720dpi.pwg 8026*5e7646d2SAndroid Build Coastguard Worker 8027*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8028*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8029*5e7646d2SAndroid Build Coastguard Worker} 8030*5e7646d2SAndroid Build Coastguard Worker 8031*5e7646d2SAndroid Build Coastguard Worker{ 8032*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, srgb-8" 8033*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/onepage-a4-srgb-8-720dpi.pwg 8034*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 8035*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8036*5e7646d2SAndroid Build Coastguard Worker 8037*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8038*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8039*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8040*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8041*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8042*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8043*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8044*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 8045*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/onepage-a4-srgb-8-720dpi.pwg 8046*5e7646d2SAndroid Build Coastguard Worker 8047*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8048*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8049*5e7646d2SAndroid Build Coastguard Worker} 8050*5e7646d2SAndroid Build Coastguard Worker 8051*5e7646d2SAndroid Build Coastguard Worker{ 8052*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, srgb-8, deflate" 8053*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/onepage-a4-srgb-8-720dpi.pwg 8054*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 8055*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8056*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8057*5e7646d2SAndroid Build Coastguard Worker 8058*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8059*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8060*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8061*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8062*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8063*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8064*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8065*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8066*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 8067*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8068*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/onepage-a4-srgb-8-720dpi.pwg 8069*5e7646d2SAndroid Build Coastguard Worker 8070*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8071*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8072*5e7646d2SAndroid Build Coastguard Worker} 8073*5e7646d2SAndroid Build Coastguard Worker 8074*5e7646d2SAndroid Build Coastguard Worker{ 8075*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-a4 @ 720dpi, srgb-8, gzip" 8076*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/onepage-a4-srgb-8-720dpi.pwg 8077*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 8078*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8079*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8080*5e7646d2SAndroid Build Coastguard Worker 8081*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8082*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8083*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8084*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8085*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8086*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8087*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8088*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8089*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-a4" 8090*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8091*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/onepage-a4-srgb-8-720dpi.pwg 8092*5e7646d2SAndroid Build Coastguard Worker 8093*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8094*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8095*5e7646d2SAndroid Build Coastguard Worker} 8096*5e7646d2SAndroid Build Coastguard Worker 8097*5e7646d2SAndroid Build Coastguard Worker{ 8098*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, black-1" 8099*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/onepage-letter-black-1-150dpi.pwg 8100*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8101*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8102*5e7646d2SAndroid Build Coastguard Worker 8103*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8104*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8105*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8106*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8107*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8108*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8109*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8110*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8111*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/onepage-letter-black-1-150dpi.pwg 8112*5e7646d2SAndroid Build Coastguard Worker 8113*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8114*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8115*5e7646d2SAndroid Build Coastguard Worker} 8116*5e7646d2SAndroid Build Coastguard Worker 8117*5e7646d2SAndroid Build Coastguard Worker{ 8118*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, black-1, deflate" 8119*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/onepage-letter-black-1-150dpi.pwg 8120*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8121*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8122*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8123*5e7646d2SAndroid Build Coastguard Worker 8124*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8125*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8126*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8127*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8128*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8129*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8130*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8131*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8132*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8133*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8134*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/onepage-letter-black-1-150dpi.pwg 8135*5e7646d2SAndroid Build Coastguard Worker 8136*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8137*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8138*5e7646d2SAndroid Build Coastguard Worker} 8139*5e7646d2SAndroid Build Coastguard Worker 8140*5e7646d2SAndroid Build Coastguard Worker{ 8141*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, black-1, gzip" 8142*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/black-1/onepage-letter-black-1-150dpi.pwg 8143*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8144*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8145*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8146*5e7646d2SAndroid Build Coastguard Worker 8147*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8148*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8149*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8150*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8151*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8152*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8153*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8154*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8155*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8156*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8157*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/black-1/onepage-letter-black-1-150dpi.pwg 8158*5e7646d2SAndroid Build Coastguard Worker 8159*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8160*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8161*5e7646d2SAndroid Build Coastguard Worker} 8162*5e7646d2SAndroid Build Coastguard Worker 8163*5e7646d2SAndroid Build Coastguard Worker{ 8164*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, cmyk-8" 8165*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/onepage-letter-cmyk-8-150dpi.pwg 8166*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8167*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 8168*5e7646d2SAndroid Build Coastguard Worker 8169*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8170*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8171*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8172*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8173*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8174*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8175*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8176*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8177*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/onepage-letter-cmyk-8-150dpi.pwg 8178*5e7646d2SAndroid Build Coastguard Worker 8179*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8180*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8181*5e7646d2SAndroid Build Coastguard Worker} 8182*5e7646d2SAndroid Build Coastguard Worker 8183*5e7646d2SAndroid Build Coastguard Worker{ 8184*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, cmyk-8, deflate" 8185*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/onepage-letter-cmyk-8-150dpi.pwg 8186*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8187*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 8188*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8189*5e7646d2SAndroid Build Coastguard Worker 8190*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8191*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8192*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8193*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8194*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8195*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8196*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8197*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8198*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8199*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8200*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/onepage-letter-cmyk-8-150dpi.pwg 8201*5e7646d2SAndroid Build Coastguard Worker 8202*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8203*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8204*5e7646d2SAndroid Build Coastguard Worker} 8205*5e7646d2SAndroid Build Coastguard Worker 8206*5e7646d2SAndroid Build Coastguard Worker{ 8207*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, cmyk-8, gzip" 8208*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/cmyk-8/onepage-letter-cmyk-8-150dpi.pwg 8209*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8210*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 8211*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8212*5e7646d2SAndroid Build Coastguard Worker 8213*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8214*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8215*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8216*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8217*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8218*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8219*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8220*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8221*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8222*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8223*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/cmyk-8/onepage-letter-cmyk-8-150dpi.pwg 8224*5e7646d2SAndroid Build Coastguard Worker 8225*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8226*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8227*5e7646d2SAndroid Build Coastguard Worker} 8228*5e7646d2SAndroid Build Coastguard Worker 8229*5e7646d2SAndroid Build Coastguard Worker{ 8230*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, sgray-8" 8231*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/onepage-letter-sgray-8-150dpi.pwg 8232*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8233*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 8234*5e7646d2SAndroid Build Coastguard Worker 8235*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8236*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8237*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8238*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8239*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8240*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8241*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8242*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8243*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/onepage-letter-sgray-8-150dpi.pwg 8244*5e7646d2SAndroid Build Coastguard Worker 8245*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8246*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8247*5e7646d2SAndroid Build Coastguard Worker} 8248*5e7646d2SAndroid Build Coastguard Worker 8249*5e7646d2SAndroid Build Coastguard Worker{ 8250*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, sgray-8, deflate" 8251*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/onepage-letter-sgray-8-150dpi.pwg 8252*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8253*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 8254*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8255*5e7646d2SAndroid Build Coastguard Worker 8256*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8257*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8258*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8259*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8260*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8261*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8262*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8263*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8264*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8265*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8266*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/onepage-letter-sgray-8-150dpi.pwg 8267*5e7646d2SAndroid Build Coastguard Worker 8268*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8269*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8270*5e7646d2SAndroid Build Coastguard Worker} 8271*5e7646d2SAndroid Build Coastguard Worker 8272*5e7646d2SAndroid Build Coastguard Worker{ 8273*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, sgray-8, gzip" 8274*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/sgray-8/onepage-letter-sgray-8-150dpi.pwg 8275*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8276*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 8277*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8278*5e7646d2SAndroid Build Coastguard Worker 8279*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8280*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8281*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8282*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8283*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8284*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8285*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8286*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8287*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8288*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8289*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/sgray-8/onepage-letter-sgray-8-150dpi.pwg 8290*5e7646d2SAndroid Build Coastguard Worker 8291*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8292*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8293*5e7646d2SAndroid Build Coastguard Worker} 8294*5e7646d2SAndroid Build Coastguard Worker 8295*5e7646d2SAndroid Build Coastguard Worker{ 8296*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, srgb-8" 8297*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/onepage-letter-srgb-8-150dpi.pwg 8298*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8299*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8300*5e7646d2SAndroid Build Coastguard Worker 8301*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8302*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8303*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8304*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8305*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8306*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8307*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8308*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8309*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/onepage-letter-srgb-8-150dpi.pwg 8310*5e7646d2SAndroid Build Coastguard Worker 8311*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8312*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8313*5e7646d2SAndroid Build Coastguard Worker} 8314*5e7646d2SAndroid Build Coastguard Worker 8315*5e7646d2SAndroid Build Coastguard Worker{ 8316*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, srgb-8, deflate" 8317*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/onepage-letter-srgb-8-150dpi.pwg 8318*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8319*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8320*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8321*5e7646d2SAndroid Build Coastguard Worker 8322*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8323*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8324*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8325*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8326*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8327*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8328*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8329*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8330*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8331*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8332*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/onepage-letter-srgb-8-150dpi.pwg 8333*5e7646d2SAndroid Build Coastguard Worker 8334*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8335*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8336*5e7646d2SAndroid Build Coastguard Worker} 8337*5e7646d2SAndroid Build Coastguard Worker 8338*5e7646d2SAndroid Build Coastguard Worker{ 8339*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 150dpi, srgb-8, gzip" 8340*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-150dpi/srgb-8/onepage-letter-srgb-8-150dpi.pwg 8341*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_150DPI 8342*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8343*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8344*5e7646d2SAndroid Build Coastguard Worker 8345*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8346*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8347*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8348*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8349*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8350*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8351*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8352*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8353*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8354*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8355*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-150dpi/srgb-8/onepage-letter-srgb-8-150dpi.pwg 8356*5e7646d2SAndroid Build Coastguard Worker 8357*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8358*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8359*5e7646d2SAndroid Build Coastguard Worker} 8360*5e7646d2SAndroid Build Coastguard Worker 8361*5e7646d2SAndroid Build Coastguard Worker{ 8362*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, black-1" 8363*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/onepage-letter-black-1-180dpi.pwg 8364*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8365*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8366*5e7646d2SAndroid Build Coastguard Worker 8367*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8368*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8369*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8370*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8371*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8372*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8373*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8374*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8375*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/onepage-letter-black-1-180dpi.pwg 8376*5e7646d2SAndroid Build Coastguard Worker 8377*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8378*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8379*5e7646d2SAndroid Build Coastguard Worker} 8380*5e7646d2SAndroid Build Coastguard Worker 8381*5e7646d2SAndroid Build Coastguard Worker{ 8382*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, black-1, deflate" 8383*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/onepage-letter-black-1-180dpi.pwg 8384*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8385*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8386*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8387*5e7646d2SAndroid Build Coastguard Worker 8388*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8389*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8390*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8391*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8392*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8393*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8394*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8395*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8396*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8397*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8398*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/onepage-letter-black-1-180dpi.pwg 8399*5e7646d2SAndroid Build Coastguard Worker 8400*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8401*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8402*5e7646d2SAndroid Build Coastguard Worker} 8403*5e7646d2SAndroid Build Coastguard Worker 8404*5e7646d2SAndroid Build Coastguard Worker{ 8405*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, black-1, gzip" 8406*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/black-1/onepage-letter-black-1-180dpi.pwg 8407*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8408*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8409*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8410*5e7646d2SAndroid Build Coastguard Worker 8411*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8412*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8413*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8414*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8415*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8416*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8417*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8418*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8419*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8420*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8421*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/black-1/onepage-letter-black-1-180dpi.pwg 8422*5e7646d2SAndroid Build Coastguard Worker 8423*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8424*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8425*5e7646d2SAndroid Build Coastguard Worker} 8426*5e7646d2SAndroid Build Coastguard Worker 8427*5e7646d2SAndroid Build Coastguard Worker{ 8428*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, cmyk-8" 8429*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/onepage-letter-cmyk-8-180dpi.pwg 8430*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8431*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 8432*5e7646d2SAndroid Build Coastguard Worker 8433*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8434*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8435*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8436*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8437*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8438*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8439*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8440*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8441*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/onepage-letter-cmyk-8-180dpi.pwg 8442*5e7646d2SAndroid Build Coastguard Worker 8443*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8444*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8445*5e7646d2SAndroid Build Coastguard Worker} 8446*5e7646d2SAndroid Build Coastguard Worker 8447*5e7646d2SAndroid Build Coastguard Worker{ 8448*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, cmyk-8, deflate" 8449*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/onepage-letter-cmyk-8-180dpi.pwg 8450*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8451*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 8452*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8453*5e7646d2SAndroid Build Coastguard Worker 8454*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8455*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8456*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8457*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8458*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8459*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8460*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8461*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8462*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8463*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8464*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/onepage-letter-cmyk-8-180dpi.pwg 8465*5e7646d2SAndroid Build Coastguard Worker 8466*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8467*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8468*5e7646d2SAndroid Build Coastguard Worker} 8469*5e7646d2SAndroid Build Coastguard Worker 8470*5e7646d2SAndroid Build Coastguard Worker{ 8471*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, cmyk-8, gzip" 8472*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/cmyk-8/onepage-letter-cmyk-8-180dpi.pwg 8473*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8474*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 8475*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8476*5e7646d2SAndroid Build Coastguard Worker 8477*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8478*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8479*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8480*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8481*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8482*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8483*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8484*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8485*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8486*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8487*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/cmyk-8/onepage-letter-cmyk-8-180dpi.pwg 8488*5e7646d2SAndroid Build Coastguard Worker 8489*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8490*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8491*5e7646d2SAndroid Build Coastguard Worker} 8492*5e7646d2SAndroid Build Coastguard Worker 8493*5e7646d2SAndroid Build Coastguard Worker{ 8494*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, sgray-8" 8495*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/onepage-letter-sgray-8-180dpi.pwg 8496*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8497*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 8498*5e7646d2SAndroid Build Coastguard Worker 8499*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8500*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8501*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8502*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8503*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8504*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8505*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8506*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8507*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/onepage-letter-sgray-8-180dpi.pwg 8508*5e7646d2SAndroid Build Coastguard Worker 8509*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8510*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8511*5e7646d2SAndroid Build Coastguard Worker} 8512*5e7646d2SAndroid Build Coastguard Worker 8513*5e7646d2SAndroid Build Coastguard Worker{ 8514*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, sgray-8, deflate" 8515*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/onepage-letter-sgray-8-180dpi.pwg 8516*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8517*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 8518*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8519*5e7646d2SAndroid Build Coastguard Worker 8520*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8521*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8522*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8523*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8524*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8525*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8526*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8527*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8528*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8529*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8530*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/onepage-letter-sgray-8-180dpi.pwg 8531*5e7646d2SAndroid Build Coastguard Worker 8532*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8533*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8534*5e7646d2SAndroid Build Coastguard Worker} 8535*5e7646d2SAndroid Build Coastguard Worker 8536*5e7646d2SAndroid Build Coastguard Worker{ 8537*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, sgray-8, gzip" 8538*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/sgray-8/onepage-letter-sgray-8-180dpi.pwg 8539*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8540*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 8541*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8542*5e7646d2SAndroid Build Coastguard Worker 8543*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8544*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8545*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8546*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8547*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8548*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8549*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8550*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8551*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8552*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8553*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/sgray-8/onepage-letter-sgray-8-180dpi.pwg 8554*5e7646d2SAndroid Build Coastguard Worker 8555*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8556*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8557*5e7646d2SAndroid Build Coastguard Worker} 8558*5e7646d2SAndroid Build Coastguard Worker 8559*5e7646d2SAndroid Build Coastguard Worker{ 8560*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, srgb-8" 8561*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/onepage-letter-srgb-8-180dpi.pwg 8562*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8563*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8564*5e7646d2SAndroid Build Coastguard Worker 8565*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8566*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8567*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8568*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8569*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8570*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8571*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8572*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8573*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/onepage-letter-srgb-8-180dpi.pwg 8574*5e7646d2SAndroid Build Coastguard Worker 8575*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8576*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8577*5e7646d2SAndroid Build Coastguard Worker} 8578*5e7646d2SAndroid Build Coastguard Worker 8579*5e7646d2SAndroid Build Coastguard Worker{ 8580*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, srgb-8, deflate" 8581*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/onepage-letter-srgb-8-180dpi.pwg 8582*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8583*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8584*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8585*5e7646d2SAndroid Build Coastguard Worker 8586*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8587*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8588*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8589*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8590*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8591*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8592*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8593*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8594*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8595*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8596*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/onepage-letter-srgb-8-180dpi.pwg 8597*5e7646d2SAndroid Build Coastguard Worker 8598*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8599*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8600*5e7646d2SAndroid Build Coastguard Worker} 8601*5e7646d2SAndroid Build Coastguard Worker 8602*5e7646d2SAndroid Build Coastguard Worker{ 8603*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 180dpi, srgb-8, gzip" 8604*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-180dpi/srgb-8/onepage-letter-srgb-8-180dpi.pwg 8605*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_180DPI 8606*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8607*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8608*5e7646d2SAndroid Build Coastguard Worker 8609*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8610*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8611*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8612*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8613*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8614*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8615*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8616*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8617*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8618*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8619*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-180dpi/srgb-8/onepage-letter-srgb-8-180dpi.pwg 8620*5e7646d2SAndroid Build Coastguard Worker 8621*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8622*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8623*5e7646d2SAndroid Build Coastguard Worker} 8624*5e7646d2SAndroid Build Coastguard Worker 8625*5e7646d2SAndroid Build Coastguard Worker{ 8626*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, black-1" 8627*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/onepage-letter-black-1-300dpi.pwg 8628*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8629*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8630*5e7646d2SAndroid Build Coastguard Worker 8631*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8632*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8633*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8634*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8635*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8636*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8637*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8638*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8639*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/onepage-letter-black-1-300dpi.pwg 8640*5e7646d2SAndroid Build Coastguard Worker 8641*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8642*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8643*5e7646d2SAndroid Build Coastguard Worker} 8644*5e7646d2SAndroid Build Coastguard Worker 8645*5e7646d2SAndroid Build Coastguard Worker{ 8646*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, black-1, deflate" 8647*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/onepage-letter-black-1-300dpi.pwg 8648*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8649*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8650*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8651*5e7646d2SAndroid Build Coastguard Worker 8652*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8653*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8654*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8655*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8656*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8657*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8658*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8659*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8660*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8661*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8662*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/onepage-letter-black-1-300dpi.pwg 8663*5e7646d2SAndroid Build Coastguard Worker 8664*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8665*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8666*5e7646d2SAndroid Build Coastguard Worker} 8667*5e7646d2SAndroid Build Coastguard Worker 8668*5e7646d2SAndroid Build Coastguard Worker{ 8669*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, black-1, gzip" 8670*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/black-1/onepage-letter-black-1-300dpi.pwg 8671*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8672*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8673*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8674*5e7646d2SAndroid Build Coastguard Worker 8675*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8676*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8677*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8678*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8679*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8680*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8681*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8682*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8683*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8684*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8685*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/black-1/onepage-letter-black-1-300dpi.pwg 8686*5e7646d2SAndroid Build Coastguard Worker 8687*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8688*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8689*5e7646d2SAndroid Build Coastguard Worker} 8690*5e7646d2SAndroid Build Coastguard Worker 8691*5e7646d2SAndroid Build Coastguard Worker{ 8692*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, cmyk-8" 8693*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/onepage-letter-cmyk-8-300dpi.pwg 8694*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8695*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 8696*5e7646d2SAndroid Build Coastguard Worker 8697*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8698*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8699*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8700*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8701*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8702*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8703*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8704*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8705*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/onepage-letter-cmyk-8-300dpi.pwg 8706*5e7646d2SAndroid Build Coastguard Worker 8707*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8708*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8709*5e7646d2SAndroid Build Coastguard Worker} 8710*5e7646d2SAndroid Build Coastguard Worker 8711*5e7646d2SAndroid Build Coastguard Worker{ 8712*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, cmyk-8, deflate" 8713*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/onepage-letter-cmyk-8-300dpi.pwg 8714*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8715*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 8716*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8717*5e7646d2SAndroid Build Coastguard Worker 8718*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8719*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8720*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8721*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8722*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8723*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8724*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8725*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8726*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8727*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8728*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/onepage-letter-cmyk-8-300dpi.pwg 8729*5e7646d2SAndroid Build Coastguard Worker 8730*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8731*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8732*5e7646d2SAndroid Build Coastguard Worker} 8733*5e7646d2SAndroid Build Coastguard Worker 8734*5e7646d2SAndroid Build Coastguard Worker{ 8735*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, cmyk-8, gzip" 8736*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/cmyk-8/onepage-letter-cmyk-8-300dpi.pwg 8737*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8738*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 8739*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8740*5e7646d2SAndroid Build Coastguard Worker 8741*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8742*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8743*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8744*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8745*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8746*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8747*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8748*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8749*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8750*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8751*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/cmyk-8/onepage-letter-cmyk-8-300dpi.pwg 8752*5e7646d2SAndroid Build Coastguard Worker 8753*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8754*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8755*5e7646d2SAndroid Build Coastguard Worker} 8756*5e7646d2SAndroid Build Coastguard Worker 8757*5e7646d2SAndroid Build Coastguard Worker{ 8758*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, sgray-8" 8759*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/onepage-letter-sgray-8-300dpi.pwg 8760*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8761*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 8762*5e7646d2SAndroid Build Coastguard Worker 8763*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8764*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8765*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8766*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8767*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8768*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8769*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8770*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8771*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/onepage-letter-sgray-8-300dpi.pwg 8772*5e7646d2SAndroid Build Coastguard Worker 8773*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8774*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8775*5e7646d2SAndroid Build Coastguard Worker} 8776*5e7646d2SAndroid Build Coastguard Worker 8777*5e7646d2SAndroid Build Coastguard Worker{ 8778*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, sgray-8, deflate" 8779*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/onepage-letter-sgray-8-300dpi.pwg 8780*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8781*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 8782*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8783*5e7646d2SAndroid Build Coastguard Worker 8784*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8785*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8786*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8787*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8788*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8789*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8790*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8791*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8792*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8793*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8794*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/onepage-letter-sgray-8-300dpi.pwg 8795*5e7646d2SAndroid Build Coastguard Worker 8796*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8797*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8798*5e7646d2SAndroid Build Coastguard Worker} 8799*5e7646d2SAndroid Build Coastguard Worker 8800*5e7646d2SAndroid Build Coastguard Worker{ 8801*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, sgray-8, gzip" 8802*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/sgray-8/onepage-letter-sgray-8-300dpi.pwg 8803*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8804*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 8805*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8806*5e7646d2SAndroid Build Coastguard Worker 8807*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8808*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8809*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8810*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8811*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8812*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8813*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8814*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8815*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8816*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8817*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/sgray-8/onepage-letter-sgray-8-300dpi.pwg 8818*5e7646d2SAndroid Build Coastguard Worker 8819*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8820*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8821*5e7646d2SAndroid Build Coastguard Worker} 8822*5e7646d2SAndroid Build Coastguard Worker 8823*5e7646d2SAndroid Build Coastguard Worker{ 8824*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, srgb-8" 8825*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/onepage-letter-srgb-8-300dpi.pwg 8826*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8827*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8828*5e7646d2SAndroid Build Coastguard Worker 8829*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8830*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8831*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8832*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8833*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8834*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8835*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8836*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8837*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/onepage-letter-srgb-8-300dpi.pwg 8838*5e7646d2SAndroid Build Coastguard Worker 8839*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8840*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8841*5e7646d2SAndroid Build Coastguard Worker} 8842*5e7646d2SAndroid Build Coastguard Worker 8843*5e7646d2SAndroid Build Coastguard Worker{ 8844*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, srgb-8, deflate" 8845*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/onepage-letter-srgb-8-300dpi.pwg 8846*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8847*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8848*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8849*5e7646d2SAndroid Build Coastguard Worker 8850*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8851*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8852*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8853*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8854*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8855*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8856*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8857*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8858*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8859*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8860*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/onepage-letter-srgb-8-300dpi.pwg 8861*5e7646d2SAndroid Build Coastguard Worker 8862*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8863*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8864*5e7646d2SAndroid Build Coastguard Worker} 8865*5e7646d2SAndroid Build Coastguard Worker 8866*5e7646d2SAndroid Build Coastguard Worker{ 8867*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 300dpi, srgb-8, gzip" 8868*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-300dpi/srgb-8/onepage-letter-srgb-8-300dpi.pwg 8869*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_300DPI 8870*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 8871*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8872*5e7646d2SAndroid Build Coastguard Worker 8873*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8874*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8875*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8876*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8877*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8878*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8879*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8880*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8881*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8882*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8883*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-300dpi/srgb-8/onepage-letter-srgb-8-300dpi.pwg 8884*5e7646d2SAndroid Build Coastguard Worker 8885*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8886*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8887*5e7646d2SAndroid Build Coastguard Worker} 8888*5e7646d2SAndroid Build Coastguard Worker 8889*5e7646d2SAndroid Build Coastguard Worker{ 8890*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, black-1" 8891*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/onepage-letter-black-1-360dpi.pwg 8892*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 8893*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8894*5e7646d2SAndroid Build Coastguard Worker 8895*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8896*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8897*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8898*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8899*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8900*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8901*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8902*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8903*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/onepage-letter-black-1-360dpi.pwg 8904*5e7646d2SAndroid Build Coastguard Worker 8905*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8906*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8907*5e7646d2SAndroid Build Coastguard Worker} 8908*5e7646d2SAndroid Build Coastguard Worker 8909*5e7646d2SAndroid Build Coastguard Worker{ 8910*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, black-1, deflate" 8911*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/onepage-letter-black-1-360dpi.pwg 8912*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 8913*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8914*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8915*5e7646d2SAndroid Build Coastguard Worker 8916*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8917*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8918*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8919*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8920*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8921*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8922*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8923*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8924*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8925*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8926*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/onepage-letter-black-1-360dpi.pwg 8927*5e7646d2SAndroid Build Coastguard Worker 8928*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8929*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8930*5e7646d2SAndroid Build Coastguard Worker} 8931*5e7646d2SAndroid Build Coastguard Worker 8932*5e7646d2SAndroid Build Coastguard Worker{ 8933*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, black-1, gzip" 8934*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/black-1/onepage-letter-black-1-360dpi.pwg 8935*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 8936*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 8937*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 8938*5e7646d2SAndroid Build Coastguard Worker 8939*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8940*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8941*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8942*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8943*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8944*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8945*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8946*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 8947*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8948*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 8949*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/black-1/onepage-letter-black-1-360dpi.pwg 8950*5e7646d2SAndroid Build Coastguard Worker 8951*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8952*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8953*5e7646d2SAndroid Build Coastguard Worker} 8954*5e7646d2SAndroid Build Coastguard Worker 8955*5e7646d2SAndroid Build Coastguard Worker{ 8956*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, cmyk-8" 8957*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/onepage-letter-cmyk-8-360dpi.pwg 8958*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 8959*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 8960*5e7646d2SAndroid Build Coastguard Worker 8961*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8962*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8963*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8964*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8965*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8966*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8967*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8968*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8969*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/onepage-letter-cmyk-8-360dpi.pwg 8970*5e7646d2SAndroid Build Coastguard Worker 8971*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8972*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8973*5e7646d2SAndroid Build Coastguard Worker} 8974*5e7646d2SAndroid Build Coastguard Worker 8975*5e7646d2SAndroid Build Coastguard Worker{ 8976*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, cmyk-8, deflate" 8977*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/onepage-letter-cmyk-8-360dpi.pwg 8978*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 8979*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 8980*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 8981*5e7646d2SAndroid Build Coastguard Worker 8982*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 8983*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 8984*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 8985*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 8986*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 8987*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 8988*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 8989*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 8990*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 8991*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 8992*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/onepage-letter-cmyk-8-360dpi.pwg 8993*5e7646d2SAndroid Build Coastguard Worker 8994*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 8995*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 8996*5e7646d2SAndroid Build Coastguard Worker} 8997*5e7646d2SAndroid Build Coastguard Worker 8998*5e7646d2SAndroid Build Coastguard Worker{ 8999*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, cmyk-8, gzip" 9000*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/cmyk-8/onepage-letter-cmyk-8-360dpi.pwg 9001*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 9002*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 9003*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 9004*5e7646d2SAndroid Build Coastguard Worker 9005*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9006*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9007*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9008*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9009*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9010*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9011*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9012*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 9013*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9014*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 9015*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/cmyk-8/onepage-letter-cmyk-8-360dpi.pwg 9016*5e7646d2SAndroid Build Coastguard Worker 9017*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9018*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9019*5e7646d2SAndroid Build Coastguard Worker} 9020*5e7646d2SAndroid Build Coastguard Worker 9021*5e7646d2SAndroid Build Coastguard Worker{ 9022*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, sgray-8" 9023*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/onepage-letter-sgray-8-360dpi.pwg 9024*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 9025*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 9026*5e7646d2SAndroid Build Coastguard Worker 9027*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9028*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9029*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9030*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9031*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9032*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9033*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9034*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9035*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/onepage-letter-sgray-8-360dpi.pwg 9036*5e7646d2SAndroid Build Coastguard Worker 9037*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9038*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9039*5e7646d2SAndroid Build Coastguard Worker} 9040*5e7646d2SAndroid Build Coastguard Worker 9041*5e7646d2SAndroid Build Coastguard Worker{ 9042*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, sgray-8, deflate" 9043*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/onepage-letter-sgray-8-360dpi.pwg 9044*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 9045*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 9046*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 9047*5e7646d2SAndroid Build Coastguard Worker 9048*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9049*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9050*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9051*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9052*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9053*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9054*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9055*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 9056*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9057*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 9058*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/onepage-letter-sgray-8-360dpi.pwg 9059*5e7646d2SAndroid Build Coastguard Worker 9060*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9061*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9062*5e7646d2SAndroid Build Coastguard Worker} 9063*5e7646d2SAndroid Build Coastguard Worker 9064*5e7646d2SAndroid Build Coastguard Worker{ 9065*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, sgray-8, gzip" 9066*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/sgray-8/onepage-letter-sgray-8-360dpi.pwg 9067*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 9068*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 9069*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 9070*5e7646d2SAndroid Build Coastguard Worker 9071*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9072*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9073*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9074*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9075*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9076*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9077*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9078*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 9079*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9080*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 9081*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/sgray-8/onepage-letter-sgray-8-360dpi.pwg 9082*5e7646d2SAndroid Build Coastguard Worker 9083*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9084*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9085*5e7646d2SAndroid Build Coastguard Worker} 9086*5e7646d2SAndroid Build Coastguard Worker 9087*5e7646d2SAndroid Build Coastguard Worker{ 9088*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, srgb-8" 9089*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/onepage-letter-srgb-8-360dpi.pwg 9090*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 9091*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 9092*5e7646d2SAndroid Build Coastguard Worker 9093*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9094*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9095*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9096*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9097*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9098*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9099*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9100*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9101*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/onepage-letter-srgb-8-360dpi.pwg 9102*5e7646d2SAndroid Build Coastguard Worker 9103*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9104*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9105*5e7646d2SAndroid Build Coastguard Worker} 9106*5e7646d2SAndroid Build Coastguard Worker 9107*5e7646d2SAndroid Build Coastguard Worker{ 9108*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, srgb-8, deflate" 9109*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/onepage-letter-srgb-8-360dpi.pwg 9110*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 9111*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 9112*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 9113*5e7646d2SAndroid Build Coastguard Worker 9114*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9115*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9116*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9117*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9118*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9119*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9120*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9121*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 9122*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9123*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 9124*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/onepage-letter-srgb-8-360dpi.pwg 9125*5e7646d2SAndroid Build Coastguard Worker 9126*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9127*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9128*5e7646d2SAndroid Build Coastguard Worker} 9129*5e7646d2SAndroid Build Coastguard Worker 9130*5e7646d2SAndroid Build Coastguard Worker{ 9131*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 360dpi, srgb-8, gzip" 9132*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-360dpi/srgb-8/onepage-letter-srgb-8-360dpi.pwg 9133*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_360DPI 9134*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 9135*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 9136*5e7646d2SAndroid Build Coastguard Worker 9137*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9138*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9139*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9140*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9141*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9142*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9143*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9144*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 9145*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9146*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 9147*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-360dpi/srgb-8/onepage-letter-srgb-8-360dpi.pwg 9148*5e7646d2SAndroid Build Coastguard Worker 9149*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9150*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9151*5e7646d2SAndroid Build Coastguard Worker} 9152*5e7646d2SAndroid Build Coastguard Worker 9153*5e7646d2SAndroid Build Coastguard Worker{ 9154*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, black-1" 9155*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/onepage-letter-black-1-600dpi.pwg 9156*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9157*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 9158*5e7646d2SAndroid Build Coastguard Worker 9159*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9160*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9161*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9162*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9163*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9164*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9165*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9166*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9167*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/onepage-letter-black-1-600dpi.pwg 9168*5e7646d2SAndroid Build Coastguard Worker 9169*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9170*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9171*5e7646d2SAndroid Build Coastguard Worker} 9172*5e7646d2SAndroid Build Coastguard Worker 9173*5e7646d2SAndroid Build Coastguard Worker{ 9174*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, black-1, deflate" 9175*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/onepage-letter-black-1-600dpi.pwg 9176*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9177*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 9178*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 9179*5e7646d2SAndroid Build Coastguard Worker 9180*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9181*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9182*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9183*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9184*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9185*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9186*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9187*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 9188*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9189*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 9190*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/onepage-letter-black-1-600dpi.pwg 9191*5e7646d2SAndroid Build Coastguard Worker 9192*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9193*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9194*5e7646d2SAndroid Build Coastguard Worker} 9195*5e7646d2SAndroid Build Coastguard Worker 9196*5e7646d2SAndroid Build Coastguard Worker{ 9197*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, black-1, gzip" 9198*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/black-1/onepage-letter-black-1-600dpi.pwg 9199*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9200*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 9201*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 9202*5e7646d2SAndroid Build Coastguard Worker 9203*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9204*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9205*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9206*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9207*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9208*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9209*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9210*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 9211*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9212*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 9213*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/black-1/onepage-letter-black-1-600dpi.pwg 9214*5e7646d2SAndroid Build Coastguard Worker 9215*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9216*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9217*5e7646d2SAndroid Build Coastguard Worker} 9218*5e7646d2SAndroid Build Coastguard Worker 9219*5e7646d2SAndroid Build Coastguard Worker{ 9220*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, cmyk-8" 9221*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/onepage-letter-cmyk-8-600dpi.pwg 9222*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9223*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 9224*5e7646d2SAndroid Build Coastguard Worker 9225*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9226*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9227*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9228*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9229*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9230*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9231*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9232*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9233*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/onepage-letter-cmyk-8-600dpi.pwg 9234*5e7646d2SAndroid Build Coastguard Worker 9235*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9236*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9237*5e7646d2SAndroid Build Coastguard Worker} 9238*5e7646d2SAndroid Build Coastguard Worker 9239*5e7646d2SAndroid Build Coastguard Worker{ 9240*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, cmyk-8, deflate" 9241*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/onepage-letter-cmyk-8-600dpi.pwg 9242*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9243*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 9244*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 9245*5e7646d2SAndroid Build Coastguard Worker 9246*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9247*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9248*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9249*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9250*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9251*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9252*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9253*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 9254*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9255*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 9256*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/onepage-letter-cmyk-8-600dpi.pwg 9257*5e7646d2SAndroid Build Coastguard Worker 9258*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9259*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9260*5e7646d2SAndroid Build Coastguard Worker} 9261*5e7646d2SAndroid Build Coastguard Worker 9262*5e7646d2SAndroid Build Coastguard Worker{ 9263*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, cmyk-8, gzip" 9264*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/cmyk-8/onepage-letter-cmyk-8-600dpi.pwg 9265*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9266*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 9267*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 9268*5e7646d2SAndroid Build Coastguard Worker 9269*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9270*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9271*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9272*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9273*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9274*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9275*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9276*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 9277*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9278*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 9279*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/cmyk-8/onepage-letter-cmyk-8-600dpi.pwg 9280*5e7646d2SAndroid Build Coastguard Worker 9281*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9282*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9283*5e7646d2SAndroid Build Coastguard Worker} 9284*5e7646d2SAndroid Build Coastguard Worker 9285*5e7646d2SAndroid Build Coastguard Worker{ 9286*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, sgray-8" 9287*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/onepage-letter-sgray-8-600dpi.pwg 9288*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9289*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 9290*5e7646d2SAndroid Build Coastguard Worker 9291*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9292*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9293*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9294*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9295*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9296*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9297*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9298*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9299*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/onepage-letter-sgray-8-600dpi.pwg 9300*5e7646d2SAndroid Build Coastguard Worker 9301*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9302*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9303*5e7646d2SAndroid Build Coastguard Worker} 9304*5e7646d2SAndroid Build Coastguard Worker 9305*5e7646d2SAndroid Build Coastguard Worker{ 9306*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, sgray-8, deflate" 9307*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/onepage-letter-sgray-8-600dpi.pwg 9308*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9309*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 9310*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 9311*5e7646d2SAndroid Build Coastguard Worker 9312*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9313*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9314*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9315*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9316*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9317*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9318*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9319*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 9320*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9321*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 9322*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/onepage-letter-sgray-8-600dpi.pwg 9323*5e7646d2SAndroid Build Coastguard Worker 9324*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9325*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9326*5e7646d2SAndroid Build Coastguard Worker} 9327*5e7646d2SAndroid Build Coastguard Worker 9328*5e7646d2SAndroid Build Coastguard Worker{ 9329*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, sgray-8, gzip" 9330*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/sgray-8/onepage-letter-sgray-8-600dpi.pwg 9331*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9332*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 9333*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 9334*5e7646d2SAndroid Build Coastguard Worker 9335*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9336*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9337*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9338*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9339*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9340*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9341*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9342*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 9343*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9344*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 9345*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/sgray-8/onepage-letter-sgray-8-600dpi.pwg 9346*5e7646d2SAndroid Build Coastguard Worker 9347*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9348*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9349*5e7646d2SAndroid Build Coastguard Worker} 9350*5e7646d2SAndroid Build Coastguard Worker 9351*5e7646d2SAndroid Build Coastguard Worker{ 9352*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, srgb-8" 9353*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/onepage-letter-srgb-8-600dpi.pwg 9354*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9355*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 9356*5e7646d2SAndroid Build Coastguard Worker 9357*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9358*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9359*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9360*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9361*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9362*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9363*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9364*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9365*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/onepage-letter-srgb-8-600dpi.pwg 9366*5e7646d2SAndroid Build Coastguard Worker 9367*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9368*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9369*5e7646d2SAndroid Build Coastguard Worker} 9370*5e7646d2SAndroid Build Coastguard Worker 9371*5e7646d2SAndroid Build Coastguard Worker{ 9372*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, srgb-8, deflate" 9373*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/onepage-letter-srgb-8-600dpi.pwg 9374*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9375*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 9376*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 9377*5e7646d2SAndroid Build Coastguard Worker 9378*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9379*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9380*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9381*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9382*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9383*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9384*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9385*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 9386*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9387*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 9388*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/onepage-letter-srgb-8-600dpi.pwg 9389*5e7646d2SAndroid Build Coastguard Worker 9390*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9391*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9392*5e7646d2SAndroid Build Coastguard Worker} 9393*5e7646d2SAndroid Build Coastguard Worker 9394*5e7646d2SAndroid Build Coastguard Worker{ 9395*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 600dpi, srgb-8, gzip" 9396*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-600dpi/srgb-8/onepage-letter-srgb-8-600dpi.pwg 9397*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_600DPI 9398*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 9399*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 9400*5e7646d2SAndroid Build Coastguard Worker 9401*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9402*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9403*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9404*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9405*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9406*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9407*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9408*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 9409*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9410*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 9411*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-600dpi/srgb-8/onepage-letter-srgb-8-600dpi.pwg 9412*5e7646d2SAndroid Build Coastguard Worker 9413*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9414*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9415*5e7646d2SAndroid Build Coastguard Worker} 9416*5e7646d2SAndroid Build Coastguard Worker 9417*5e7646d2SAndroid Build Coastguard Worker{ 9418*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, black-1" 9419*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/onepage-letter-black-1-720dpi.pwg 9420*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9421*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 9422*5e7646d2SAndroid Build Coastguard Worker 9423*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9424*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9425*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9426*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9427*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9428*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9429*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9430*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9431*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/onepage-letter-black-1-720dpi.pwg 9432*5e7646d2SAndroid Build Coastguard Worker 9433*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9434*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9435*5e7646d2SAndroid Build Coastguard Worker} 9436*5e7646d2SAndroid Build Coastguard Worker 9437*5e7646d2SAndroid Build Coastguard Worker{ 9438*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, black-1, deflate" 9439*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/onepage-letter-black-1-720dpi.pwg 9440*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9441*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 9442*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 9443*5e7646d2SAndroid Build Coastguard Worker 9444*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9445*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9446*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9447*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9448*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9449*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9450*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9451*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 9452*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9453*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 9454*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/onepage-letter-black-1-720dpi.pwg 9455*5e7646d2SAndroid Build Coastguard Worker 9456*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9457*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9458*5e7646d2SAndroid Build Coastguard Worker} 9459*5e7646d2SAndroid Build Coastguard Worker 9460*5e7646d2SAndroid Build Coastguard Worker{ 9461*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, black-1, gzip" 9462*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/black-1/onepage-letter-black-1-720dpi.pwg 9463*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9464*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_BLACK_1 9465*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 9466*5e7646d2SAndroid Build Coastguard Worker 9467*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9468*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9469*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9470*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9471*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9472*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9473*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9474*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 9475*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9476*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 9477*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/black-1/onepage-letter-black-1-720dpi.pwg 9478*5e7646d2SAndroid Build Coastguard Worker 9479*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9480*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9481*5e7646d2SAndroid Build Coastguard Worker} 9482*5e7646d2SAndroid Build Coastguard Worker 9483*5e7646d2SAndroid Build Coastguard Worker{ 9484*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, cmyk-8" 9485*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/onepage-letter-cmyk-8-720dpi.pwg 9486*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9487*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 9488*5e7646d2SAndroid Build Coastguard Worker 9489*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9490*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9491*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9492*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9493*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9494*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9495*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9496*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9497*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/onepage-letter-cmyk-8-720dpi.pwg 9498*5e7646d2SAndroid Build Coastguard Worker 9499*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9500*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9501*5e7646d2SAndroid Build Coastguard Worker} 9502*5e7646d2SAndroid Build Coastguard Worker 9503*5e7646d2SAndroid Build Coastguard Worker{ 9504*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, cmyk-8, deflate" 9505*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/onepage-letter-cmyk-8-720dpi.pwg 9506*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9507*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 9508*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 9509*5e7646d2SAndroid Build Coastguard Worker 9510*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9511*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9512*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9513*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9514*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9515*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9516*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9517*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 9518*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9519*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 9520*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/onepage-letter-cmyk-8-720dpi.pwg 9521*5e7646d2SAndroid Build Coastguard Worker 9522*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9523*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9524*5e7646d2SAndroid Build Coastguard Worker} 9525*5e7646d2SAndroid Build Coastguard Worker 9526*5e7646d2SAndroid Build Coastguard Worker{ 9527*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, cmyk-8, gzip" 9528*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/cmyk-8/onepage-letter-cmyk-8-720dpi.pwg 9529*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9530*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_CMYK_8 9531*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 9532*5e7646d2SAndroid Build Coastguard Worker 9533*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9534*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9535*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9536*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9537*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9538*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9539*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9540*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 9541*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9542*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 9543*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/cmyk-8/onepage-letter-cmyk-8-720dpi.pwg 9544*5e7646d2SAndroid Build Coastguard Worker 9545*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9546*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9547*5e7646d2SAndroid Build Coastguard Worker} 9548*5e7646d2SAndroid Build Coastguard Worker 9549*5e7646d2SAndroid Build Coastguard Worker{ 9550*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, sgray-8" 9551*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/onepage-letter-sgray-8-720dpi.pwg 9552*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9553*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 9554*5e7646d2SAndroid Build Coastguard Worker 9555*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9556*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9557*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9558*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9559*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9560*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9561*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9562*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9563*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/onepage-letter-sgray-8-720dpi.pwg 9564*5e7646d2SAndroid Build Coastguard Worker 9565*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9566*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9567*5e7646d2SAndroid Build Coastguard Worker} 9568*5e7646d2SAndroid Build Coastguard Worker 9569*5e7646d2SAndroid Build Coastguard Worker{ 9570*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, sgray-8, deflate" 9571*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/onepage-letter-sgray-8-720dpi.pwg 9572*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9573*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 9574*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 9575*5e7646d2SAndroid Build Coastguard Worker 9576*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9577*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9578*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9579*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9580*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9581*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9582*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9583*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 9584*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9585*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 9586*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/onepage-letter-sgray-8-720dpi.pwg 9587*5e7646d2SAndroid Build Coastguard Worker 9588*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9589*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9590*5e7646d2SAndroid Build Coastguard Worker} 9591*5e7646d2SAndroid Build Coastguard Worker 9592*5e7646d2SAndroid Build Coastguard Worker{ 9593*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, sgray-8, gzip" 9594*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/sgray-8/onepage-letter-sgray-8-720dpi.pwg 9595*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9596*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SGRAY_8 9597*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 9598*5e7646d2SAndroid Build Coastguard Worker 9599*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9600*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9601*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9602*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9603*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9604*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9605*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9606*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 9607*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9608*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 9609*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/sgray-8/onepage-letter-sgray-8-720dpi.pwg 9610*5e7646d2SAndroid Build Coastguard Worker 9611*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9612*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9613*5e7646d2SAndroid Build Coastguard Worker} 9614*5e7646d2SAndroid Build Coastguard Worker 9615*5e7646d2SAndroid Build Coastguard Worker{ 9616*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, srgb-8" 9617*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/onepage-letter-srgb-8-720dpi.pwg 9618*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9619*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 9620*5e7646d2SAndroid Build Coastguard Worker 9621*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9622*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9623*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9624*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9625*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9626*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9627*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9628*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9629*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/onepage-letter-srgb-8-720dpi.pwg 9630*5e7646d2SAndroid Build Coastguard Worker 9631*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9632*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9633*5e7646d2SAndroid Build Coastguard Worker} 9634*5e7646d2SAndroid Build Coastguard Worker 9635*5e7646d2SAndroid Build Coastguard Worker{ 9636*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, srgb-8, deflate" 9637*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/onepage-letter-srgb-8-720dpi.pwg 9638*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9639*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 9640*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_DEFLATE 9641*5e7646d2SAndroid Build Coastguard Worker 9642*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9643*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9644*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9645*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9646*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9647*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9648*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9649*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression deflate 9650*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9651*5e7646d2SAndroid Build Coastguard Worker COMPRESSION deflate 9652*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/onepage-letter-srgb-8-720dpi.pwg 9653*5e7646d2SAndroid Build Coastguard Worker 9654*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9655*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9656*5e7646d2SAndroid Build Coastguard Worker} 9657*5e7646d2SAndroid Build Coastguard Worker 9658*5e7646d2SAndroid Build Coastguard Worker{ 9659*5e7646d2SAndroid Build Coastguard Worker NAME "Print onepage-letter @ 720dpi, srgb-8, gzip" 9660*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-MISSING pwg-raster-samples-720dpi/srgb-8/onepage-letter-srgb-8-720dpi.pwg 9661*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_720DPI 9662*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_SRGB_8 9663*5e7646d2SAndroid Build Coastguard Worker SKIP-IF-NOT-DEFINED HAVE_GZIP 9664*5e7646d2SAndroid Build Coastguard Worker 9665*5e7646d2SAndroid Build Coastguard Worker OPERATION Print-Job 9666*5e7646d2SAndroid Build Coastguard Worker GROUP operation-attributes-tag 9667*5e7646d2SAndroid Build Coastguard Worker ATTR charset attributes-charset utf-8 9668*5e7646d2SAndroid Build Coastguard Worker ATTR naturalLanguage attributes-natural-language en 9669*5e7646d2SAndroid Build Coastguard Worker ATTR uri printer-uri $uri 9670*5e7646d2SAndroid Build Coastguard Worker ATTR name requesting-user-name $user 9671*5e7646d2SAndroid Build Coastguard Worker ATTR mimeMediaType document-format image/pwg-raster 9672*5e7646d2SAndroid Build Coastguard Worker ATTR keyword compression gzip 9673*5e7646d2SAndroid Build Coastguard Worker ATTR name job-name "onepage-letter" 9674*5e7646d2SAndroid Build Coastguard Worker COMPRESSION gzip 9675*5e7646d2SAndroid Build Coastguard Worker FILE pwg-raster-samples-720dpi/srgb-8/onepage-letter-srgb-8-720dpi.pwg 9676*5e7646d2SAndroid Build Coastguard Worker 9677*5e7646d2SAndroid Build Coastguard Worker STATUS successful-ok 9678*5e7646d2SAndroid Build Coastguard Worker STATUS server-error-busy REPEAT-MATCH 9679*5e7646d2SAndroid Build Coastguard Worker} 9680*5e7646d2SAndroid Build Coastguard Worker 9681*5e7646d2SAndroid Build Coastguard Worker 9682*5e7646d2SAndroid Build Coastguard Worker# 9683*5e7646d2SAndroid Build Coastguard Worker# End of "$Id$". 9684*5e7646d2SAndroid Build Coastguard Worker# 9685