Home
last modified time | relevance | path

Searched defs:popen (Results 1 – 25 of 135) sorted by relevance

123456

/aosp_15_r20/tools/test/connectivity/acts/framework/tests/
Dacts_job_test.py65 def test_run_success(self, popen): argument
73 def test_run_stderr(self, popen): argument
83 def test_run_error(self, popen): argument
90 def test_run_with_ignored_error(self, popen): argument
98 def test_run_timeout(self, popen): argument
105 def test_run_no_shell(self, popen): argument
113 def test_job_env(self, popen): argument
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
H A Dlist_ports_linux.py19 def popen(argv): function
26 def popen(argv): function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dopinfo_harness.py14 popen = subprocess.Popen( variable
/aosp_15_r20/external/musl/src/stdio/
H A Dpopen.c11 FILE *popen(const char *cmd, const char *mode) in popen() function
/aosp_15_r20/external/trusty/musl/src/stdio/
Dpopen.c11 FILE *popen(const char *cmd, const char *mode) in popen() function
/aosp_15_r20/external/angle/build/android/test_wrapper/
H A Dlogdog_wrapper.py63 def NoLeakingProcesses(popen): argument
/aosp_15_r20/external/cronet/build/android/test_wrapper/
H A Dlogdog_wrapper.py59 def NoLeakingProcesses(popen): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dvmodule_test.cc28 #define popen _popen macro
/aosp_15_r20/external/e2fsprogs/include/nonunix/
H A Dunistd.h15 #define popen _popen macro
/aosp_15_r20/hardware/google/aemu/windows/includes/
Dmsvc-files.h10 #define popen(path, mode) android_popen( (path), (mode) ) macro
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dcmd_utils.py194 def popen(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, env=None, run_as=None): function
/aosp_15_r20/external/autotest/client/cros/audio/
H A Dcmd_utils.py199 def popen(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, env=None, function
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.2.rst1376 popen section in New, Improved, and Deprecated Modules
/aosp_15_r20/external/crosvm/tools/impl/
H A Dcommand.py458 def popen(self, **kwargs: Any) -> "subprocess.Popen[str]": member in Command
/aosp_15_r20/external/python/cpython2/Lib/
Dplatform.py450 def popen(cmd, mode='r', bufsize=None): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dcontext.py368 def set_spawning_popen(popen): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dcontext.py368 def set_spawning_popen(popen): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dcontext.py368 def set_spawning_popen(popen): argument
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dcontext.py368 def set_spawning_popen(popen): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dcontext.py368 def set_spawning_popen(popen): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dcontext.py368 def set_spawning_popen(popen): argument
/aosp_15_r20/build/soong/scripts/hiddenapi/
H A Danalyze_bcpf.py44 def __init__(self, popen): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dos.py978 def popen(cmd, mode="r", buffering=-1): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dos.py978 def popen(cmd, mode="r", buffering=-1): function
/aosp_15_r20/external/python/cpython3/Lib/
Dos.py978 def popen(cmd, mode="r", buffering=-1): function

123456