Home
last modified time | relevance | path

Searched defs:sizehint (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_buffered_proto.py16 def get_buffer(self, sizehint): argument
Dtest_sslproto.py181 def get_buffer(self, sizehint): argument
383 def get_buffer(self, sizehint): argument
/third_party/python/Lib/asyncio/
Dprotocols.py139 def get_buffer(self, sizehint): argument
/third_party/python/Lib/
Dcodecs.py606 def readlines(self, sizehint=None, keepends=True): argument
707 def readlines(self, sizehint=None): argument
818 def readlines(self, sizehint=None): argument
Dmailbox.py1946 def readlines(self, sizehint=None): argument
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c1395 const char *method, Py_ssize_t sizehint) in mbstreamreader_iread()
1569 Py_ssize_t sizehint; in _multibytecodec_MultibyteStreamReader_readlines_impl() local
/third_party/python/Modules/
Dselectmodule.c1249 newPyEpoll_Object(PyTypeObject *type, int sizehint, SOCKET fd) in newPyEpoll_Object()
1305 select_epoll_impl(PyTypeObject *type, int sizehint, int flags) in select_epoll_impl()
/third_party/python/Modules/clinic/
Dselectmodule.c.h523 int sizehint = -1; in select_epoll() local