Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Dstart_port_server.py77 creationflags = 0x00000008 # detached process
79 creationflags = 0 # DETACHED_PROCESS doesn't seem to work with python3
83 creationflags=creationflags,
/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/llvm-project/llvm/test/Support/
Dinterrupts.test35 creationflags=subprocess.CREATE_NEW_CONSOLE)
/external/grpc-grpc/tools/run_tests/python_utils/
Dstart_port_server.py77 creationflags=0x00000008, # detached process
/external/python/cpython3/Lib/
Dsubprocess.py756 startupinfo=None, creationflags=0, argument
788 if creationflags != 0:
949 startupinfo, creationflags, shell,
1332 startupinfo, creationflags, shell, argument
1420 creationflags,
1661 startupinfo, creationflags, shell, argument
/external/python/cpython3/Doc/library/
Dsubprocess.rst341 startupinfo=None, creationflags=0, restore_signals=True, \
613 *creationflags*, if given, can be one or more of the following flags:
789 CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*
996 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1004 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1011 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1018 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1025 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1032 A :class:`Popen` ``creationflags`` parameter to specify that a new process
1039 A :class:`Popen` ``creationflags`` parameter to specify that a new process
[all …]
Dasyncio-subprocess.rst239 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/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/
Dprocess_control.py447 creationflags=creation_flags)
/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.py237 creationflags=subprocess.CREATE_NEW_CONSOLE,
591 creationflags=DETACHED_PROCESS
2306 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
Dtest_subprocess.py2142 creationflags=47)
3255 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):