Home
last modified time | relevance | path

Searched refs:creationflags (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/
Dsubprocess.py338 startupinfo=None, creationflags=0): argument
358 if creationflags != 0:
391 startupinfo, creationflags, shell, to_close,
592 startupinfo, creationflags, shell, to_close, argument
629 creationflags |= _subprocess.CREATE_NEW_CONSOLE
641 creationflags,
902 startupinfo, creationflags, shell, to_close, argument
/external/python/cpython3/Lib/
Dsubprocess.py660 startupinfo=None, creationflags=0, argument
691 if creationflags != 0:
771 startupinfo, creationflags, shell,
1109 startupinfo, creationflags, shell, argument
1175 creationflags,
1385 startupinfo, creationflags, shell, argument
/external/grpc-grpc/tools/run_tests/python_utils/
Dstart_port_server.py77 creationflags=0x00000008, # detached process
/external/python/cpython3/Doc/library/
Dsubprocess.rst339 startupinfo=None, creationflags=0, restore_signals=True, \
541 *creationflags*, if given, can be one or more of the following flags:
700 CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*
907 A :class:`Popen` ``creationflags`` parameter to specify that a new process
915 A :class:`Popen` ``creationflags`` parameter to specify that a new process
922 A :class:`Popen` ``creationflags`` parameter to specify that a new process
929 A :class:`Popen` ``creationflags`` parameter to specify that a new process
936 A :class:`Popen` ``creationflags`` parameter to specify that a new process
943 A :class:`Popen` ``creationflags`` parameter to specify that a new process
950 A :class:`Popen` ``creationflags`` parameter to specify that a new process
[all …]
Dasyncio-subprocess.rst228 started with a *creationflags* parameter which includes
/external/python/cpython2/Lib/test/
Dtest_subprocess.py890 universal_newlines, startupinfo, creationflags, shell, to_close, argument
898 startupinfo, creationflags, shell, to_close,
951 creationflags=47)
1326 creationflags=CREATE_NEW_CONSOLE)
Dtest_os.py861 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
/external/python/cpython2/Doc/library/
Dsubprocess.rst282 startupinfo=None, creationflags=0)
424 *creationflags*, if given, can be :data:`CREATE_NEW_CONSOLE` or
510 CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*
677 A :class:`Popen` ``creationflags`` parameter to specify that a new process
/external/python/cpython3/Lib/test/
Dtest_os.py178 creationflags=subprocess.CREATE_NEW_CONSOLE,
450 creationflags=DETACHED_PROCESS
2011 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
Dtest_subprocess.py1838 creationflags=47)
2882 creationflags=CREATE_NEW_CONSOLE)
/external/python/cpython2/Doc/whatsnew/
D2.4.rst402 startupinfo=None, creationflags=0):
/external/python/cpython3/Doc/whatsnew/
D2.4.rst402 startupinfo=None, creationflags=0):