Searched
full:consume (Results
776 -
800 of
1550) sorted by null
<<31323334353637383940>>
/external/chromium_org/third_party/re2/patches/ |
re2-msvc9-chrome.patch | 325 const VariadicFunction2<bool, StringPiece*, const RE2&, RE2::Arg, RE2::ConsumeN> RE2::Consume; 406 // TODO: Test extractions for PartialMatch/Consume
|
/external/chromium_org/third_party/re2/re2/ |
regexp.h | 383 // Convenience functions. They consume the passed reference, 385 // They do not consume allocated arrays like subs or runes.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pagemap.h | 413 // How many bits should we consume at each interior level 417 // How many bits should we consume at leaf level
|
/external/chromium_org/ui/base/events/ |
event.h | 586 // consume the key, the IME usually generates and dispatches a 588 // it does consume the event, it might dispatch a
|
/external/chromium_org/v8/src/ |
parser.h | 266 // "Adds" an empty expression. Does nothing except consume a 740 INLINE(void Consume(Token::Value token));
|
preparser.h | 649 void Consume(i::Token::Value token) { Next(); } 660 Consume(next);
|
/external/libvorbis/doc/vorbisenc/ |
overview.html | 216 If the encoder runs out of useful ways to consume more bits, it will 244 consume a number bits from the reservoir equal to the number of the
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
toy.cpp | 221 getNextToken(); // consume the number 258 // consume it, otherwise we are done.
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
toy.cpp | 228 getNextToken(); // consume the number 265 // consume it, otherwise we are done.
|
/external/llvm/lib/DebugInfo/ |
DWARFContext.cpp | 516 // Consume "ZLIB" prefix. 520 // Consume uncompressed section size (big-endian 8 bytes).
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
SystemZAsmParser.cpp | 547 // Consume the closing bracket. 642 // Consume the EndOfStatement.
|
/external/llvm/lib/Transforms/Instrumentation/ |
ThreadSanitizer.cpp | 438 // case Consume: v = 1; break; // Not specified yet. 453 // case Consume: v = 1; break; // Not specified yet.
|
/external/mesa3d/src/gallium/drivers/r600/ |
evergreen_compute.c | 63 TEX2... consumes the same fetch resources, that VTX2... would consume 82 writable images will consume TEX slots, VTX slots too because of linear indexing
|
/external/openssh/ |
authfile.c | 291 * Make sure it begins with the id string. Consume the id string 435 * Make sure it begins with the id string. Consume the id string
|
/external/regex-re2/re2/ |
regexp.h | 383 // Convenience functions. They consume the passed reference, 385 // They do not consume allocated arrays like subs or runes.
|
/external/v8/src/ |
parser.h | 275 // "Adds" an empty expression. Does nothing except consume a 703 INLINE(void Consume(Token::Value token));
|
preparser.h | 615 void Consume(i::Token::Value token) { Next(); } 626 Consume(next);
|
/frameworks/base/core/java/android/app/backup/ |
BackupAgent.java | 228 * application's data. The application should consume every 530 // Not a supported output location, or bad path: we need to consume the data
|
/frameworks/base/docs/html/guide/topics/text/ |
creating-input-method.jd | 383 events first and can choose to consume them or forward them along to the application. For 384 example, you may want to consume the directional keys to navigate within your UI for candidate
|
/libcore/json/src/main/java/org/json/ |
JSONTokener.java | 79 // consume an optional byte order mark (BOM) if it exists 333 * a newline character. This does not consume the excluded character.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 253 # first consume the blank line, then test the next line to see 338 # We saw a boundary separating two parts. Consume any
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 253 # first consume the blank line, then test the next line to see 338 # We saw a boundary separating two parts. Consume any
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
XPathParser.java | 483 * Consume an expected token, throwing an exception if it 511 * Consume an expected token, throwing an exception if it [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ElementsTreeOutline.js | 504 event.consume(true); [all...] |
/external/svox/pico/lib/ |
picosig.c | [all...] |
Completed in 2813 milliseconds
<<31323334353637383940>>