Home
last modified time | relevance | path

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

/external/clang/tools/clang-format/
Dclang-format.py72 startupinfo.wShowWindow = subprocess.SW_HIDE
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cc65 si.wShowWindow = SW_HIDE; in run_parent()
/external/python/cpython3/Lib/
Dsubprocess.py131 hStdError=None, wShowWindow=0, lpAttributeList=None): argument
136 self.wShowWindow = wShowWindow
148 wShowWindow=self.wShowWindow,
1165 startupinfo.wShowWindow = _winapi.SW_HIDE
/external/ImageMagick/MagickCore/
Dnt-base.c2404 startup_info.wShowWindow=SW_SHOWMINNOACTIVE; in NTSystemCommand()
2410 startup_info.wShowWindow=SW_SHOWDEFAULT; in NTSystemCommand()
2417 startup_info.wShowWindow=SW_HIDE; in NTSystemCommand()
/external/python/cpython2/Lib/
Dsubprocess.py68 wShowWindow = 0 variable in STARTUPINFO
612 startupinfo.wShowWindow = _subprocess.SW_HIDE
/external/python/cpython2/PC/
D_subprocess.c463 si.wShowWindow = getint(startup_info, "wShowWindow"); in sp_CreateProcess()
/external/python/cpython3/Lib/test/
Dtest_subprocess.py2826 startupinfo.wShowWindow = SW_MAXIMIZE
2841 wShowWindow=SW_MAXIMIZE
2853 startupinfo.wShowWindow = subprocess.SW_HIDE
2873 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.rst787 hStdError=None, wShowWindow=0, lpAttributeList=None)
825 .. attribute:: wShowWindow
897 Specifies that the :attr:`STARTUPINFO.wShowWindow` attribute contains
/external/python/cpython3/Modules/
D_winapi.c1020 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()