/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_unix_events.py | 311 coro = self.loop.create_unix_connection(lambda: None, path) 385 coro = self.loop.create_unix_connection(lambda: None, 410 coro = self.loop.create_unix_connection( 416 coro = self.loop.create_unix_connection( 423 coro = self.loop.create_unix_connection( 430 coro = self.loop.create_unix_connection( 439 coro = self.loop.create_unix_connection(lambda: None, path='spam',
|
D | test_events.py | 551 conn_fut = self.loop.create_unix_connection( 655 self.loop.create_unix_connection, 1002 f_c = self.loop.create_unix_connection( 1069 f_c = self.loop.create_unix_connection(MyProto, path, 1130 f_c = self.loop.create_unix_connection(MyProto, path,
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | asyncio-llapi-index.rst | 155 * - ``await`` :meth:`loop.create_unix_connection` 316 :meth:`loop.create_connection`, :meth:`loop.create_unix_connection`, 336 :meth:`loop.create_connection`, :meth:`loop.create_unix_connection`,
|
D | asyncio-platforms.rst | 38 * :meth:`loop.create_unix_connection` and
|
D | asyncio-protocol.rst | 125 :meth:`loop.create_unix_connection`, 539 :meth:`loop.create_unix_connection`, :meth:`loop.connect_accepted_socket`,
|
D | asyncio-stream.rst | 143 See also the documentation of :meth:`loop.create_unix_connection`.
|
/aosp_15_r20/external/python/bumble/bumble/transport/ |
D | unix.py | 53 ) = await asyncio.get_running_loop().create_unix_connection(UnixPacketSource, spec)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/ |
D | events.py | 388 async def create_unix_connection( member in AbstractEventLoop
|
D | streams.py | 98 transport, _ = await loop.create_unix_connection(
|
D | unix_events.py | 229 async def create_unix_connection( member in _UnixSelectorEventLoop
|
/aosp_15_r20/external/python/cpython3/Lib/asyncio/ |
D | events.py | 388 async def create_unix_connection( member in AbstractEventLoop
|
D | streams.py | 98 transport, _ = await loop.create_unix_connection(
|
D | unix_events.py | 229 async def create_unix_connection( member in _UnixSelectorEventLoop
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/ |
H A D | events.py | 388 async def create_unix_connection( member in AbstractEventLoop
|
H A D | streams.py | 98 transport, _ = await loop.create_unix_connection(
|
H A D | unix_events.py | 229 async def create_unix_connection( member in _UnixSelectorEventLoop
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/ |
D | events.py | 388 async def create_unix_connection( member in AbstractEventLoop
|
D | streams.py | 98 transport, _ = await loop.create_unix_connection(
|
D | unix_events.py | 229 async def create_unix_connection( member in _UnixSelectorEventLoop
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/ |
D | events.py | 388 async def create_unix_connection( member in AbstractEventLoop
|
D | streams.py | 98 transport, _ = await loop.create_unix_connection(
|
D | unix_events.py | 229 async def create_unix_connection( member in _UnixSelectorEventLoop
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/ |
D | events.py | 388 async def create_unix_connection( member in AbstractEventLoop
|
D | streams.py | 98 transport, _ = await loop.create_unix_connection(
|
D | unix_events.py | 229 async def create_unix_connection( member in _UnixSelectorEventLoop
|