Searched refs:isAttributeValueSupported (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/test/javax/print/attribute/
H A DSidesPageRangesTest.java89 System.out.println("is "+pr[x]+" value supported? "+defService.isAttributeValueSupported(pr[x], flavors[y], null));
91 if (!defService.isAttributeValueSupported(pr[x], flavors[y], null)) {
97 System.out.println("is "+vals+" value supported? "+defService.isAttributeValueSupported((javax.print.attribute.Attribute)vals, flavors[y], null));
98 if (!defService.isAttributeValueSupported((javax.print.attribute.Attribute)vals, flavors[y], null)) {
114 System.out.println("is "+s[x]+" value supported? "+defService.isAttributeValueSupported(s[x], flavors[y], null));
115 if (!defService.isAttributeValueSupported(s[x], flavors[y], null)) {
H A DCollateAttr.java44 services[i].isAttributeValueSupported(SheetCollate.COLLATED,
H A DAttributeTest.java54 if (!service[x].isAttributeValueSupported(attr[z], flavors[y], null)) {
56 " and isAttributeValueSupported, for the attribute: " + attr[z] +
H A DPSCopiesFlavorTest.java46 boolean suppVal = ps[0].isAttributeValueSupported(c, flavor, null);
H A DServiceDialogTest.java81 //System.out.println("is REVERSE PORTRAIT supported ? "+services[0].isAttributeValueSupported(OrientationRequested.REVERSE_PORTRAIT, flavor, null));
209 public boolean isAttributeValueSupported(Attribute attrval, DocFlavor flavor, AttributeSet attributes) { method in class:TestPrintService
275 if (!isAttributeValueSupported(attribute, docflavor, attributeset)) {
/openjdk7/jdk/test/java/awt/print/PageFormat/
H A DPageFormatFromAttributes.java62 if (!service.isAttributeValueSupported(media, null, aset) ||
63 !service.isAttributeValueSupported(orient, null, aset)) {
/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintService.java399 public boolean isAttributeValueSupported(Attribute attrval, method in interface:PrintService
/openjdk7/jdk/test/javax/print/applet/applet1/
H A DApplet1PrintService.java90 public boolean isAttributeValueSupported(Attribute attr, method in class:Applet1PrintService
/openjdk7/jdk/test/javax/print/applet/applet2/
H A DApplet2PrintService.java90 public boolean isAttributeValueSupported(Attribute attr, method in class:Applet2PrintService
/openjdk7/jdk/test/javax/print/applet/applet3/
H A DApplet3PrintService.java90 public boolean isAttributeValueSupported(Attribute attr, method in class:Applet3PrintService
/openjdk7/jdk/test/javax/print/applet/applet4/
H A DApplet4PrintService.java90 public boolean isAttributeValueSupported(Attribute attr, method in class:Applet4PrintService
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPrinterJob.java448 service.isAttributeValueSupported(media, null, attributes)) {
467 service.isAttributeValueSupported(mpa, null, attributes)) {
478 service.isAttributeValueSupported(orientReq, null, attributes)) {
/openjdk7/jdk/test/java/awt/print/Dialog/
H A DPaperSizeError.java57 !service.isAttributeValueSupported(MediaSizeName.ISO_A4,
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintJob.java515 (!service.isAttributeValueSupported(attr, flavor, null)) {
527 service.isAttributeValueSupported(attr, null, null)) {
H A DPSStreamPrintService.java394 public boolean isAttributeValueSupported(Attribute attr, method in class:PSStreamPrintService
465 } else if (!isAttributeValueSupported(attr, flavor,
H A DServiceDialog.java2029 !psCurrent.isAttributeValueSupported(medium,
2200 !psCurrent.isAttributeValueSupported(or, docFlavor, asCurrent)) {
2205 !psCurrent.isAttributeValueSupported(or, docFlavor, asCurrent)) {
H A DRasterPrinterJob.java557 !(service.isAttributeValueSupported(media, null, null))) {
1024 ps.isAttributeValueSupported(attrval,
1335 // because isAttributeValueSupported returns false in setAttributes
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java683 (!service.isAttributeValueSupported(attr, flavor, null)) {
721 if (!service.isAttributeValueSupported(attr, null, null)) {
H A DWin32PrintService.java1450 public boolean isAttributeValueSupported(Attribute attr, method in class:Win32PrintService
1520 return isAttributeValueSupported(media, flavor, attributes);
1583 else if (!isAttributeValueSupported(attr, flavor, attributes)) {
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java775 (!service.isAttributeValueSupported(attr, flavor, null)) {
817 if (!service.isAttributeValueSupported(attr, null, null)) {
H A DUnixPrintService.java878 public boolean isAttributeValueSupported(Attribute attr, method in class:UnixPrintService
971 } else if (!isAttributeValueSupported(attr, flavor,
H A DIPPPrintService.java805 } else if (!isAttributeValueSupported(attr, flavor,
1247 public boolean isAttributeValueSupported(Attribute attr, method in class:IPPPrintService

Completed in 94 milliseconds