/prebuilts/gdb/linux-x86/lib/python2.7/ |
subprocess.py | 65 buffered, any other positive value means use a buffer of 67 default, which usually means fully buffered. The default value for 187 Note: The data read is buffered in memory, so do not use this [all...] |
httplib.py | 343 # buffered the readline() calls could consume some of the 815 """Send the currently buffered request and clear the buffer. [all...] |
rfc822.py | 31 can be used to parse messages coming from a buffered stream. 34 libraries in which tell() discards buffered data before discovering that the [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
subprocess.py | 65 buffered, any other positive value means use a buffer of 67 default, which usually means fully buffered. The default value for 187 Note: The data read is buffered in memory, so do not use this [all...] |
httplib.py | 343 # buffered the readline() calls could consume some of the 815 """Send the currently buffered request and clear the buffer. [all...] |
rfc822.py | 31 can be used to parse messages coming from a buffered stream. 34 libraries in which tell() discards buffered data before discovering that the [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
subprocess.py | 65 buffered, any other positive value means use a buffer of 67 default, which usually means fully buffered. The default value for 187 Note: The data read is buffered in memory, so do not use this [all...] |
httplib.py | 343 # buffered the readline() calls could consume some of the 815 """Send the currently buffered request and clear the buffer. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
httplib.py | 343 # buffered the readline() calls could consume some of the
797 """Send the currently buffered request and clear the buffer.
[all...] |
rfc822.py | 31 can be used to parse messages coming from a buffered stream.
34 libraries in which tell() discards buffered data before discovering that the
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/ |
PxeUndi.c | 473 parameter block. The packet is buffered for transmission provided there is
[all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationIterator.java | 244 // Return the next buffered CE. 310 // Return the previous buffered CE. [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationIterator.java | 242 // Return the next buffered CE. 308 // Return the previous buffered CE. [all...] |
/external/libjpeg-turbo/ |
jpeglib.h | 509 /* these are significant only in buffered-image mode: */ [all...] |
/external/libmojo/third_party/jinja2/ |
environment.py | [all...] |
/external/pdfium/third_party/libjpeg/ |
jpeglib.h | 550 /* these are significant only in buffered-image mode: */ [all...] |
/frameworks/base/core/java/android/hardware/soundtrigger/ |
SoundTrigger.java | 554 /** True if it is possible to capture audio from this utterance buffered by the hardware */ [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
DisplayManagerService.java | [all...] |
/frameworks/native/libs/gui/tests/ |
BufferQueue_test.cpp | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
httplib.py | 343 # buffered the readline() calls could consume some of the 815 """Send the currently buffered request and clear the buffer. [all...] |
rfc822.py | 31 can be used to parse messages coming from a buffered stream. 34 libraries in which tell() discards buffered data before discovering that the [all...] |
/prebuilts/go/darwin-x86/src/encoding/xml/ |
marshal.go | 220 if t.Target == "xml" && p.Buffered() != 0 { 290 // Flush flushes any buffered XML to the underlying writer.
|
/prebuilts/go/darwin-x86/src/runtime/ |
trace.go | 93 // Such wakeups happen on buffered channels and sync.Mutex, 167 // While tracing, the data will be buffered and available via ReadTrace. [all...] |
/prebuilts/go/linux-x86/src/encoding/xml/ |
marshal.go | 220 if t.Target == "xml" && p.Buffered() != 0 { 290 // Flush flushes any buffered XML to the underlying writer.
|
/prebuilts/go/linux-x86/src/runtime/ |
trace.go | 93 // Such wakeups happen on buffered channels and sync.Mutex, 167 // While tracing, the data will be buffered and available via ReadTrace. [all...] |