/external/python/cpython3/Lib/ |
D | _bootsubprocess.py | 11 class Popen: class
|
D | subprocess.py | 697 class Popen: class
|
/external/python/cffi/testing/cffi1/ |
D | test_pkgconfig.py | 49 class Popen: class in mock_subprocess
|
/external/python/cpython3/Lib/multiprocessing/ |
D | popen_spawn_posix.py | 26 class Popen(popen_fork.Popen): class
|
D | popen_forkserver.py | 29 class Popen(popen_fork.Popen): class
|
D | popen_fork.py | 12 class Popen(object): class
|
D | popen_spawn_win32.py | 38 class Popen(object): class
|
/external/python/cpython2/Lib/multiprocessing/ |
D | forking.py | 114 class Popen(object): class 243 class Popen(object): class
|
/external/angle/build/fuchsia/test/ |
D | log_manager.py | 56 def add_log_process(self, process: subprocess.Popen) -> None:
|
/external/cronet/build/fuchsia/test/ |
D | log_manager.py | 49 def add_log_process(self, process: subprocess.Popen) -> None:
|
/external/pigweed/pw_build/py/pw_build/ |
D | project_builder_context.py | 55 proc: subprocess.Popen, timeout: int = 5 336 self, recipe: BuildRecipe, proc: subprocess.Popen
|
/external/python/cpython3/Lib/asyncio/ |
D | windows_utils.py | 125 class Popen(subprocess.Popen): class
|
/external/openthread/tools/otci/otci/ |
D | connectors.py | 79 def __init__(self, proc: subprocess.Popen, nodeid: int, simulator: Simulator):
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | cmd_helper.py | 106 def Popen(args, function
|
/external/python/cpython2/Lib/ |
D | subprocess.py | 297 class Popen(object): class
|
/external/cronet/build/android/ |
D | apk_operations.py | 1057 def Popen(self, input_file=None, **kwargs): member in _StackScriptContext
|
/external/angle/build/android/ |
D | apk_operations.py | 1056 def Popen(self, input_file=None, **kwargs): member in _StackScriptContext
|