HomeSort by relevance Sort by last modified time
    Searched refs:_sock_sendfile_native (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/test/test_asyncio/
test_proactor_events.py     [all...]
test_unix_events.py 510 self.run_loop(self.loop._sock_sendfile_native(sock, self.file,
519 self.run_loop(self.loop._sock_sendfile_native(sock, f,
528 self.run_loop(self.loop._sock_sendfile_native(sock, f,
538 self.run_loop(self.loop._sock_sendfile_native(sock, f,
    [all...]
test_base_events.py     [all...]
  /external/python/cpython3/Lib/asyncio/
base_events.py 801 return await self._sock_sendfile_native(sock, file,
809 async def _sock_sendfile_native(self, sock, file, offset, count): member in class:BaseEventLoop
    [all...]
proactor_events.py 559 async def _sock_sendfile_native(self, sock, file, offset, count): member in class:BaseProactorEventLoop
unix_events.py 318 async def _sock_sendfile_native(self, sock, file, offset, count): member in class:_UnixSelectorEventLoop
    [all...]

Completed in 1321 milliseconds