Home
last modified time | relevance | path

Searched refs:wShowWindow (Results 1 – 19 of 19) sorted by relevance

/external/clang/tools/clang-format/
Dclang-format.py72 startupinfo.wShowWindow = subprocess.SW_HIDE
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cpp65 si.wShowWindow = SW_HIDE; in run_parent()
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cc65 si.wShowWindow = SW_HIDE; in run_parent()
/external/llvm-project/clang/tools/clang-format/
Dclang-format.py109 startupinfo.wShowWindow = subprocess.SW_HIDE
/external/python/cpython3/Lib/
Dsubprocess.py176 hStdError=None, wShowWindow=0, lpAttributeList=None): argument
181 self.wShowWindow = wShowWindow
193 wShowWindow=self.wShowWindow,
1405 startupinfo.wShowWindow = _winapi.SW_HIDE
/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp91 startupinfo.wShowWindow = SW_HIDE; in LaunchProcess()
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
Dclang-include-fixer.py94 startupinfo.wShowWindow = subprocess.SW_HIDE
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp202 StartupInfo.wShowWindow = SW_HIDE; in ExecCmd()
/external/ImageMagick/MagickCore/
Dnt-base.c2336 startup_info.wShowWindow=SW_SHOWMINNOACTIVE; in NTSystemCommand()
2342 startup_info.wShowWindow=SW_SHOWDEFAULT; in NTSystemCommand()
2349 startup_info.wShowWindow=SW_HIDE; in NTSystemCommand()
/external/python/cpython2/PC/
D_subprocess.c463 si.wShowWindow = getint(startup_info, "wShowWindow"); in sp_CreateProcess()
/external/python/cpython2/Lib/
Dsubprocess.py68 wShowWindow = 0 variable in STARTUPINFO
612 startupinfo.wShowWindow = _subprocess.SW_HIDE
/external/python/cpython3/Lib/test/
Dtest_subprocess.py3199 startupinfo.wShowWindow = SW_MAXIMIZE
3214 wShowWindow=SW_MAXIMIZE
3226 startupinfo.wShowWindow = subprocess.SW_HIDE
3246 self.assertEqual(startupinfo.wShowWindow, subprocess.SW_HIDE)
/external/python/cpython2/Doc/library/
Dsubprocess.rst620 .. attribute:: wShowWindow
665 Specifies that the :attr:`STARTUPINFO.wShowWindow` attribute contains
/external/python/cpython3/Doc/library/
Dsubprocess.rst876 hStdError=None, wShowWindow=0, lpAttributeList=None)
914 .. attribute:: wShowWindow
986 Specifies that the :attr:`STARTUPINFO.wShowWindow` attribute contains
/external/python/cpython3/Modules/
D_winapi.c1096 si.StartupInfo.wShowWindow = (WORD)getulong(startup_info, "wShowWindow"); in _winapi_CreateProcess_impl()
/external/python/cpython2/Lib/test/
Dtest_subprocess.py1313 startupinfo.wShowWindow = SW_MAXIMIZE
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c2342 si.wShowWindow = SW_HIDE; in remove_exe()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c2313 si.wShowWindow = SW_HIDE; in remove_exe()
/external/python/cpython2/Modules/
Dposixmodule.c5512 siStartInfo.wShowWindow = SW_HIDE; in _PyPopenCreateProcess()