Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_bootsubprocess.py11 class Popen: class
Dsubprocess.py696 class Popen(object): 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/python/cpython3/Lib/asyncio/
Dwindows_utils.py125 class Popen(subprocess.Popen): class
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py106 def Popen(args, function
/external/python/cpython2/Lib/
Dsubprocess.py297 class Popen(object): class