Home
last modified time | relevance | path

Searched refs:start_unix_server (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_server.py104 srv = self.loop.run_until_complete(asyncio.start_unix_server(
Dtest_streams.py658 asyncio.start_unix_server(self.handle_client,
666 start = asyncio.start_unix_server(self.handle_client_callback,
/aosp_15_r20/external/python/cpython3/Doc/library/
Dasyncio-api-index.rst158 * - ``await`` :func:`start_unix_server`
Dasyncio-stream.rst164 .. coroutinefunction:: start_unix_server(client_connected_cb, path=None, \
Dasyncio-eventloop.rst1539 and :func:`start_unix_server` functions.
/aosp_15_r20/external/python/portpicker/src/
Dportserver.py388 coro = asyncio.start_unix_server(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dstreams.py103 async def start_unix_server(client_connected_cb, path=None, *, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dstreams.py103 async def start_unix_server(client_connected_cb, path=None, *, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dstreams.py103 async def start_unix_server(client_connected_cb, path=None, *, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dstreams.py103 async def start_unix_server(client_connected_cb, path=None, *, function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dstreams.py103 async def start_unix_server(client_connected_cb, path=None, *, function
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dstreams.py103 async def start_unix_server(client_connected_cb, path=None, *, function
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY2306 streams.open_unix_connection(), and streams.start_unix_server().