Home
last modified time | relevance | path

Searched refs:create_subprocess_exec (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py115 proc = await asyncio.create_subprocess_exec(
141 proc = await asyncio.create_subprocess_exec(
176 asyncio.create_subprocess_exec(*args)
216 asyncio.create_subprocess_exec(*args)
236 asyncio.create_subprocess_exec(
262 asyncio.create_subprocess_exec(
314 proc = await asyncio.create_subprocess_exec(
342 proc = await asyncio.create_subprocess_exec(
361 proc = await asyncio.create_subprocess_exec(
380 proc = await asyncio.create_subprocess_exec(
[all …]
Dtest_streams.py799 create = asyncio.create_subprocess_exec(
/aosp_15_r20/external/mesa3d/bin/pick/
H A Dcore.py94 p = await asyncio.create_subprocess_exec(
107 p = await asyncio.create_subprocess_exec(
158 p = await asyncio.create_subprocess_exec(
179 p = await asyncio.create_subprocess_exec(
221 p = await asyncio.create_subprocess_exec(
228 p = await asyncio.create_subprocess_exec(
248 p = await asyncio.create_subprocess_exec(
259 p = await asyncio.create_subprocess_exec(
272 p = await asyncio.create_subprocess_exec(
/aosp_15_r20/external/python/cpython3/Doc/library/
Dasyncio-subprocess.rst64 .. coroutinefunction:: create_subprocess_exec(program, *args, stdin=None, \
157 Both :func:`create_subprocess_exec` and :func:`create_subprocess_shell`
166 :func:`create_subprocess_exec` and :func:`create_subprocess_shell`
344 The subprocess is created by the :func:`create_subprocess_exec`
355 proc = await asyncio.create_subprocess_exec(
Dasyncio-api-index.rst125 * - ``await`` :func:`create_subprocess_exec`
Dasyncio-policy.rst148 :func:`create_subprocess_exec` and :meth:`loop.subprocess_exec`
Dsubprocess.rst795 see :class:`asyncio.create_subprocess_exec`.
/aosp_15_r20/external/mesa3d/bin/
H A Dgen_release_notes.py178 p = await asyncio.create_subprocess_exec(
190 p = await asyncio.create_subprocess_exec(
253 p = await asyncio.create_subprocess_exec('git', 'shortlog', f'mesa-{version}..',
/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/
H A Dprocess.py70 process = await asyncio.create_subprocess_exec(
188 process = await asyncio.create_subprocess_exec(
/aosp_15_r20/build/bazel/ci/
H A Drbc_dashboard.py92 result = await asyncio.create_subprocess_exec(
164 results.append((await asyncio.create_subprocess_exec(
/aosp_15_r20/external/rust/pica/tests/
Dtest_runner.py43 process = await asyncio.create_subprocess_exec(
/aosp_15_r20/build/soong/tests/
H A Dgenrule_sandbox_test.py76 process = await asyncio.create_subprocess_exec(
/aosp_15_r20/external/federated-compute/fcp/demo/
H A Dfederated_program_test.py112 subprocess = await asyncio.create_subprocess_exec(
H A Dserver_test.py219 subprocess = asyncio.create_subprocess_exec(
/aosp_15_r20/build/soong/scripts/
H A Dninja_determinism_test.py46 result = await asyncio.create_subprocess_exec(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/
Dsubprocess.py215 async def create_subprocess_exec(program, *args, stdin=None, stdout=None, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dsubprocess.py215 async def create_subprocess_exec(program, *args, stdin=None, stdout=None, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dsubprocess.py215 async def create_subprocess_exec(program, *args, stdin=None, stdout=None, function
/aosp_15_r20/external/python/cpython3/Lib/asyncio/
Dsubprocess.py215 async def create_subprocess_exec(program, *args, stdin=None, stdout=None, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dsubprocess.py215 async def create_subprocess_exec(program, *args, stdin=None, stdout=None, function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/
H A Dsubprocess.py215 async def create_subprocess_exec(program, *args, stdin=None, stdout=None, function
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/benchmark/
H A Dworker_servicer.py180 process = await asyncio.create_subprocess_exec(
/aosp_15_r20/external/AFLplusplus/benchmark/
H A Dbenchmark.py130 p = await asyncio.create_subprocess_exec(
/aosp_15_r20/external/pigweed/pw_transfer/integration_test/
H A Dtest_fixture.py121 self._process = await asyncio.create_subprocess_exec(
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst561 Make :func:`asyncio.create_subprocess_exec` accept path-like arguments.
935 :func:`asyncio.create_subprocess_exec` to use :class:`asyncio.Stream`

12