Searched refs:attrval (Results 1 - 10 of 10) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DPrintJobAttributeException.java39 PrintJobAttributeException(String s, Class<?> cat, Attribute attrval) { argument
41 attr = attrval;
H A DRasterPrinterJob.java1161 protected boolean isSupportedValue(Attribute attrval, argument
1165 (attrval != null && ps != null &&
1166 ps.isAttributeValueSupported(attrval,
/openjdk9/jdk/src/java.naming/share/classes/javax/naming/directory/
H A DAttribute.java159 * If {@code attrval} is not in the attribute, this method does nothing.
169 * @param attrval The possibly null value to remove from this attribute.
173 boolean remove(Object attrval); argument
H A DBasicAttribute.java420 public boolean remove(Object attrval) { argument
421 // For the Java 2 platform, can just use "return removeElement(attrval);"
424 int i = find(attrval);
/openjdk9/jdk/src/java.desktop/share/classes/javax/print/
H A DPrintService.java384 * @param attrval Printing attribute value to test.
391 * {@code attrval} as a doc-level or job-level attribute in a
395 * (unchecked exception) if {@code attrval} is null.
399 public boolean isAttributeValueSupported(Attribute attrval, argument
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DServiceLocator.java85 Object attrval = rdn.getValue();
86 if (attrval instanceof String) {
87 if (attrval.equals(".") ||
95 domain.append(attrval);
/openjdk9/jdk/test/java/awt/print/PrinterJob/
H A DNullGetName.java121 public boolean isAttributeValueSupported(Attribute attrval, argument
H A DDummyPrintTest.java171 public boolean isAttributeValueSupported(Attribute attrval, argument
/openjdk9/jdk/test/javax/print/attribute/
H A DServiceDialogTest.java209 public boolean isAttributeValueSupported(Attribute attrval, DocFlavor flavor, AttributeSet attributes) { argument
211 if (attrval == OrientationRequested.PORTRAIT)
213 else if (attrval == OrientationRequested.LANDSCAPE)
/openjdk9/jdk/test/java/awt/print/PrinterJob/CustomPrintService/
H A DPrintServiceStub.java143 public boolean isAttributeValueSupported(Attribute attrval, argument

Completed in 126 milliseconds