Home
last modified time | relevance | path

Searched refs:create_unix_connection (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py311 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',
Dtest_events.py551 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/
Dasyncio-llapi-index.rst155 * - ``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`,
Dasyncio-platforms.rst38 * :meth:`loop.create_unix_connection` and
Dasyncio-protocol.rst125 :meth:`loop.create_unix_connection`,
539 :meth:`loop.create_unix_connection`, :meth:`loop.connect_accepted_socket`,
Dasyncio-stream.rst143 See also the documentation of :meth:`loop.create_unix_connection`.
/aosp_15_r20/external/python/bumble/bumble/transport/
Dunix.py53 ) = 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/
Devents.py388 async def create_unix_connection( member in AbstractEventLoop
Dstreams.py98 transport, _ = await loop.create_unix_connection(
Dunix_events.py229 async def create_unix_connection( member in _UnixSelectorEventLoop
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Devents.py388 async def create_unix_connection( member in AbstractEventLoop
Dstreams.py98 transport, _ = await loop.create_unix_connection(
Dunix_events.py229 async def create_unix_connection( member in _UnixSelectorEventLoop
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Devents.py388 async def create_unix_connection( member in AbstractEventLoop
H A Dstreams.py98 transport, _ = await loop.create_unix_connection(
H A Dunix_events.py229 async def create_unix_connection( member in _UnixSelectorEventLoop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Devents.py388 async def create_unix_connection( member in AbstractEventLoop
Dstreams.py98 transport, _ = await loop.create_unix_connection(
Dunix_events.py229 async def create_unix_connection( member in _UnixSelectorEventLoop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Devents.py388 async def create_unix_connection( member in AbstractEventLoop
Dstreams.py98 transport, _ = await loop.create_unix_connection(
Dunix_events.py229 async def create_unix_connection( member in _UnixSelectorEventLoop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Devents.py388 async def create_unix_connection( member in AbstractEventLoop
Dstreams.py98 transport, _ = await loop.create_unix_connection(
Dunix_events.py229 async def create_unix_connection( member in _UnixSelectorEventLoop

12