/external/chromium_org/third_party/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...] |
/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...] |
/external/clang/lib/Parse/ |
ParseExprCXX.cpp | 292 // Consume the identifier. 357 // Consume the template-id token. 496 // Consume the identifier. 857 // Consume the annotated initializer. [all...] |
ParseDecl.cpp | 155 // consume everything up to and including the matching right parens 472 // Consume the identifier. 475 // Consume the '='. [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTreeNodeStream.as | 85 * to consume). If -1, nodes array not filled yet. 265 public function consume():void { function
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
BufferedTreeNodeStream.cs | 143 * to consume). If -1, nodes array not filled yet.</summary> 377 public virtual void Consume() {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
BufferedTreeNodeStream.cs | 152 * to consume). If -1, nodes array not filled yet.</summary> 444 public virtual void Consume()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
BufferedTreeNodeStream.java | 112 * to consume). If -1, nodes array not filled yet. 298 public void consume() { method in class:BufferedTreeNodeStream
|
/external/chromium/net/spdy/ |
spdy_stream.cc | 552 // sent a portion of the body. In that case, we need to first consume 554 // the number of bytes in the frame that were written, only consume the
|
/external/chromium_org/ash/drag_drop/ |
drag_drop_controller.cc | 351 // event, but consume it so it does not interfere with current drag session. 387 // event, but consume it so it does not interfere with current drag session.
|
/external/chromium_org/chromeos/dbus/ibus/ |
ibus_engine_service.cc | 396 bool consume) { 400 writer.AppendBool(consume);
|
/external/chromium_org/media/filters/ |
audio_renderer_impl_unittest.cc | 233 // Attempts to consume |requested_frames| frames from |renderer_|'s internal 249 // Attempts to consume all data available from the renderer. Returns the
|
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
SincResampler.cpp | 62 // 1) Consume input frames into r0 (r1 is zero-initialized). 66 // 4) Consume input frames into r5 (zero-pad if we run out of input).
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMExtension.js | 453 Event.prototype.consume = function(preventDefault) 570 e.consume();
|
externs.js | 525 * @param {boolean=} consume 528 match: function (pattern, consume, caseInsensitive) { },
|
/external/chromium_org/third_party/smhasher/src/ |
PMurHash.c | 192 /* Consume any carry bytes */ 208 /* Consume enough so that the next data byte is word aligned */
|
/external/chromium_org/ui/base/ime/ |
character_composer.cc | 39 bool consume; // true if the original key event will be consumed. member in struct:__anon16604::BlackListedDeadKey 459 return kBlackListedDeadKeys[i].consume;
|
/external/clang/lib/Lex/ |
ModuleMap.cpp | 807 /// \brief Consume the current token and return its location. [all...] |
/external/llvm/examples/Kaleidoscope/Chapter2/ |
toy.cpp | 201 getNextToken(); // consume the number 238 // consume it, otherwise we are done.
|
/libcore/crypto/src/main/java/org/conscrypt/ |
HandshakeIODataStream.java | 34 * consume the data from the pipe. The second pipe is an outcoming 36 * and getData methods consume the data.
|
/libcore/json/src/test/java/org/json/ |
JSONTokenerTest.java | 269 assertEquals("nextClean doesn't consume a trailing slash", 492 String message = "nextTo shouldn't consume \\0.";
|
/libcore/luni/src/main/java/java/util/concurrent/ |
BlockingQueue.java | 122 * while (true) { consume(queue.take()); } 125 * void consume(Object x) { ... }
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapResponseParser.java | 343 readByte(); // Consume \r 347 readByte(); // Consume \n
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationUtils.java | 183 // Scan to ';' or '<'. Consume ';' but not '<'.
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationUtils.java | 186 // Scan to ';' or '<'. Consume ';' but not '<'.
|