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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
profilee.py 19 # included in the profile and would appear to consume all the time.)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
profilee.py 19 # included in the profile and would appear to consume all the time.)
  /external/chromium_org/v8/src/
preparser.cc 389 Consume(i::Token::VAR);
401 Consume(i::Token::CONST);
437 Consume(i::Token::LET);
458 if (nvars > 0) Consume(i::Token::COMMA);
492 Consume(i::Token::COLON);
560 // Consume the return token. It is necessary to do the before
644 if (peek() == i::Token::SEMICOLON) Consume(i::Token::SEMICOLON);
765 Consume(i::Token::CATCH);
782 Consume(i::Token::FINALLY);
875 Consume(i::Token::YIELD)
    [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...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 102 // Consume the 'export', if any.
108 // Consume the 'template', which should be here.
359 // Don't consume this... that's done by template parser.
477 // Consume the 'class' or 'typename' keyword.
503 // don't consume this token.
590 // don't consume this token.
694 // Determine the location of the '>' token. Only consume this token
775 // Since we're not supposed to consume the '>' token, we need to push
800 /// \param ConsumeLastToken if true, then we will consume the last
814 // Consume the '<'
    [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/v8/src/
preparser.cc 379 Consume(i::Token::VAR);
391 Consume(i::Token::CONST);
427 Consume(i::Token::LET);
448 if (nvars > 0) Consume(i::Token::COMMA);
480 Consume(i::Token::COLON);
548 // Consume the return token. It is necessary to do the before
630 if (peek() == i::Token::SEMICOLON) Consume(i::Token::SEMICOLON);
741 Consume(i::Token::CATCH);
759 Consume(i::Token::FINALLY);
853 Consume(i::Token::CONDITIONAL)
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
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
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);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeNodeStream.cs 108 public virtual void Consume() {
110 input.Consume();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeNodeStream.cs 125 public virtual void Consume()
128 input.Consume();
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CommonTokenStream.java 37 * token using consume(), LT(), etc. the stream does not pull from the lexer.
64 public void consume() { method in class:CommonTokenStream
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugTreeNodeStream.java 64 public void consume() { method in class:DebugTreeNodeStream
66 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;
  /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;
  /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;
  /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;
ANTLRDebugTokenStream.m 99 - (void) consume
105 [input consume];
  /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/apache-http/src/org/apache/http/entity/
InputStreamEntity.java 84 // consume until EOF
89 // consume no more than length
  /external/chromium_org/net/quic/
reliable_quic_stream.h 142 // Sends as much of 'data' to the connection as the connection will consume,
148 // Sends as much of 'data' to the connection as the connection will consume.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphMap.h 153 while (textIterator.consume(character, clusterLength)) {
173 while (textIterator.consume(character, clusterLength)) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CallStackSidebarPane.js 166 event.consume();
169 event.consume();
  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer.h 95 // there is less than |size| bytes left in the buffer. Consume doesn't
98 bool Consume(size_t size);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter_icu.cc 84 // call to ConsumeRegExp() or RegExp::Consume() advances the position in the
119 virtual bool Consume(RegExpInput* input_string,

Completed in 1367 milliseconds

<<11121314151617181920>>