Searched defs:anno (Results 1 - 25 of 39) sorted by path

12

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java558 layoutBefore(Annotation anno, Annotation constraintAnno, Graphics g, int x, Address startAddr, int lineHeight) argument
582 layoutAfter(Annotation anno, Annotation constraintAnno, Graphics g, int x, Address startAddr, int lineHeight) argument
[all...]
/openjdk10/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp3198 const Annotations* anno = annotations(); local
H A DinstanceKlass.hpp889 void set_annotations(Annotations* anno) { _annotations = anno; } argument
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp58 AnnotationArray* anno = fields_anno == NULL ? NULL : fields_anno->at(fs.index()); local
545 AnnotationArray* anno = method->annotations(); local
622 AnnotationArray* anno = ik()->class_annotations(); local
[all...]
/openjdk10/hotspot/test/runtime/RedefineTests/
H A DRedefineAnnotations.java360 verifyTestAnn(Annotation verifyAgainst, Annotation anno, String expectedSite) argument
[all...]
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java82 private final XmlElementDecl anno; field in class:ElementInfoImpl
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/ast/builder/
H A DDataPatternBuilder.java61 void addParam(String name, String value, Context context, String ns, L loc, A anno) throws BuildException; argument
63 P makePattern(L loc, A anno) throws BuildException; argument
64 P makePattern(P except, L loc, A anno) throws BuildException; argument
H A DDiv.java59 void endDiv(L loc, A anno) throws BuildException; argument
H A DGrammar.java62 P endGrammar(L loc, A anno) throws BuildException; argument
H A DGrammarSection.java94 void define( String name, Combine combine, P pattern, L loc, A anno) throws BuildException; argument
H A DInclude.java66 endInclude(Parseable current, String uri, String ns, L loc, A anno) argument
H A DIncludedGrammar.java76 P endIncludedGrammar(L loc, A anno) throws BuildException; argument
H A DNameClassBuilder.java67 N annotate(N nc, A anno) throws BuildException; argument
70 N makeChoice(List<N> nameClasses, L loc, A anno); argument
77 N makeName(String ns, String localName, String prefix, L loc, A anno); argument
78 N makeNsName(String ns, L loc, A anno); argument
82 N makeNsName(String ns, N except, L loc, A anno); argument
83 N makeAnyName(L loc, A anno); argument
87 N makeAnyName(N except, L loc, A anno); argument
H A DSchemaBuilder.java78 P makeChoice(List<P> patterns, L loc, A anno) throws BuildException; argument
80 P makeInterleave(List<P> patterns, L loc, A anno) throws BuildException; argument
82 P makeGroup(List<P> patterns, L loc, A anno) throws BuildException; argument
84 P makeOneOrMore(P p, L loc, A anno) throws BuildException; argument
86 P makeZeroOrMore(P p, L loc, A anno) throws BuildException; argument
88 P makeOptional(P p, L loc, A anno) throws BuildException; argument
90 P makeList(P p, L loc, A anno) throws BuildException; argument
92 P makeMixed(P p, L loc, A anno) throws BuildException; argument
94 P makeEmpty(L loc, A anno); argument
96 P makeNotAllowed(L loc, A anno); argument
98 makeText(L loc, A anno) argument
100 makeAttribute(N nc, P p, L loc, A anno) argument
102 makeElement(N nc, P p, L loc, A anno) argument
106 makeValue(String datatypeLibrary, String type, String value, Context c, String ns, L loc, A anno) argument
136 annotate(P p, A anno) argument
164 makeExternalRef(Parseable current, String uri, String ns, Scope<P,E,L,A,CL> scope, L loc, A anno) argument
[all...]
H A DScope.java58 P makeParentRef(String name, L loc, A anno) throws BuildException; argument
59 P makeRef(String name, L loc, A anno) throws BuildException; argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java184 public ParsedPattern makeChoice(List patterns, Location loc, Annotations anno) argument
196 public ParsedPattern makeInterleave(List patterns, Location loc, Annotations anno) argument
208 public ParsedPattern makeGroup(List patterns, Location loc, Annotations anno) argument
220 public ParsedPattern makeOneOrMore(ParsedPattern p, Location loc, Annotations anno) argument
225 public ParsedPattern makeZeroOrMore(ParsedPattern p, Location loc, Annotations anno) argument
230 public ParsedPattern makeOptional(ParsedPattern p, Location loc, Annotations anno) argument
235 public ParsedPattern makeList(ParsedPattern p, Location loc, Annotations anno) argument
240 public ParsedPattern makeMixed(ParsedPattern p, Location loc, Annotations anno) argument
245 public ParsedPattern makeEmpty(Location loc, Annotations anno) { argument
249 public ParsedPattern makeNotAllowed(Location loc, Annotations anno) { argument
253 makeText(Location loc, Annotations anno) argument
264 makeAttribute(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno) argument
269 makeElement(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno) argument
276 addParam(String name, String value, Context context, String ns, Location loc, Annotations anno) argument
280 makePattern(Location loc, Annotations anno) argument
285 makePattern(ParsedPattern except, Location loc, Annotations anno) argument
329 addParam(String name, String value, Context context, String ns, Location loc, Annotations anno) argument
365 makePattern(Location loc, Annotations anno) argument
380 makePattern(ParsedPattern except, Location loc, Annotations anno) argument
419 makeValue(String datatypeLibrary, String type, String value, Context context, String ns, Location loc, Annotations anno) argument
470 endGrammar(Location loc, Annotations anno) argument
488 endDiv(Location loc, Annotations anno) argument
492 endIncludedGrammar(Location loc, Annotations anno) argument
496 define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno) argument
566 makeRef(String name, Location loc, Annotations anno) argument
574 makeParentRef(String name, Location loc, Annotations anno) argument
614 define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno) argument
621 endDiv(Location loc, Annotations anno) argument
636 endInclude(Parseable current, String uri, String ns, Location loc, Annotations anno) argument
681 annotate(ParsedPattern p, Annotations anno) argument
693 makeExternalRef(Parseable current, String uri, String ns, Scope scope, Location loc, Annotations anno) argument
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/digested/
H A DDDataPattern.java74 Annotation anno; field in class:DDataPattern.Param
76 public Param(String name, String value, Context context, String ns, Location loc, Annotation anno) { argument
H A DDSchemaBuilderImpl.java116 public DPattern makeChoice(List<DPattern> patterns, LocatorImpl loc, Annotation anno) throws BuildException { argument
120 public DPattern makeInterleave(List<DPattern> patterns, LocatorImpl loc, Annotation anno) throws BuildException { argument
124 public DPattern makeGroup(List<DPattern> patterns, LocatorImpl loc, Annotation anno) throws BuildException { argument
128 public DPattern makeOneOrMore(DPattern p, LocatorImpl loc, Annotation anno) throw argument
132 makeZeroOrMore(DPattern p, LocatorImpl loc, Annotation anno) argument
136 makeOptional(DPattern p, LocatorImpl loc, Annotation anno) argument
140 makeList(DPattern p, LocatorImpl loc, Annotation anno) argument
144 makeMixed(DPattern p, LocatorImpl loc, Annotation anno) argument
148 makeEmpty(LocatorImpl loc, Annotation anno) argument
152 makeNotAllowed(LocatorImpl loc, Annotation anno) argument
156 makeText(LocatorImpl loc, Annotation anno) argument
160 makeAttribute(NameClass nc, DPattern p, LocatorImpl loc, Annotation anno) argument
164 makeElement(NameClass nc, DPattern p, LocatorImpl loc, Annotation anno) argument
172 makeValue(String datatypeLibrary, String type, String value, Context c, String ns, LocatorImpl loc, Annotation anno) argument
180 annotate(DPattern p, Annotation anno) argument
195 makeExternalRef(Parseable current, String uri, String ns, Scope<DPattern, ElementWrapper, LocatorImpl, Annotation, CommentListImpl> scope, LocatorImpl loc, Annotation anno) argument
[all...]
H A DDataPatternBuilderImpl.java71 public void addParam(String name, String value, Context context, String ns, Location loc, Annotations anno) throws BuildException { argument
79 public ParsedPattern makePattern(Location loc, Annotations anno) throws BuildException { argument
83 public ParsedPattern makePattern(ParsedPattern except, Location loc, Annotations anno) throws BuildException { argument
H A DGrammarBuilderImpl.java87 public ParsedPattern endGrammar(Location loc, Annotations anno) throws BuildException { argument
97 public void endDiv(Location loc, Annotations anno) throws BuildException { argument
100 public void define(String name, Combine combine, ParsedPattern pattern, Location loc, Annotations anno) throws BuildException { argument
136 public ParsedPattern makeParentRef(String name, Location loc, Annotations anno) throws BuildException { argument
140 public ParsedPattern makeRef(String name, Location loc, Annotations anno) throw argument
[all...]
H A DIncludeImpl.java74 public void define(String name, Combine combine, ParsedPattern pattern, Location loc, Annotations anno) throws BuildException { argument
82 public void endInclude(Parseable current, String uri, String ns, Location loc, Annotations anno) throws BuildException, IllegalSchemaException { argument
92 public void define(String name, Combine combine, ParsedPattern pattern, Location loc, Annotations anno) throws BuildException { argument
105 public ParsedPattern endIncludedGrammar(Location loc, Annotations anno) throws BuildException { argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/nc/
H A DNameClassBuilderImpl.java69 public NameClass makeChoice(List<NameClass> nameClasses, L loc, A anno) { argument
78 public NameClass makeName(String ns, String localName, String prefix, L loc, A anno) { argument
87 public NameClass makeNsName(String ns, L loc, A anno) { argument
91 public NameClass makeNsName(String ns, NameClass except, L loc, A anno) { argument
95 public NameClass makeAnyName(L loc, A anno) { argument
99 public NameClass makeAnyName(NameClass except, L loc, A anno) { argument
107 public NameClass annotate(NameClass nc, A anno) throws BuildException { argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java564 ParsedPattern buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) throws SAXException { argument
621 ParsedPattern buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) throws SAXException { argument
633 ParsedPattern buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) throws SAXException { argument
645 ParsedPattern buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) throws SAXException { argument
657 ParsedPattern buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) throw argument
669 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
681 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
693 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
733 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
1060 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
1355 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
1810 expandName(String name, String ns, Annotations anno) argument
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSchema.java54 private AnnotationImpl anno; field in class:Schema
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationSupport.java260 private static AnnotationFormatError invalidContainerException(Annotation anno, argument

Completed in 190 milliseconds

12