HomeSort by relevance Sort by last modified time
    Searched refs:consume (Results 76 - 100 of 258) sorted by null

1 2 34 5 6 7 8 91011

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java 89 public void consume() { method in class:LookaheadStream
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.extensions 131 this.stream.consume();
154 this.stream.consume();
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugTokenStream.h 50 - (void) consume;
ANTLRDebugTreeNodeStream.h 57 - (void) consume;
ANTLRLookaheadStream.h 52 - (void) consume;
ANTLRTreePatternLexer.h 81 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugTokenStream.h 50 - (void) consume;
ANTLRDebugTreeNodeStream.h 57 - (void) consume;
ANTLRLookaheadStream.h 52 - (void) consume;
ANTLRTreePatternLexer.h 81 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugTokenStream.h 50 - (void) consume;
ANTLRDebugTreeNodeStream.h 57 - (void) consume;
ANTLRLookaheadStream.h 52 - (void) consume;
ANTLRTreePatternLexer.h 81 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugTokenStream.h 50 - (void) consume;
ANTLRDebugTreeNodeStream.h 57 - (void) consume;
ANTLRLookaheadStream.h 57 - (void) consume;
ANTLRTreePatternLexer.h 83 - (void) consume;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSource.java 71 // and invoke consumer.consume() for each MediaItem with the given id.
89 consumer.consume(pid.id, (MediaItem) obj);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
ClearShortcutsController.java 80 public boolean consume(Boolean hasHistory) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BarrierConsumer.java 41 * @param expectedCount The number of values to consume.
72 public boolean consume(A value) { method in class:BarrierConsumer
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
IconLoaderTest.java 69 public boolean consume(Object value) { method in class:IconLoaderTest.AssertConsumer
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ReadBuffer.cpp 68 void ReadBuffer::consume(size_t amount) function in class:ReadBuffer
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 106 input.consume();
123 input.consume();
132 // we have no information about the follow; we can only consume
170 * 3. consume until token found in resynch set
357 // consumed; consume a single token so at least to prevent
359 input.consume();
389 * thing to do is to consume tokens until you see something that
392 * input might just be missing a token--you might consume the
433 * we resync'd to that token, we'd consume until EOF. We need to
436 * not consume anything and after printing an error rule c woul
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BaseRecognizer.js 112 input.consume();
132 input.consume();
156 // we have no information about the follow; we can only consume
210 * <li>consume until token found in resynch set</li>
399 // consumed; consume a single token so at least to prevent
401 input.consume();
432 * thing to do is to consume tokens until you see something that
435 * input might just be missing a token--you might consume the
481 * we resync'd to that token, we'd consume until EOF. We need to
484 * not consume anything and after printing an error rule c woul
    [all...]

Completed in 922 milliseconds

1 2 34 5 6 7 8 91011