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

<<11121314151617181920>>

  /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/chromium_org/third_party/re2/patches/
remove-static-initializers.patch 74 -const VariadicFunction2<bool, StringPiece*, const RE2&, RE2::Arg, RE2::ConsumeN> RE2::Consume;
78 +const VariadicFunction2<bool, StringPiece*, const RE2&, RE2::Arg, RE2::ConsumeN> RE2::Consume = {};
  /external/guava/guava/src/com/google/common/collect/
Interners.java 41 * unlike {@link String#intern}, using this interner does not consume memory in the permanent
99 * String#intern}, using this interner does not consume memory in the permanent generation.
  /external/hyphenation/
README.hyphen 68 There are two kinds of transitions: those that consume one letter of
70 "fallback" transitions, which don't consume any input. If no
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpAuthenticator.java 157 pos++; // Consume '"' close quote.
159 pos++; // Consume ',' comma.
  /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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContextWrapper.java 154 * Non-Android accessor that delegates to the application to consume and return the next {@code Intent} on the
174 * Non-Android accessor that delegates to the application to consume and return the next {@code Intent} on the
  /frameworks/base/core/java/android/app/backup/
BackupDataInput.java 32 * The agent must consume every entity in the data stream, otherwise the
173 * Consume the current entity's data without extracting it into a buffer
  /frameworks/base/core/java/android/os/
PatternMatcher.java 145 // Consume everything until the next character in the
166 // Consume only characters matching the one before '*'.
  /frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java 72 * Consume number of bytes from beginning of internal buffer. If consuming
134 // scan forward for line boundary and consume
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.cpp 31 consume();
75 consume();
  /frameworks/wilhelm/src/android/
BufferQueueSource.cpp 86 // consume events when starting to read data from a buffer for the first time
122 // consume data: copy to given destination
android_StreamPlayer.cpp 151 // consume events when starting to read data from a buffer for the first time
208 // consume data: 1/ copy to given destination
216 // requested as much available or more: consume the whole of the current
233 // consume data: 1/ copy to given destination
407 // enqueue a message that will cause StreamAppProxy to consume from the queue (again if the
  /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/antlr/antlr-3.4/runtime/C/src/
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...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRLexer.m 237 [input consume];
244 [input consume];
263 [input consume];
282 [input consume];
413 [input consume];
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.js 650 event.consume(true);
759 event.consume(true);
766 event.consume(true);
774 event.consume(true);
    [all...]
  /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...]
  /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/C/include/
antlr3commontreenodestream.h 231 /// this node yet; next consume() request will set currentIndex to 0.
235 /// What node index did we just consume? i=0..n-1 for n node trees.
241 /// to fit new lookahead depths, but consume() wraps like a circular
  /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/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonTokenStream.js 75 * must become active with LT(1) available. consume() simply
77 * input symbol. Consume at least one token.
81 consume: function() {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 59 * so that a GUI can easily track what LT/consume events are
180 /** Indicates the recognizer is about to consume tokens to resynchronize
181 * the parser. Any consume events from here until the recovered event
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 59 * so that a GUI can easily track what LT/consume events are
180 /** Indicates the recognizer is about to consume tokens to resynchronize
181 * the parser. Any consume events from here until the recovered event

Completed in 5330 milliseconds

<<11121314151617181920>>