HomeSort by relevance Sort by last modified time
    Searched refs:SW_HIDE (Results 1 - 25 of 43) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dispdib.h 65 #define DisplayDibWindowEnd(hwnd) ::ShowWindow(hwnd,SW_HIDE)
71 #define DisplayDibWindowEnd(hwnd) ShowWindow(hwnd,SW_HIDE)
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_control_c.cc 65 si.wShowWindow = SW_HIDE;
  /sdk/avdlauncher/src/source/
avdlauncher.c 83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
  /sdk/sdklauncher/src/source/
sdklauncher.c 83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 101 ShowWindow(m_window, visible ? SW_SHOW : SW_HIDE);
  /external/lzma/CPP/Windows/Control/
Dialog.h 27 { return ShowItem(itemID, show ? SW_SHOW: SW_HIDE); }
29 bool HideItem(int itemID) const { return ShowItem(itemID, SW_HIDE); }
  /sdk/find_java/src/source/
utils.cpp 105 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
find_java_lib.cpp 480 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
  /sdk/find_java2/src/
utils.cpp 190 startup.wShowWindow = SW_HIDE | SW_MINIMIZE;
JavaFinder.cpp 117 startup.wShowWindow = SW_HIDE | SW_MINIMIZE;
  /external/lzma/CPP/Windows/
Window.h 165 bool Show_Bool(bool show) { return Show(show ? SW_SHOW: SW_HIDE); }
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 347 ShowWindow(host_window_, SW_HIDE);
  /external/python/cpython2/PC/
_subprocess.c 669 defint(d, "SW_HIDE", SW_HIDE);
  /external/skia/src/utils/win/
SkWGL_win.cpp 225 ShowWindow(dummy, SW_HIDE);
  /external/skqp/src/utils/win/
SkWGL_win.cpp 225 ShowWindow(dummy, SW_HIDE);
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 520 ::ShowWindow(windows[i].wnd, SW_HIDE);
532 ::ShowWindow(listbox_, SW_HIDE);
  /prebuilts/go/darwin-x86/src/syscall/
exec_windows.go 316 si.ShowWindow = SW_HIDE
  /prebuilts/go/linux-x86/src/syscall/
exec_windows.go 316 si.ShowWindow = SW_HIDE
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp 245 ThemeShowPage(_theme, _visiblePageId, SW_HIDE);
489 ThemeShowControl(_theme, ID_CUSTOM_BROWSE_BUTTON_LABEL, SW_HIDE);
684 HINSTANCE res = ShellExecuteW(0, L"runas", pythonw, arguments, NULL, SW_HIDE);
    [all...]
  /external/python/cpython2/Lib/
subprocess.py 89 STD_ERROR_HANDLE, SW_HIDE,
94 "STD_ERROR_HANDLE", "SW_HIDE",
608 startupinfo.wShowWindow = _subprocess.SW_HIDE
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py 446 STD_ERROR_HANDLE, SW_HIDE,
451 "STD_ERROR_HANDLE", "SW_HIDE",
920 startupinfo.wShowWindow = _subprocess.SW_HIDE
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py 446 STD_ERROR_HANDLE, SW_HIDE,
451 "STD_ERROR_HANDLE", "SW_HIDE",
920 startupinfo.wShowWindow = _subprocess.SW_HIDE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 446 STD_ERROR_HANDLE, SW_HIDE,
451 "STD_ERROR_HANDLE", "SW_HIDE",
920 startupinfo.wShowWindow = _subprocess.SW_HIDE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 446 STD_ERROR_HANDLE, SW_HIDE,
451 "STD_ERROR_HANDLE", "SW_HIDE",
920 startupinfo.wShowWindow = _subprocess.SW_HIDE
    [all...]
  /external/python/cpython3/Lib/
subprocess.py 167 STD_ERROR_HANDLE, SW_HIDE,
172 "STD_ERROR_HANDLE", "SW_HIDE",
    [all...]

Completed in 485 milliseconds

1 2