Searched refs:start_unix_server (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_server.py | 104 srv = self.loop.run_until_complete(asyncio.start_unix_server(
|
D | test_streams.py | 658 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/ |
D | asyncio-api-index.rst | 158 * - ``await`` :func:`start_unix_server`
|
D | asyncio-stream.rst | 164 .. coroutinefunction:: start_unix_server(client_connected_cb, path=None, \
|
D | asyncio-eventloop.rst | 1539 and :func:`start_unix_server` functions.
|
/aosp_15_r20/external/python/portpicker/src/ |
D | portserver.py | 388 coro = asyncio.start_unix_server(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/ |
D | streams.py | 103 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/ |
D | streams.py | 103 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/ |
D | streams.py | 103 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/ |
D | streams.py | 103 async def start_unix_server(client_connected_cb, path=None, *, function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/ |
H A D | streams.py | 103 async def start_unix_server(client_connected_cb, path=None, *, function
|
/aosp_15_r20/external/python/cpython3/Lib/asyncio/ |
D | streams.py | 103 async def start_unix_server(client_connected_cb, path=None, *, function
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | HISTORY | 2306 streams.open_unix_connection(), and streams.start_unix_server().
|