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

1 2

  /external/lzma/CPP/7zip/UI/Explorer/
MyMessages.cpp 16 ::MessageBoxW(window, message, L"7-Zip", MB_OK | MB_ICONSTOP);
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp 105 MessageBox(hWnd, pszStr, _T("Error"), MB_OK|MB_ICONEXCLAMATION);
179 MessageBox(0, _T("Failed to register the window class"), _T("Error"), MB_OK | MB_ICONEXCLAMATION);
194 MessageBox(0, _T("Failed to create the device context"), _T("Error"), MB_OK|MB_ICONEXCLAMATION);
222 MessageBox(0, _T("eglInitialize() failed."), _T("Error"), MB_OK|MB_ICONEXCLAMATION);
266 MessageBox(0, _T("eglChooseConfig() failed."), _T("Error"), MB_OK|MB_ICONEXCLAMATION);
355 MessageBox(hWnd, i32InfoLogLength ? pszInfoLog : _T(""), _T("Failed to compile fragment shader"), MB_OK|MB_ICONEXCLAMATION);
374 MessageBox(hWnd, i32InfoLogLength ? pszInfoLog : _T(""), _T("Failed to compile vertex shader"), MB_OK|MB_ICONEXCLAMATION);
404 MessageBox(hWnd, i32InfoLogLength ? pszInfoLog : _T(""), _T("Failed to link program"), MB_OK|MB_ICONEXCLAMATION);
  /prebuilts/misc/windows/sdl2/test/
testnativew32.c 61 MB_ICONEXCLAMATION | MB_OK);
71 MB_ICONEXCLAMATION | MB_OK);
  /external/libxml2/win32/wince/
wincecompat.h 48 #define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK)
  /external/python/cpython2/PC/
winsound.c 56 "MessageBeep(x) - call Windows MessageBeep(x). x defaults to MB_OK.");
134 int x = MB_OK;
186 ADD_DEFINE(MB_OK);
w9xpopen.c 42 MessageBox(NULL, usage, argv[0], MB_OK);
  /external/python/cpython2/PC/bdist_wininst/
install.c 912 MessageBox(hwndMain, Buffer, "Runtime Error", MB_OK | MB_ICONSTOP);
955 MB_OK | MB_ICONWARNING);
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 956 MessageBox(hwndMain, Buffer, "Runtime Error", MB_OK | MB_ICONSTOP);
999 MB_OK | MB_ICONWARNING);
    [all...]
  /external/python/cpython3/Lib/test/
test_winsound.py 69 safe_MessageBeep(winsound.MB_OK)
84 safe_MessageBeep(type=winsound.MB_OK)
  /sdk/find_java/src/source/
utils.cpp 37 MessageBoxA(NULL, formatted.cstr(), "Android SDK Manager", MB_OK | MB_ICONINFORMATION);
56 MessageBox(NULL, formatted.cstr(), "Android SDK Manager - Error", MB_OK | MB_ICONERROR);
  /external/python/cpython3/PC/clinic/
winsound.c.h 79 "MessageBeep($module, /, type=MB_OK)\n"
84 "x defaults to MB_OK.");
98 int type = MB_OK;
  /sdk/avdlauncher/src/source/
avdlauncher.c 64 MessageBox(NULL, s2, "Android AVD Manager - Error", MB_OK);
  /sdk/sdklauncher/src/source/
sdklauncher.c 64 MessageBox(NULL, s2, "Android SDK Manager - Error", MB_OK);
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 288 MessageBoxW(NULL, L"Unable to create dump directory", L"Dumper", MB_OK);
306 MessageBoxW(NULL, L"Unable to start server", L"Dumper", MB_OK);
332 MessageBoxW(NULL, L"Dump request failed", L"Dumper", MB_OK);
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.cpp 354 MessageBox(NULL, L"", L"", MB_OK|MB_ICONEXCLAMATION);
360 MessageBox( NULL, L"", L"", MB_ICONERROR | MB_OK );
367 MessageBox( NULL, errorMessage, errorCaption, MB_ICONERROR | MB_OK );
  /external/libjpeg-turbo/
jerror.c 107 MB_OK | MB_ICONERROR);
  /external/python/cpython3/PC/
winsound.c 164 type: int(c_default="MB_OK") = MB_OK
168 x defaults to MB_OK.
244 ADD_DEFINE(MB_OK);
  /external/swiftshader/tests/OGLSimpleCube/
OGLSimpleCube.cpp 169 MB_ICONERROR | MB_OK);
175 MB_ICONERROR | MB_OK);
  /sdk/find_java2/src/
utils.cpp 97 MessageBox(NULL, formatted, gAppName, MB_OK | MB_ICONINFORMATION);
141 MessageBox(NULL, formatted, name, MB_OK | MB_ICONERROR);
  /external/python/cpython2/Lib/test/
test_winsound.py 65 safe_MessageBeep(winsound.MB_OK)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_winsound.py 79 winsound.MessageBeep(winsound.MB_OK)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winsound.py 80 winsound.MessageBeep(winsound.MB_OK)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winsound.py 80 winsound.MessageBeep(winsound.MB_OK)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winsound.py 80 winsound.MessageBeep(winsound.MB_OK)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winsound.py 80 winsound.MessageBeep(winsound.MB_OK)

Completed in 1595 milliseconds

1 2