HomeSort by relevance Sort by last modified time
    Searched full:consume (Results 326 - 350 of 1550) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 59 * so that a GUI can easily track what LT/consume events are
180 /** Indicates the recognizer is about to consume tokens to resynchronize
181 * the parser. Any consume events from here until the recovered event
ANTLRCommonTokenStream.h 56 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTokenStream.m 167 * must become active with LT(1) available. consume() simply
169 * input symbol. Consume at least one token.
173 - (void) consume
ANTLRDebugEventListener.h 59 * so that a GUI can easily track what LT/consume events are
180 /** Indicates the recognizer is about to consume tokens to resynchronize
181 * the parser. Any consume events from here until the recovered event
ANTLRCommonTokenStream.h 54 - (void) consume;
ANTLRUnbufferedCommonTreeNodeStream.h 96 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.m 104 [input consume];
124 [input consume];
241 [input consume];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.m 192 [input consume];
259 [input consume];
312 [input consume];
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.cpp 327 // Overlay should not consume events.
336 // Overlay should not consume events.
353 // Overlay should not consume events.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors_scanf.inc 109 // Consume %[...] expression.
119 // Consume the closing ']'.
144 p = q + 1; // Consume the closing ']'.
  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 236 status_t status = mInputConsumer.consume(&mInputEventFactory,
266 ALOGE("channel '%s' ~ Failed to consume input event. status=%d",
390 message.appendFormat("Failed to consume batched input event. status=%d", status);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3parser.h 61 /** A provider of a tokenstream interface, for the parser to consume
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
LegacyCommonTokenStream.cs 80 * to consume). p==-1 indicates that the tokens list is empty
169 * must become active with LT(1) available. consume() simply
171 * input symbol. Consume at least one token.
178 public virtual void Consume() {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugParser.cs 52 * proxy that fires consume events.
DebugTreeParser.cs 56 * proxy that fires consume events.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonErrorNode.cs 49 // sometimes resync does not consume a token (when LT(1) is
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonErrorNode.cs 53 // sometimes resync does not consume a token (when LT(1) is
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugParser.cs 54 * proxy that fires consume events.
DebugTreeParser.cs 56 * proxy that fires consume events.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugParser.java 44 * proxy that fires consume events.
DebugTreeParser.java 46 * proxy that fires consume events.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonErrorNode.java 47 // sometimes resync does not consume a token (when LT(1) is
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTokenStream.h 56 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTokenStream.h 56 - (void) consume;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 119 def consume method in class:ANTLR3.Debug.TreeNodeStream

Completed in 933 milliseconds

<<11121314151617181920>>