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

1 2 3 4 56 7 8 91011

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TagClustering.java 46 public void consume(int index, MediaItem item) {
SizeClustering.java 56 public void consume(int index, MediaItem item) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 105 input.consume(); // not subtree, consume 1 node and return
113 input.consume();
123 input.consume(); // consume UP
CommonTreeNodeStream.java 165 consume(); method
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 260 input.consume();
284 input.consume();
476 input.consume();
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 260 input.consume();
284 input.consume();
476 input.consume();
SimpleCLexer.m 529 [input consume];
549 [input consume];
796 [input consume];
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 724 /// Use Consume() to advance N nodes into lookahead. Then use LT()
747 // consume N
750 Stream.Consume;
862 // consume til end
864 Stream.Consume;
872 // consume til end
874 Stream.Consume;
902 // consume til middle
903 Stream.Consume;
907 Stream.Consume; // consume 10
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 213 self.input.consume()
229 self.input.consume()
238 # we have no information about the follow; we can only consume
270 3. consume until token found in resynch set
464 # consumed; consume a single token so at least to prevent
466 input.consume()
508 thing to do is to consume tokens until you see something that
511 input might just be missing a token--you might consume the
552 we resync'd to that token, we'd consume until EOF. We need to
555 not consume anything and after printing an error rule c woul
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 71 $input->consume();
92 $input->consume();
269 # consumed; consume a single token so at least to prevent
271 $input->consume();
333 $input->consume();
338 $input->consume();
426 $input->consume();
434 $input->consume();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 378 @input.consume
415 @input.consume
436 @input.consume
576 @input.consume
614 @input.consume
712 @input.consume
797 @input.consume
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTokenStream.h 47 * to consume). tokens[p] should be LT(1). p=-1 indicates need
77 - (void) consume;
ANTLRStringStream.h 79 // consume one character from the stream
80 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTokenStream.h 47 * to consume). tokens[p] should be LT(1). p=-1 indicates need
77 - (void) consume;
ANTLRStringStream.h 79 // consume one character from the stream
80 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTokenStream.h 47 * to consume). tokens[p] should be LT(1). p=-1 indicates need
77 - (void) consume;
ANTLRStringStream.h 79 // consume one character from the stream
80 - (void) consume;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTokenStream.h 49 * to consume). tokens[index] should be LT(1). index=-1 indicates need
80 - (void) consume;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParser.java 54 this.lexer.consume(1);
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.cpp 109 m_sandboxExtension->consume();
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 56 out.consume(outputCB.get());
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CachingIconLoader.java 134 public boolean consume(Drawable value) {
DefaultCorpusRanker.java 81 public boolean consume(Map<String, Integer> clickScores) {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 68 input.consume();
85 input.consume();
94 // we have no information about the follow; we can only consume
148 * 3. consume until token found in resynch set
333 // consumed; consume a single token so at least to prevent
335 input.consume();
365 * thing to do is to consume tokens until you see something that
368 * input might just be missing a token--you might consume the
409 * we resync'd to that token, we'd consume until EOF. We need to
412 * not consume anything and after printing an error rule c woul
    [all...]
DFA.as 87 input.consume();
106 input.consume();
118 input.consume();
124 input.consume();

Completed in 1505 milliseconds

1 2 3 4 56 7 8 91011