Searched refs:Attribute (Results 126 - 150 of 654) sorted by relevance

1234567891011>>

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesImpl.java86 /** Attribute count. */
89 /** Attribute information. */
90 protected Attribute[] fAttributes = new Attribute[4];
95 protected Attribute[] fAttributeTableView;
136 fAttributes[i] = new Attribute();
202 Attribute[] attributes = new Attribute[fAttributes.length + 4];
205 attributes[i] = new Attribute();
236 Attribute[] attribute
1229 static class Attribute { class in class:XMLAttributesImpl
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeMath.java28 import jdk.nashorn.internal.objects.annotations.Attribute;
55 @Property(attributes = Attribute.NON_ENUMERABLE_CONSTANT, where = Where.CONSTRUCTOR)
59 @Property(attributes = Attribute.NON_ENUMERABLE_CONSTANT, where = Where.CONSTRUCTOR)
63 @Property(attributes = Attribute.NON_ENUMERABLE_CONSTANT, where = Where.CONSTRUCTOR)
67 @Property(attributes = Attribute.NON_ENUMERABLE_CONSTANT, where = Where.CONSTRUCTOR)
71 @Property(attributes = Attribute.NON_ENUMERABLE_CONSTANT, where = Where.CONSTRUCTOR)
75 @Property(attributes = Attribute.NON_ENUMERABLE_CONSTANT, where = Where.CONSTRUCTOR)
79 @Property(attributes = Attribute.NON_ENUMERABLE_CONSTANT, where = Where.CONSTRUCTOR)
83 @Property(attributes = Attribute.NON_ENUMERABLE_CONSTANT, where = Where.CONSTRUCTOR)
94 @Function(attributes = Attribute
[all...]
H A DNativeMap.java30 import jdk.nashorn.internal.objects.annotations.Attribute;
89 @Function(attributes = Attribute.NOT_ENUMERABLE)
101 @Function(attributes = Attribute.NOT_ENUMERABLE)
113 @Function(attributes = Attribute.NOT_ENUMERABLE)
126 @Function(attributes = Attribute.NOT_ENUMERABLE)
139 @Function(attributes = Attribute.NOT_ENUMERABLE)
150 @Getter(attributes = Attribute.NOT_ENUMERABLE | Attribute.IS_ACCESSOR, where = Where.PROTOTYPE)
161 @Function(attributes = Attribute.NOT_ENUMERABLE)
172 @Function(attributes = Attribute
[all...]
H A DNativeDebug.java33 import jdk.nashorn.internal.objects.annotations.Attribute;
77 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
92 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
107 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
123 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
139 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
152 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
164 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
176 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
192 @Function(attributes = Attribute
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/text/
H A DAttributedString.java29 import java.text.AttributedCharacterIterator.Attribute;
61 Vector<Attribute>[] runAttributes; // vector of attribute keys for each run
92 Map<Attribute,Object> last = null;
103 Map<Attribute,Object> attrs = iterator.getAttributes();
140 Map<? extends Attribute, ?> attributes)
156 Vector<Attribute> newRunAttributes = new Vector<>(attributeCount);
161 Iterator<? extends Map.Entry<? extends Attribute, ?>> iterator = attributes.entrySet().iterator();
163 Map.Entry<? extends Attribute, ?> entry = iterator.next();
231 Attribute[] attributes) {
253 HashSet<Attribute> key
139 AttributedString(String text, Map<? extends Attribute, ?> attributes) argument
366 addAttributes(Map<? extends Attribute, ?> attributes, int beginIndex, int endIndex) argument
[all...]
/openjdk10/langtools/test/tools/javap/typeAnnotations/
H A DWildcards.java59 test(cf, Attribute.RuntimeVisibleTypeAnnotations, true);
60 test(cf, Attribute.RuntimeInvisibleTypeAnnotations, false);
64 test(cf, m, Attribute.RuntimeVisibleTypeAnnotations, true);
65 test(cf, m, Attribute.RuntimeInvisibleTypeAnnotations, false);
69 test(cf, m, Attribute.RuntimeVisibleTypeAnnotations, true);
70 test(cf, m, Attribute.RuntimeInvisibleTypeAnnotations, false);
78 Attribute attr = cf.attributes.get(index);
94 Attribute attr = m.attributes.get(index);
110 Attribute attr = m.attributes.get(index);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DLint.java65 public Lint augment(Attribute.Compound attr) {
329 protected static class AugmentVisitor implements Attribute.Visitor {
341 Lint augment(Lint parent, Attribute.Compound attr) {
349 Lint augment(Lint parent, List<Attribute.Compound> attrs) {
353 for (Attribute.Compound a: attrs) {
371 public void visitConstant(Attribute.Constant value) {
379 public void visitClass(Attribute.Class clazz) {
385 public void visitCompound(Attribute.Compound compound) {
387 for (List<Pair<MethodSymbol,Attribute>> v = compound.values;
389 Pair<MethodSymbol,Attribute> valu
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/attribute/
H A DAttributeSetUtilities.java101 public Attribute get(Class<?> key) {
105 public boolean add(Attribute attribute) {
113 public boolean remove(Attribute attribute) {
121 public boolean containsValue(Attribute attribute) {
133 public Attribute[] toArray() {
360 public synchronized Attribute get(Class<?> category) {
364 public synchronized boolean add(Attribute attribute) {
372 public synchronized boolean remove(Attribute attribute) {
380 public synchronized boolean containsValue(Attribute attribute) {
392 public synchronized Attribute[] toArra
[all...]
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DStartElementEvent.java40 import javax.xml.stream.events.Attribute;
98 * iterator must contain only implementations of the javax.xml.stream.Attribute
102 * @return a readonly Iterator over Attribute interfaces, or an
124 * <p>A Namespace is an Attribute. One
146 public Attribute getAttributeByName(QName qname) {
149 return (Attribute)_attributes.get(qname);
196 Attribute attr = null;
198 attr = (Attribute)it.next();
232 public void addAttribute(Attribute attr){
239 Attribute att
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/
H A DChromaticity.java28 import javax.print.attribute.Attribute;
50 * <th>Chromaticity<br>Attribute
134 public final Class<? extends Attribute> getCategory() {
H A DCompression.java28 import javax.print.attribute.Attribute;
125 public final Class<? extends Attribute> getCategory() {
H A DMultipleDocumentHandling.java28 import javax.print.attribute.Attribute;
242 public final Class<? extends Attribute> getCategory() {
H A DMediaTray.java28 import javax.print.attribute.Attribute;
44 public class MediaTray extends Media implements Attribute {
H A DPresentationDirection.java28 import javax.print.attribute.Attribute;
179 public final Class<? extends Attribute> getCategory() {
H A DPrintQuality.java28 import javax.print.attribute.Attribute;
128 public final Class<? extends Attribute> getCategory() {
H A DJobState.java28 import javax.print.attribute.Attribute;
227 public final Class<? extends Attribute> getCategory() {
H A DPrinterState.java28 import javax.print.attribute.Attribute;
135 public final Class<? extends Attribute> getCategory() {
H A DOrientationRequested.java28 import javax.print.attribute.Attribute;
180 public final Class<? extends Attribute> getCategory() {
H A DNumberUpSupported.java28 import javax.print.attribute.Attribute;
151 public final Class<? extends Attribute> getCategory() {
H A DSheetCollate.java28 import javax.print.attribute.Attribute;
212 public final Class<? extends Attribute> getCategory() {
H A DSides.java28 import javax.print.attribute.Attribute;
203 public final Class<? extends Attribute> getCategory() {
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DOption.java59 selected = (attr.getAttribute(HTML.Attribute.SELECTED) != null);
124 String value = (String) attr.getAttribute(HTML.Attribute.VALUE);
/openjdk10/jdk/test/jdk/lambda/separate/
H A DAttributeInjector.java51 ClassFile.Attribute attr = new ClassFile.Attribute();
/openjdk10/jdk/test/sun/security/krb5/config/java.naming/javax/naming/spi/
H A DNamingManager.java29 import javax.naming.directory.Attribute;
50 public Attribute get(String attrID) {
/openjdk10/jdk/test/sun/net/InetAddress/nameservice/dns/
H A DCanonicalName.java54 Attribute attr = (Attribute)ne.next();

Completed in 122 milliseconds

1234567891011>>