Home
last modified time | relevance | path

Searched refs:create_subprocess_shell (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py157 asyncio.create_subprocess_shell('exit 7')
165 asyncio.create_subprocess_shell(
198 asyncio.create_subprocess_shell(blocking_shell_command, stdout=asyncio.subprocess.PIPE,
663 await subprocess.create_subprocess_shell(sys.executable,
667 await subprocess.create_subprocess_shell(sys.executable,
671 await subprocess.create_subprocess_shell(sys.executable,
/aosp_15_r20/external/python/cpython3/Doc/library/
Dasyncio-subprocess.rst25 proc = await asyncio.create_subprocess_shell(
82 .. coroutinefunction:: create_subprocess_shell(cmd, stdin=None, \
157 Both :func:`create_subprocess_exec` and :func:`create_subprocess_shell`
166 :func:`create_subprocess_exec` and :func:`create_subprocess_shell`
290 Note that for processes created by the :func:`create_subprocess_shell`
Dasyncio-api-index.rst128 * - ``await`` :func:`create_subprocess_shell`
Dasyncio-eventloop.rst1375 :func:`asyncio.create_subprocess_shell` and
/aosp_15_r20/external/pytorch/test/scripts/
H A Drun_cuda_memcheck.py169 proc = await asyncio.create_subprocess_shell(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dsubprocess.py203 async def create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dsubprocess.py203 async def create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dsubprocess.py203 async def create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, function
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dsubprocess.py203 async def create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dsubprocess.py203 async def create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dsubprocess.py203 async def create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, function
/aosp_15_r20/external/python/bumble/apps/speaker/
Dspeaker.py244 self.subprocess = await asyncio.create_subprocess_shell(
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst934 :func:`asyncio.create_subprocess_shell` and
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.8.rst1690 :func:`asyncio.create_subprocess_shell`.