/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
zlib.h | 53 application must provide more input and/or consume the output 266 should never be zero before the call. The application can consume the 386 The application can consume the uncompressed output when it wants, for 587 can consume lots of memory. [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
zlib.h | 53 application must provide more input and/or consume the output 266 should never be zero before the call. The application can consume the 386 The application can consume the uncompressed output when it wants, for 587 can consume lots of memory. [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
zlib.h | 53 application must provide more input and/or consume the output 266 should never be zero before the call. The application can consume the 386 The application can consume the uncompressed output when it wants, for 587 can consume lots of memory. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbshelve.py | 339 def consume(self, flags=0): return self.get_1(flags|db.DB_CONSUME) member in class:DBShelfCursor
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
optparse.py | 505 # type, ie. which may consume an argument from the command line. 511 # always consume an argument from the command line. [all...] |
poplib.py | 70 messages consume lots of python cycles reading them
|
re.py | 52 (?=...) Matches if ... matches next, but doesn't consume the string.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbshelve.py | 339 def consume(self, flags=0): return self.get_1(flags|db.DB_CONSUME) member in class:DBShelfCursor
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
optparse.py | 505 # type, ie. which may consume an argument from the command line. 511 # always consume an argument from the command line. [all...] |
poplib.py | 70 messages consume lots of python cycles reading them
|
re.py | 52 (?=...) Matches if ... matches next, but doesn't consume the string.
|
/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/runtime/ObjC/Framework/examples/LL-star/ |
SimpleCParser.m | 770 [input consume]; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCTP.m | 694 [input consume]; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCTP.m | 617 [input consume]; [all...] |
/external/chromium/net/socket/ |
socket_test_util.h | 236 // If true, we'll not require the client to consume all data before we 423 // Consume all the data up to the give stop point (via SetStop()). [all...] |
/external/chromium_org/ash/accelerators/ |
accelerator_controller.cc | 666 // consume the key since Search+Shift is one of the shortcuts the a11y [all...] |
/external/chromium_org/net/socket/ |
socket_test_util.h | 279 // If true, we'll not require the client to consume all data before we 487 // Consume all the data up to the give stop point (via SetStop()). [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLDocumentParser.cpp | 718 // We don't want to consume any more of the input stream now. Do 719 // not worry. We'll consume this data in a less-nested write(). [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ConsoleView.js | 564 event.consume(true); [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/sound/ |
pulseaudiosoundsystem.cc | 446 // Since we consume the data asynchronously on a different thread, we have 448 // continuously until we consume the data. We re-enable it below. [all...] |
/external/clang/lib/Lex/ |
PTHLexer.cpp | 262 // Did we reach a #endif? If so, go ahead and consume that token as well. 282 // Did we reach a #endif? If so, go ahead and consume that token as well.
|
TokenLexer.cpp | 520 // Consume the ## operator. 647 // Finally, replace LHS with the result, consume the RHS, and iterate. [all...] |