Home
last modified time | relevance | path

Searched defs:Popen (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython3/Lib/
D_bootsubprocess.py11 class Popen: class
Dsubprocess.py697 class Popen: class
/external/python/cffi/testing/cffi1/
Dtest_pkgconfig.py49 class Popen: class in mock_subprocess
/external/python/cpython3/Lib/multiprocessing/
Dpopen_spawn_posix.py26 class Popen(popen_fork.Popen): class
Dpopen_forkserver.py29 class Popen(popen_fork.Popen): class
Dpopen_fork.py12 class Popen(object): class
Dpopen_spawn_win32.py38 class Popen(object): class
/external/python/cpython2/Lib/multiprocessing/
Dforking.py114 class Popen(object): class
243 class Popen(object): class
/external/angle/build/fuchsia/test/
Dlog_manager.py56 def add_log_process(self, process: subprocess.Popen) -> None:
/external/cronet/build/fuchsia/test/
Dlog_manager.py49 def add_log_process(self, process: subprocess.Popen) -> None:
/external/pigweed/pw_build/py/pw_build/
Dproject_builder_context.py55 proc: subprocess.Popen, timeout: int = 5
336 self, recipe: BuildRecipe, proc: subprocess.Popen
/external/python/cpython3/Lib/asyncio/
Dwindows_utils.py125 class Popen(subprocess.Popen): class
/external/openthread/tools/otci/otci/
Dconnectors.py79 def __init__(self, proc: subprocess.Popen, nodeid: int, simulator: Simulator):
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py106 def Popen(args, function
/external/python/cpython2/Lib/
Dsubprocess.py297 class Popen(object): class
/external/cronet/build/android/
Dapk_operations.py1057 def Popen(self, input_file=None, **kwargs): member in _StackScriptContext
/external/angle/build/android/
Dapk_operations.py1056 def Popen(self, input_file=None, **kwargs): member in _StackScriptContext