Searched refs:_loc (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DLocatorWrapper.java76 public LocatorWrapper( Locator _loc ) { this.locator=_loc; }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DDataPatternBuilderHost.java70 public void addParam(String name, String value, Context context, String ns, Location _loc, Annotations _anno) throws BuildException { argument
71 LocationHost loc = cast(_loc);
85 public ParsedPattern makePattern(Location _loc, Annotations _anno) throws BuildException { argument
86 LocationHost loc = cast(_loc);
94 public ParsedPattern makePattern(ParsedPattern _except, Location _loc, Annotations _anno) throws BuildException { argument
96 LocationHost loc = cast(_loc);
H A DSchemaBuilderHost.java135 Location _loc, Annotations _anno) throws BuildException {
139 LocationHost loc = cast(_loc);
148 Location _loc, Annotations _anno) throws BuildException {
156 LocationHost loc = cast(_loc);
171 String type, Location _loc) throws BuildException {
172 LocationHost loc = cast(_loc);
180 Location _loc, Annotations _anno) throws BuildException {
184 LocationHost loc = cast(_loc);
193 String localName, String prefix, Location _loc, CommentList _comments,
195 LocationHost loc = cast(_loc);
134 makeAttribute(ParsedNameClass _nc, ParsedPattern _p, Location _loc, Annotations _anno) argument
147 makeChoice(List patterns, Location _loc, Annotations _anno) argument
170 makeDataPatternBuilder(String datatypeLibrary, String type, Location _loc) argument
179 makeElement(ParsedNameClass _nc, ParsedPattern _p, Location _loc, Annotations _anno) argument
192 makeElementAnnotationBuilder(String ns, String localName, String prefix, Location _loc, CommentList _comments, Context context) argument
203 makeEmpty(Location _loc, Annotations _anno) argument
218 makeExternalRef(Parseable current, String uri, String ns, Scope _scope, Location _loc, Annotations _anno) argument
239 makeGroup(List patterns, Location _loc, Annotations _anno) argument
256 makeInterleave(List patterns, Location _loc, Annotations _anno) argument
273 makeList(ParsedPattern _p, Location _loc, Annotations _anno) argument
292 makeMixed(ParsedPattern _p, Location _loc, Annotations _anno) argument
304 makeNotAllowed(Location _loc, Annotations _anno) argument
313 makeOneOrMore(ParsedPattern _p, Location _loc, Annotations _anno) argument
325 makeZeroOrMore(ParsedPattern _p, Location _loc, Annotations _anno) argument
337 makeOptional(ParsedPattern _p, Location _loc, Annotations _anno) argument
349 makeText(Location _loc, Annotations _anno) argument
358 makeValue(String datatypeLibrary, String type, String value, Context c, String ns, Location _loc, Annotations _anno) argument
[all...]
H A DCommentListHost.java67 public void addComment(String value, Location _loc) throws BuildException { argument
68 LocationHost loc = cast(_loc);
H A DScopeHost.java69 public ParsedPattern makeParentRef(String name, Location _loc, Annotations _anno) throws BuildException { argument
70 LocationHost loc = cast(_loc);
78 public ParsedPattern makeRef(String name, Location _loc, Annotations _anno) throws BuildException { argument
79 LocationHost loc = cast(_loc);
H A DNameClassBuilderHost.java100 public ParsedNameClass makeChoice(List _nameClasses, Location _loc, Annotations _anno) { argument
107 LocationHost loc = cast(_loc);
115 public ParsedNameClass makeName(String ns, String localName, String prefix, Location _loc, Annotations _anno) { argument
116 LocationHost loc = cast(_loc);
124 public ParsedNameClass makeNsName(String ns, Location _loc, Annotations _anno) { argument
125 LocationHost loc = cast(_loc);
133 public ParsedNameClass makeNsName(String ns, ParsedNameClass _except, Location _loc, Annotations _anno) { argument
135 LocationHost loc = cast(_loc);
143 public ParsedNameClass makeAnyName(Location _loc, Annotations _anno) { argument
144 LocationHost loc = cast(_loc);
152 makeAnyName(ParsedNameClass _except, Location _loc, Annotations _anno) argument
[all...]
H A DDivHost.java68 public void endDiv(Location _loc, Annotations _anno) throws BuildException { argument
69 LocationHost loc = cast(_loc);
H A DElementAnnotationBuilderHost.java69 public void addText(String value, Location _loc, CommentList _comments) throws BuildException { argument
70 LocationHost loc = cast(_loc);
H A DGrammarHost.java77 public ParsedPattern endGrammar(Location _loc, Annotations _anno) throws BuildException { argument
78 LocationHost loc = cast(_loc);
H A DIncludeHost.java71 public void endInclude(Parseable current, String uri, String ns, Location _loc, Annotations _anno) throws BuildException, IllegalSchemaException { argument
72 LocationHost loc = cast(_loc);
H A DAnnotationsHost.java69 String value, Location _loc) throws BuildException {
70 LocationHost loc = cast(_loc);
68 addAttribute(String ns, String localName, String prefix, String value, Location _loc) argument
H A DGrammarSectionHost.java75 Location _loc, Annotations _anno) throws BuildException {
77 LocationHost loc = cast(_loc);
74 define(String name, Combine combine, ParsedPattern _pattern, Location _loc, Annotations _anno) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIXPluginCustomization.java51 public BIXPluginCustomization(Element e, Locator _loc) { argument
52 super(_loc);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DAnnotationImpl.java46 public AnnotationImpl( Object o, Locator _loc ) {
48 this.locator = _loc;
H A DParticleImpl.java46 Ref.Term _term, Locator _loc, BigInteger _maxOccurs, BigInteger _minOccurs ) {
48 super(owner,_ann,_loc,null);
54 Ref.Term _term, Locator _loc, int _maxOccurs, int _minOccurs ) {
56 super(owner,_ann,_loc,null);
61 public ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc ) {
62 this(owner,_ann,_term,_loc,1,1);
45 ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc, BigInteger _maxOccurs, BigInteger _minOccurs ) argument
53 ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc, int _maxOccurs, int _minOccurs ) argument
H A DAttGroupDeclImpl.java42 Locator _loc, ForeignAttributesImpl _fa, String _name, WildcardImpl _wildcard ) {
44 this(_parent,_annon,_loc,_fa,_name);
49 Locator _loc, ForeignAttributesImpl _fa, String _name ) {
51 super(_parent,_annon,_loc,_fa,_name,false);
41 AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, WildcardImpl _wildcard ) argument
48 AttGroupDeclImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name ) argument
H A DAttributeDeclImpl.java40 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous,
44 super(owner,_annon,_loc,_fa,_targetNamespace,_name,_anonymous);
38 AttributeDeclImpl( SchemaDocumentImpl owner, String _targetNamespace, String _name, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous, XmlString _defValue, XmlString _fixedValue, Ref.SimpleType _type ) argument
H A DFacetImpl.java36 public FacetImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, argument
39 super(owner,_annon,_loc,_fa);
H A DNotationImpl.java42 Locator _loc, ForeignAttributesImpl _fa, String _name,
44 super(owner,_annon,_loc,_fa,owner.getTargetNamespace(),_name,false);
41 NotationImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, String _publicId, String _systemId ) argument
H A DWildcardImpl.java51 protected WildcardImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, int _mode ) { argument
52 super(owner,_annon,_loc,_fa);
98 public Any( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, int _mode ) { argument
99 super(owner,_annon,_loc,_fa,_mode);
114 public Other( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, argument
116 super(owner,_annon,_loc,_fa,_mode);
137 public Finite( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, argument
139 super(owner,_annon,_loc,_fa,_mode);
H A DXPathImpl.java43 public XPathImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, XmlString xpath) { argument
44 super(_owner, _annon, _loc, fa);
H A DListSimpleTypeImpl.java44 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
48 super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
43 ListSimpleTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _itemType ) argument
H A DUnionSimpleTypeImpl.java45 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa,
49 super(_parent,_annon,_loc,_fa,_name,_anonymous, finalSet,
44 UnionSimpleTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType[] _members ) argument
H A DIdentityConstraintImpl.java53 public IdentityConstraintImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, argument
57 super(_owner, _annon, _loc, fa);
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp96 // _loc encodes both the binding state (via its sign)
99 // _loc >= 0 bound label, loc() encodes the target (jump) position
100 // _loc == -1 unbound label
101 int _loc; member in class:VALUE_OBJ_CLASS_SPEC
122 assert(_loc == -1, "already bound");
123 _loc = loc;
137 assert(_loc >= 0, "unbound label");
138 return _loc;
143 bool is_bound() const { return _loc >= 0; }
144 bool is_unbound() const { return _loc
[all...]

Completed in 394 milliseconds

12