Searched refs:loc (Results 1 - 25 of 860) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb322 loc = args.shift
324 if loc.is_a?( Range )
325 first, last = loc.first.to_i, loc.last.to_i
326 loc.exclude_end? and last -= 1
329 loc = loc.to_i
330 return cast_range( args.unshift( loc, loc ), extra )
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
H A Den.stg254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <loc.line>:<loc.column> at <loc.text>}; separator=", ">}; separator=", "><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEventBuilder.java84 mod.loc = location;
H A DEventMod.java76 public Location loc; field in class:EventMod
111 loc = new Location();
H A DFrame.java40 protected Location loc; field in class:Frame
52 loc = new Location();
71 this.loc = location;
119 return loc;
129 this.loc = location;
159 + ", location=" + loc.toString() + "\n";
185 || !(this.loc.equals(frame.loc))) {
H A DLocation.java72 Location loc = (Location )obj;
73 return classID == loc.classID && methodID == loc.methodID
74 && index == loc.index;
H A DVmMirror.java166 mods[0].loc = location;
198 mod1.loc = new Location(typeTag, typeID, methodID, breakpoint.index);
1305 commandPacket.setNextValueAsLocation(event.mods[i].loc);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DExceptionTest.java184 Location loc = reply.getNextValueAsLocation();
186 return loc;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DFramesTest.java49 Location loc; field in class:FramesTest.FrameStruct
50 FrameStruct(long frameID, Location loc) { argument
52 this.loc = loc;
89 methodName = getMethodName(frame.loc.classID, frame.loc.methodID);
90 classSignature = getClassSignature(frame.loc.classID);
94 + "(" + frame.loc.index + ")");
143 methodName = getMethodName(frame.loc.classID, frame.loc
[all...]
/external/apache-http/src/org/apache/http/
H A DHttpResponse.java160 * @param loc the new locale
165 void setLocale(Locale loc); argument
H A DReasonPhraseCatalog.java61 * @param loc the preferred locale for the reason phrase
65 public String getReason(int status, Locale loc) argument
/external/apache-http/src/org/apache/http/impl/
H A DDefaultHttpResponseFactory.java96 final Locale loc = determineLocale(context);
97 final String reason = reasonCatalog.getReason(status, loc);
99 return new BasicHttpResponse(statusline, reasonCatalog, loc);
109 final Locale loc = determineLocale(context);
110 return new BasicHttpResponse(statusline, reasonCatalog, loc);
H A DEnglishReasonPhraseCatalog.java83 * @param loc ignored
87 public String getReason(int status, Locale loc) { argument
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java185 public void setLocale(Locale loc) { argument
186 if (loc == null) {
189 this.locale = loc;
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java2687 int loc = m_attrSetStack.search(attrSet);
2689 if (loc > -1)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DTreeWalker.java273 Locator loc = (Locator)node;
274 m_locator.setColumnNumber(loc.getColumnNumber());
275 m_locator.setLineNumber(loc.getLineNumber());
276 m_locator.setPublicId(loc.getPublicId());
277 m_locator.setSystemId(loc.getSystemId());
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java397 Locator loc = (Locator) node;
398 fLocator.setColumnNumber(loc.getColumnNumber());
399 fLocator.setLineNumber(loc.getLineNumber());
400 fLocator.setPublicId(loc.getPublicId());
401 fLocator.setSystemId(loc.getSystemId());
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DTreeWalker.java299 Locator loc = (Locator)node;
300 m_locator.setColumnNumber(loc.getColumnNumber());
301 m_locator.setLineNumber(loc.getLineNumber());
302 m_locator.setPublicId(loc.getPublicId());
303 m_locator.setSystemId(loc.getSystemId());
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp97 char String::charAt( unsigned int loc ) const
99 return operator[]( loc );
102 void String::setCharAt( unsigned int loc, const char aChar ) argument
105 if(_length > loc) {
106 _buffer[loc] = aChar;
252 int loc; local
253 while ( (loc = temp.indexOf( match )) != -1 )
255 newString += temp.substring( 0, loc );
257 temp = temp.substring( loc + match._length );
/external/bison/data/
H A Dglr.cc303 /// \param loc where the syntax error is found.
305 virtual void error (const location_type& loc, const std::string& msg);
H A Dlalr1.cc111 /// \param loc where the syntax error is found.
113 virtual void error (const location_type& loc, const std::string& msg);
H A Dlalr1.java67 * @@param loc The position at which the range is anchored. */
68 public ]b4_location_type[ (]b4_position_type[ loc) {
69 this.begin = this.end = loc;
140 * ]b4_locations_if([[@@param loc The location of the element to which the
143 void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s);]
206 protected final void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s) {
207 yylexer.yyerror (]b4_locations_if([loc, ])[s);
214 protected final void yyerror (]b4_position_type[ loc, String s) {
215 yylexer.yyerror (new ]b4_location_type[ (loc), s);
232 b4_locations_if([, ]b4_location_type[ loc])[) {
[all...]
H A Dlocation.cc275 ** \param loc a reference to the location to redirect
281 operator<< (std::basic_ostream<YYChar>& ostr, const location& loc)
283 position last = loc.end - 1;
284 ostr << loc.begin;
286 && (!loc.begin.filename
287 || *loc.begin.filename != *last.filename))
289 else if (loc.begin.line != last.line)
291 else if (loc.begin.column != last.column)

Completed in 460 milliseconds

1234567891011>>