Searched refs:Attribute (Results 226 - 250 of 654) sorted by relevance

1234567891011>>

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/annotations/
H A DSetter.java28 import static jdk.nashorn.internal.objects.annotations.Attribute.DEFAULT_ATTRIBUTES;
H A DGetter.java28 import static jdk.nashorn.internal.objects.annotations.Attribute.DEFAULT_ATTRIBUTES;
H A DProperty.java28 import static jdk.nashorn.internal.objects.annotations.Attribute.DEFAULT_ATTRIBUTES;
48 * Attribute flags for this function.
/openjdk10/langtools/test/tools/javap/typeAnnotations/
H A DPresenceInner.java73 test(cf, Attribute.RuntimeVisibleTypeAnnotations, true);
74 test(cf, Attribute.RuntimeInvisibleTypeAnnotations, false);
78 test(cf, m, Attribute.RuntimeVisibleTypeAnnotations, true);
79 test(cf, m, Attribute.RuntimeInvisibleTypeAnnotations, false);
83 test(cf, m, Attribute.RuntimeVisibleTypeAnnotations, true);
84 test(cf, m, Attribute.RuntimeInvisibleTypeAnnotations, false);
92 Attribute attr = cf.attributes.get(index);
108 Attribute attr = m.attributes.get(index);
124 Attribute attr = m.attributes.get(index);
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java91 // Attribute Type specific IDs
113 Attribute objectClassesAttr = null;
114 Attribute attributeDefAttr = null;
115 Attribute syntaxDefAttr = null;
116 Attribute matchRuleDefAttr = null;
139 final private static DirContext objectDescs2ClassDefs(Attribute objDescsAttr,
171 final private static DirContext attrDescs2AttrDefs(Attribute attributeDescAttr,
204 Attribute syntaxDescAttr,
237 Attribute matchRuleDescAttr,
274 Attribute att
[all...]
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/classfile/
H A DTestAnonInnerClasses.java66 Attribute.RuntimeVisibleTypeAnnotations,
67 Attribute.RuntimeInvisibleTypeAnnotations,
68 Attribute.RuntimeVisibleAnnotations,
69 Attribute.RuntimeInvisibleAnnotations
163 Attribute attr = null,
178 Attribute.Code);
197 Attribute.Code);
226 case Attribute.RuntimeVisibleTypeAnnotations:
232 case Attribute.RuntimeVisibleAnnotations:
238 case Attribute
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJava.java46 import jdk.nashorn.internal.objects.annotations.Attribute;
84 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
96 @Function(name="synchronized", attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
111 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
122 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
133 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
144 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
155 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
311 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
334 @Function(attributes = Attribute
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DDeprecated.java30 * This class is derived from <em>Attribute</em> and denotes that this is a
32 * <em>Attribute.readAttribute()</em> method.
35 * @see Attribute
37 public final class Deprecated extends Attribute {
52 * @param bytes Attribute contents
131 public Attribute copy(final ConstantPool _constant_pool) {
H A DParameterAnnotationEntry.java84 public static ParameterAnnotationEntry[] createParameterAnnotationEntries(final Attribute[] attrs) {
87 for (final Attribute attribute : attrs) {
H A DMethodParameters.java34 * The class File Format : The MethodParameters Attribute</a>
37 public class MethodParameters extends Attribute {
65 public Attribute copy(final ConstantPool _constant_pool) {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java29 import javax.management.Attribute;
53 public void setAttribute(Attribute attribute)
/openjdk10/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/
H A DPageRanges.java28 import javax.print.attribute.Attribute;
223 public final Class<? extends Attribute> getCategory() {
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DEAttribute.java40 import java.text.AttributedCharacterIterator.Attribute;
80 public static EAttribute forAttribute(Attribute ta) {
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DHRuleView.java73 noshade = (String)eAttr.getAttribute(HTML.Attribute.NOSHADE);
74 Object value = eAttr.getAttribute(HTML.Attribute.SIZE);
82 value = attr.getAttribute(CSS.Attribute.WIDTH);
86 topMargin = getLength(CSS.Attribute.MARGIN_TOP, attr);
87 bottomMargin = getLength(CSS.Attribute.MARGIN_BOTTOM, attr);
88 leftMargin = getLength(CSS.Attribute.MARGIN_LEFT, attr);
89 rightMargin = getLength(CSS.Attribute.MARGIN_RIGHT, attr);
99 private float getLength(CSS.Attribute key, AttributeSet a) {
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DAttributeUseImpl.java38 public AttributeUseImpl( SchemaDocumentImpl owner, AnnotationImpl ann, Locator loc, ForeignAttributesImpl fa, Ref.Attribute _decl,
49 private final Ref.Attribute att;
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/util/
H A DCheckFieldAdapter.java62 import jdk.internal.org.objectweb.asm.Attribute;
129 public void visitAttribute(final Attribute attr) {
H A DTraceFieldVisitor.java62 import jdk.internal.org.objectweb.asm.Attribute;
106 public void visitAttribute(final Attribute attr) {
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DPrintAttributeUpdateTest.java36 import javax.print.attribute.Attribute;
65 Attribute attrs[] = as.toArray();
/openjdk10/jdk/test/java/lang/management/ManagementFactory/
H A DMXBeanException.java68 Attribute att = new Attribute("UsageThreshold", 1000);
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DLocalVariableTypeTable_attribute.java38 public class LocalVariableTypeTable_attribute extends Attribute {
49 this(constant_pool.getUTF8Index(Attribute.LocalVariableTypeTable), local_variable_table);
H A DLocalVariableTable_attribute.java38 public class LocalVariableTable_attribute extends Attribute {
49 this(constant_pool.getUTF8Index(Attribute.LocalVariableTable), local_variable_table);
H A DLineNumberTable_attribute.java38 public class LineNumberTable_attribute extends Attribute {
49 this(constant_pool.getUTF8Index(Attribute.LineNumberTable), line_number_table);
H A DModuleHashes_attribute.java38 public class ModuleHashes_attribute extends Attribute {
50 this(constant_pool.getUTF8Index(Attribute.ModuleHashes), algorithm_index, hashes_table);
H A DModulePackages_attribute.java40 public class ModulePackages_attribute extends Attribute {
53 this(constant_pool.getUTF8Index(Attribute.ModulePackages),
H A DMethodParameters_attribute.java38 public class MethodParameters_attribute extends Attribute {
58 this(constant_pool.getUTF8Index(Attribute.MethodParameters),

Completed in 212 milliseconds

1234567891011>>