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

1 2 3 45 6

  /external/regex-re2/re2/
re2.h 118 // The "Consume" operation may be useful if you want to repeatedly
129 // while (RE2::Consume(&input, "(\\w+) = (\\d+)\n", &var, &value)) {
133 // Each successful call to "Consume" will set "var/value", and also
140 // The "FindAndConsume" operation is similar to "Consume" but does not
346 bool, StringPiece*, const RE2&, Arg, RE2::ConsumeN> Consume;
348 // Like Consume(..), but does not anchor the match at the beginning of the
    [all...]
re2.cc 31 const VariadicFunction2<bool, StringPiece*, const RE2&, RE2::Arg, RE2::ConsumeN> RE2::Consume;
    [all...]
  /external/regex-re2/util/
pcre.h 118 // The "Consume" operation may be useful if you want to repeatedly
129 // while (PCRE::Consume(&input, "(\\w+) = (\\d+)\n", &var, &value)) {
133 // Each successful call to "Consume" will set "var/value", and also
140 // The "FindAndConsume" operation is similar to "Consume" but does not
348 static const ConsumeFunctor Consume;
350 // Like Consume(..), but does not anchor the match at the beginning of the
pcre.cc 45 const PCRE::ConsumeFunctor PCRE::Consume = { };
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc 95 void Consume(size_t size) {
290 packet->Consume(data_read);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 362 if (!buf->Consume(attr_length))
438 buf->Consume(4 - remainder);
stun_unittest.cc     [all...]
pseudotcp.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 70 procedure Consume;
747 /// 3. consume until token found in resynch set
    [all...]
  /external/chromium_org/media/audio/mac/
audio_synchronized_mac.cc 816 fifo_.Consume(wrapper_bus_.get(), 0, number_of_frames);
  /external/chromium_org/media/audio/win/
audio_unified_win.cc 556 fifo_->Consume(audio_bus, 0, audio_bus->frames());
    [all...]
  /external/v8/src/
parser.h 275 // "Adds" an empty expression. Does nothing except consume a
703 INLINE(void Consume(Token::Value token));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 739 input.Consume();
1085 input.Consume();
    [all...]
ProfileGrammarParser.cs 743 input.Consume();
1089 input.Consume();
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 200 * for matches. No error can be generated upon error; just rewind, consume
235 input.Consume();<! advance one char and try again !>
947 input.Consume();
973 input.Consume();<\n>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 195 * for matches. No error can be generated upon error; just rewind, consume
230 input.Consume();<! advance one char and try again !>
927 input.Consume();
953 input.Consume();<\n>
    [all...]
  /external/chromium_org/third_party/re2/re2/
re2.cc 37 const VariadicFunction2<bool, StringPiece*, const RE2&, RE2::Arg, RE2::ConsumeN> RE2::Consume = {};
    [all...]
  /external/chromium_org/third_party/re2/util/
pcre.cc 50 const PCRE::ConsumeFunctor PCRE::Consume = { };
    [all...]
  /external/chromium_org/v8/src/
parser.h 266 // "Adds" an empty expression. Does nothing except consume a
740 INLINE(void Consume(Token::Value token));
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc     [all...]
  /external/chromium_org/gpu/command_buffer/service/
program_manager.cc 161 while (RE2::Consume(&input,
    [all...]
texture_manager.cc     [all...]
  /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...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 232 * for matches. No error can be generated upon error; just rewind, consume
267 Input.Consume; <! // advance one char and try again !>
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
slide_mode.js 833 return true; // Consume all keystrokes in the slideshow mode.
    [all...]

Completed in 2762 milliseconds

1 2 3 45 6