Home
last modified time | relevance | path

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

/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.py13 class Popen(object): class
Dpopen_spawn_win32.py39 class Popen(object): class
/external/python/cpython2/Lib/multiprocessing/
Dforking.py114 class Popen(object): class
243 class Popen(object): class
/external/python/cpython3/Lib/asyncio/
Dwindows_utils.py126 class Popen(subprocess.Popen): class
/external/u-boot/tools/patman/
Dcros_subprocess.py33 class Popen(subprocess.Popen): class
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py91 def Popen(args, stdout=None, stderr=None, shell=None, cwd=None, env=None): function
/external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/
Dcellular_GobiRecoverFromDesync.py61 def Popen(self, *args, **kwargs): member in TestEventLoop
/external/python/cpython2/Lib/
Dsubprocess.py297 class Popen(object): class
/external/python/cpython3/Lib/
Dsubprocess.py608 class Popen(object): class