Home
last modified time | relevance | path

Searched refs:_sock_sendfile_native (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_proactor_events.py981 self.run_loop(self.loop._sock_sendfile_native(sock, f,
990 self.run_loop(self.loop._sock_sendfile_native(sock, f,
1000 self.run_loop(self.loop._sock_sendfile_native(sock, f,
Dtest_unix_events.py525 self.run_loop(self.loop._sock_sendfile_native(sock, self.file,
534 self.run_loop(self.loop._sock_sendfile_native(sock, f,
543 self.run_loop(self.loop._sock_sendfile_native(sock, f,
553 self.run_loop(self.loop._sock_sendfile_native(sock, f,
Dtest_base_events.py2050 self.run_loop(self.loop._sock_sendfile_native(sock, self.file,
/external/python/cpython3/Lib/asyncio/
Dbase_events.py869 return await self._sock_sendfile_native(sock, file,
877 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseEventLoop
Dproactor_events.py707 async def _sock_sendfile_native(self, sock, file, offset, count): member in BaseProactorEventLoop
Dunix_events.py330 async def _sock_sendfile_native(self, sock, file, offset, count): member in _UnixSelectorEventLoop