HomeSort by relevance Sort by last modified time
    Searched refs:Consume (Results 51 - 75 of 132) sorted by null

1 23 4 5 6

  /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...]
parser.cc     [all...]
preparser.h 649 void Consume(i::Token::Value token) { Next(); }
660 Consume(next);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 135 input.Consume();
152 input.Consume();
161 // we have no information about the follow; we can only consume
200 * 3. consume until token found in resynch set
382 // consumed; consume a single token so at least to prevent
384 input.Consume();
416 * thing to do is to consume tokens until you see something that
419 * input might just be missing a token--you might consume the
460 * we resync'd to that token, we'd consume until EOF. We need to
463 * not consume anything and after printing an error rule c woul
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 147 input.Consume();
166 input.Consume();
178 // we have no information about the follow; we can only consume
220 * 3. consume until token found in resynch set
450 // consumed; consume a single token so at least to prevent
452 input.Consume();
486 * thing to do is to consume tokens until you see something that
489 * input might just be missing a token--you might consume the
530 * we resync'd to that token, we'd consume until EOF. We need to
533 * 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...]
parser.cc     [all...]
  /external/chromium/base/win/
event_trace_consumer_unittest.cc 104 ASSERT_HRESULT_FAILED(consumer_.Consume());
122 HRESULT hr = consumer_.Consume();
296 // Now consume the event(s).
300 hr = consumer_.Consume();
  /external/chromium_org/base/win/
event_trace_consumer_unittest.cc 125 ASSERT_HRESULT_FAILED(consumer_.Consume());
148 HRESULT hr = consumer_.Consume();
326 // Now consume the event(s).
330 hr = consumer_.Consume();
  /external/chromium_org/media/base/
audio_fifo.cc 96 void AudioFifo::Consume(AudioBus* destination,
  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer_unittest.cc 97 EXPECT_TRUE(buffer.Consume(0));
100 EXPECT_TRUE(buffer.Consume(4));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.h 124 // Consume the rest of the current statement. This consumes tokens
129 // EOF Returns (can't consume).
135 // Consume the rest of the current block, including nested blocks,
152 // If the next token exactly matches the text given, consume it and return
160 // Consume a token with the exact text given.
161 bool Consume(const char* text, const char* error);
164 bool Consume(const char* text);
165 // Consume a token of type IDENTIFIER and store its text in "output".
167 // Consume an integer and store its value in "output".
169 // Consume a signed integer and store its value in "output"
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 211 // Consume the starting token.
221 // Consume fields until we cannot do so anymore.
302 DO(Consume(delimeter));
328 DO(Consume("]"));
410 DO(Consume(":"));
418 DO(Consume(","));
456 DO(Consume("]"));
493 DO(Consume("{"));
516 DO(Consume("{"));
522 DO(Consume(delimeter))
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 190 tokenizer.Consume(']')
218 tokenizer.Consume('{')
253 tokenizer.Consume(':')
355 """Tries to consume a given piece of text.
358 token: Text to consume.
368 def Consume(self, token):
372 token: Text to consume.
521 """Consume one token of a string literal.
  /external/protobuf/python/google/protobuf/
text_format.py 170 tokenizer.Consume(']')
198 tokenizer.Consume('{')
233 tokenizer.Consume(':')
359 """Tries to consume a given piece of text.
362 token: Text to consume.
372 def Consume(self, token):
376 token: Text to consume.
545 """Consume one token of a string literal.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 213 Consume();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 247 Consume();
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.cc 195 void ByteBuffer::Consume(size_t size) {
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_renderer.cc 38 loopback_fifo_->Consume(audio_bus, 0, audio_bus->frames());
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
asyoutypeformatter.cc 112 cache->GetRegExp(new_pattern).Consume(consume_input.get(), group);
232 index_of_leading_digits_pattern)).Consume(input.get())) {
618 if (pattern.Consume(consumed_input.get())) {
643 if (international_prefix.Consume(consumed_input.get())) {
regexp_adapter_icu.cc 84 // call to ConsumeRegExp() or RegExp::Consume() advances the position in the
119 virtual bool Consume(RegExpInput* input_string,
phonenumberutil.cc     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 262 input.Consume();
321 input.Consume();
423 input.Consume();
ProfileGrammarLexer.cs 262 input.Consume();
321 input.Consume();
423 input.Consume();
  /external/protobuf/src/google/protobuf/
text_format.cc 135 // Consume the starting token.
145 // Consume fields until we cannot do so anymore.
226 DO(Consume(delimeter));
250 DO(Consume("]"));
303 DO(Consume(":"));
322 DO(Consume("{"));
507 // we actually may consume an additional token (for the minus sign) in this
535 // we actually may consume an additional token (for the minus sign) in this
587 bool Consume(const string& value) {
601 // Attempts to consume the supplied value. Returns false if a th
    [all...]

Completed in 703 milliseconds

1 23 4 5 6