Searched defs:read1 (Results 1 - 13 of 13) sorted by relevance
| /third_party/python/Lib/ |
| H A D | lzma.py | 202 def read1(self, size=-1): member in LZMAFile
|
| H A D | bz2.py | 166 def read1(self, size=-1): member in BZ2File
|
| H A D | gzip.py | 303 def read1(self, size=-1): member in GzipFile
|
| H A D | tempfile.py | 805 def read1(self, *args): member in SpooledTemporaryFile
|
| H A D | _pyio.py | 726 def read1(self, size=-1): member in BufferedIOBase 962 def read1(self, size=-1): member in BytesIO 1162 def read1(self, size=-1): member in BufferedReader 1388 def read1(self, size=-1): global() member in BufferedRWPair 1474 def read1(self, size=-1): global() member in BufferedRandom [all...] |
| H A D | mailbox.py | 1938 def read1(self, size=None): member in _ProxyFile
|
| H A D | zipfile.py | 978 def read1(self, n): member in ZipExtFile
|
| /third_party/skia/tests/ |
| H A D | PremulAlphaRoundTripTest.cpp | 131 GrPixmap read1 = GrPixmap::Allocate(upmInfo); in DEF_TEST() local 192 SkBitmap read1; read1.allocPixels(upmInfo); in DEF_TEST() local [all...] |
| /third_party/zlib/examples/ |
| H A D | gzappend.c | 198 #define read1(in) (in->left == 0 ? readmore(in) : 0, \ macro [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_roboswitch.c | 243 u16 read1[3], read2[3], addr_be16[3]; in wpa_driver_roboswitch_join() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_roboswitch.c | 243 u16 read1[3], read2[3], addr_be16[3]; in wpa_driver_roboswitch_join() local
|
| /third_party/python/Lib/http/ |
| H A D | client.py | 644 def read1(self, n=-1): member in HTTPResponse
|
| /third_party/python/Lib/test/ |
| H A D | test_io.py | 926 read1 = read variable in IOTest.test_buffered_readinto_mixin.Stream 980 def read1(self, size): member in IOTest.test_BufferedIOBase_readinto.Reader 3718 def read1(self, len_): global() member in MemviewBytesIO [all...] |
Completed in 26 milliseconds