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

1 2 3 4 5 67 8 91011

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 21 // sometimes resync does not consume a token (when LT(1) is
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 6 // sometimes resync does not consume a token (when LT(1) is
  /packages/apps/Email/src/org/apache/james/mime4j/
MimeStreamParser.java 153 tempIs.consume();
158 tempIs.consume();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 195 void consume(int index, MediaItem item); method in interface:MediaSet.ItemConsumer
209 consumer.consume(startIndex + start + i, item);
ClusterAlbumSet.java 128 public void consume(int index, MediaItem item) {
FaceClustering.java 97 public void consume(int index, MediaItem item) {
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3inputstream.c 122 /// that would not work for the particular input encoding, such as consume for instance.
149 input->istream->consume = antlr38BitConsume; // Consume the next 8 bit character in the buffer
310 /** \brief Consume the next character in an 8 bit input stream
591 is->consume(is);
733 input->istream->consume = antlr3UTF16Consume; // Consume the next UTF16 character in the buffer
740 input->istream->consume = antlr3UTF16ConsumeLE; // Consume the next UTF16 character in the buffer
755 input->istream->consume = antlr3UTF16Consume; // Consume the next UTF16 character in the buffe
    [all...]
antlr3tokenstream.c 66 static void consume (pANTLR3_INT_STREAM is);
224 stream->tstream->istream->consume = dbgConsume;
319 stream->tstream->istream->consume = consume;
340 ts->istream->consume = dbgConsume;
593 * must become active with LT(1) available. consume() simply
595 * input symbol. Consume at least one token.
600 consume (pANTLR3_INT_STREAM is) function
616 /// As per ordinary consume but notifies the debugger about hidden
637 consume(is); // Standard consume
    [all...]
antlr3commontreenodestream.c 66 static void consume (pANTLR3_INT_STREAM is);
206 stream->tnstream->istream->consume = consume;
348 stream->tnstream->istream->consume = consume;
612 /// Consume the next node from the input stream
615 consume (pANTLR3_INT_STREAM is) function
699 /// consume() ahead until we hit index. Can't just jump ahead--must
antlr3baserecognizer.c 457 is->consume(is); // Consume that token from the stream
522 is->consume(is);
562 // follow set and does not indicate a missing token. We will just consume this
714 /// 3. consume until token found in resynch set
799 /// thing to do is to consume tokens until you see something that
802 /// input might just be missing a token--you might consume the
843 /// we resync'd to that token, we'd consume until EOF. We need to
846 /// not consume anything and after printing an error rule c would
851 /// the same recovery set and doesn't consume anything. Rule
    [all...]
antlr3lexer.c 748 /* Matched correctly, do consume it
750 lexer->input->istream->consume(lexer->input->istream);
774 /* Matched correctly, do consume it
776 lexer->input->istream->consume(lexer->input->istream);
819 /* Matched correctly, consume it
821 lexer->input->istream->consume(lexer->input->istream);
851 lexer->input->istream->consume(lexer->input->istream);
857 lexer->input->istream->consume(lexer->input->istream);
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 360 readBuf.consume(last);
367 readBuf.consume(last);
375 readBuf.consume(last);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedCommonTreeNodeStream.h 96 - (void) consume;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 119 def consume method in class:ANTLR3.Debug.TreeNodeStream
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 171 lexer.consume(1);
  /external/webkit/Source/WebKit2/Shared/
WebMemorySampler.cpp 128 m_sampleLogSandboxExtension->consume();
  /external/webkit/Source/WebKit2/Shared/mac/
SandboxExtensionMac.mm 213 bool SandboxExtension::consume()
  /frameworks/base/libs/androidfw/tests/
InputPublisherAndConsumer_test.cpp 91 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event);
93 << "consumer consume should return OK";
174 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event);
176 << "consumer consume should return OK";
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 105 [input consume]; /* advance one char and try again */
925 [input consume];
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 635 consumer.consume(corpora);
648 public boolean consume(ShortcutCursor shortcuts) {
663 public boolean consume(List<Corpus> corporaToQuery) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 375 input.consume();
780 input.consume();
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 375 input.consume();
780 input.consume();
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 58 * consume it, otherwise we are done. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 58 * consume it, otherwise we are done. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 58 * consume it, otherwise we are done. *)

Completed in 961 milliseconds

1 2 3 4 5 67 8 91011