/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | codecs.py | 606 def readlines(self, sizehint=None, keepends=True): argument 707 def readlines(self, sizehint=None): argument 818 def readlines(self, sizehint=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | codecs.py | 606 def readlines(self, sizehint=None, keepends=True): argument 707 def readlines(self, sizehint=None): argument 818 def readlines(self, sizehint=None): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | codecs.py | 606 def readlines(self, sizehint=None, keepends=True): argument 707 def readlines(self, sizehint=None): argument 818 def readlines(self, sizehint=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | codecs.py | 606 def readlines(self, sizehint=None, keepends=True): argument 707 def readlines(self, sizehint=None): argument 818 def readlines(self, sizehint=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | codecs.py | 606 def readlines(self, sizehint=None, keepends=True): argument 707 def readlines(self, sizehint=None): argument 818 def readlines(self, sizehint=None): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | codecs.py | 606 def readlines(self, sizehint=None, keepends=True): argument 707 def readlines(self, sizehint=None): argument 818 def readlines(self, sizehint=None): argument
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | codecs.py | 593 def readlines(self, sizehint=None, keepends=True): argument 694 def readlines(self, sizehint=None): argument 811 def readlines(self, sizehint=None): argument
|
D | StringIO.py | 168 def readlines(self, sizehint = 0): argument
|
D | socket.py | 515 def readlines(self, sizehint=0): argument
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/ |
H A D | serialutil.py | 179 def readlines(self, sizehint=None, eol=LF): argument 196 def xreadlines(self, sizehint=None): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_sslproto.py | 186 def get_buffer(self, sizehint): argument 388 def get_buffer(self, sizehint): argument
|
D | test_buffered_proto.py | 16 def get_buffer(self, sizehint): argument
|
/aosp_15_r20/external/python/cpython3/Lib/asyncio/ |
D | protocols.py | 135 def get_buffer(self, sizehint): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/ |
D | protocols.py | 135 def get_buffer(self, sizehint): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/ |
D | protocols.py | 135 def get_buffer(self, sizehint): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/ |
D | protocols.py | 135 def get_buffer(self, sizehint): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/ |
H A D | protocols.py | 135 def get_buffer(self, sizehint): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/ |
D | protocols.py | 135 def get_buffer(self, sizehint): argument
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | bz2module.c | 601 int sizehint = -1; in BZ2File_readline() local 649 long sizehint = 0; in BZ2File_readlines() local
|
D | selectmodule.c | 770 newPyEpoll_Object(PyTypeObject *type, int sizehint, SOCKET fd) in newPyEpoll_Object() 809 int sizehint = -1; in pyepoll_new() local
|
/aosp_15_r20/external/python/cpython2/Modules/cjkcodecs/ |
D | multibytecodec.c | 1236 const char *method, Py_ssize_t sizehint) in mbstreamreader_iread() 1385 Py_ssize_t sizehint; in mbstreamreader_readlines() local
|
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 1394 const char *method, Py_ssize_t sizehint) in mbstreamreader_iread() 1568 Py_ssize_t sizehint; in _multibytecodec_MultibyteStreamReader_readlines_impl() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | selectmodule.c | 1270 newPyEpoll_Object(PyTypeObject *type, int sizehint, SOCKET fd) in newPyEpoll_Object() 1326 select_epoll_impl(PyTypeObject *type, int sizehint, int flags) in select_epoll_impl()
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | pexpect.py | 919 def readlines (self, sizehint = -1): # File-like object. argument
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | selectmodule.c.h | 531 int sizehint = -1; in select_epoll() local
|