Home
last modified time | relevance | path

Searched refs:MessageBox (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython3/PC/bdist_wininst/
Dinstall.c630 rc = MessageBox(GetFocus(), text, caption, flags); in PyMessageBox()
956 MessageBox(hwndMain, Buffer, "Runtime Error", MB_OK | MB_ICONSTOP); in SystemError()
998 MessageBox(GetFocus(), Buffer, "Error", in notify()
1192 MessageBox(hwndMain, in CreateBackground()
1380 MessageBox(GetFocus(), Py_GetPrefix(), "PREFIX", MB_OK); in get_sys_prefix()
1381 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
1563 MessageBox(hwnd, "Don't know Python's installation type", in CheckRootKey()
1625 MessageBox(hwnd, msg, "Cannot install", in SelectPythonDlgProc()
1776 MessageBox(GetFocus(), in OpenLogfile()
1783 MessageBox(GetFocus(), KeyName, "Could not open key", MB_OK); in OpenLogfile()
[all …]
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c602 rc = MessageBox(GetFocus(), text, caption, flags); in PyMessageBox()
912 MessageBox(hwndMain, Buffer, "Runtime Error", MB_OK | MB_ICONSTOP); in SystemError()
954 MessageBox(GetFocus(), Buffer, "Error", in notify()
1148 MessageBox(hwndMain, in CreateBackground()
1336 MessageBox(GetFocus(), Py_GetPrefix(), "PREFIX", MB_OK); in get_sys_prefix()
1337 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
1519 MessageBox(hwnd, "Don't know Python's installation type", in CheckRootKey()
1581 MessageBox(hwnd, msg, "Cannot install", in SelectPythonDlgProc()
1732 MessageBox(GetFocus(), in OpenLogfile()
1739 MessageBox(GetFocus(), KeyName, "Could not open key", MB_OK); in OpenLogfile()
[all …]
/external/webrtc/examples/peerconnection/client/
Dconductor.cc143 main_wnd_->MessageBox("Error", "Failed to initialize PeerConnectionFactory", in InitializePeerConnection()
150 main_wnd_->MessageBox("Error", "CreatePeerConnection failed", true); in InitializePeerConnection()
395 main_wnd_->MessageBox("Error", ("Failed to connect to " + server_).c_str(), in OnServerConnectionFailure()
420 main_wnd_->MessageBox( in ConnectToPeer()
430 main_wnd_->MessageBox("Error", "Failed to initialize PeerConnection", true); in ConnectToPeer()
Dmain_wnd.h54 virtual void MessageBox(const char* caption,
95 virtual void MessageBox(const char* caption, const char* text, bool is_error);
Dmain_wnd.cc204 void MainWnd::MessageBox(const char* caption, const char* text, bool is_error) { in MessageBox() function in MainWnd
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp354 MessageBox(NULL, L"", L"", MB_OK|MB_ICONEXCLAMATION); in InitInstance()
360 MessageBox( NULL, L"", L"", MB_ICONERROR | MB_OK ); in InitInstance()
367 MessageBox( NULL, errorMessage, errorCaption, MB_ICONERROR | MB_OK ); in InitInstance()
/external/libpng/contrib/visupng/
DVisualPng.c101 MessageBox (NULL, TEXT ("Error: this program requires Windows NT!"), in WinMain()
294 MessageBox (hwnd, TEXT ("Error in saving the PNG image"), in WndProc()
693 MessageBox (hwnd, TEXT ("Error in loading the PNG image"), in LoadImageFile()
731 MessageBox (hwnd, TEXT ("Visual PNG: image is too big");
736 MessageBox (hwnd, TEXT ("Error in displaying the PNG image"),
856 MessageBox (hwnd, TEXT ("Visual PNG: stretched image is too big");
/external/libxml2/win32/wince/
Dwincecompat.h48 #define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK)
/external/libpcap/rpcapd/
Dwin32-svc.c122 MessageBox(NULL, "Not implemented", "warning", MB_OK); in svc_control_handler()
/external/python/cpython2/PC/
Dw9xpopen.c42 MessageBox(NULL, usage, argv[0], MB_OK); in main()
/external/icu/icu4c/source/samples/layout/
Dlayout.cpp96 MessageBox(NULL, TEXT("This demo only runs on Windows 2000!"), szAppName, MB_ICONERROR); in WinMain()
329 MessageBox(hwnd, TEXT("Windows Layout Sample 0.1\n") in WndProc()
Dclayout.c97 MessageBox(NULL, TEXT("This demo only runs on Windows 2000!"), szAppName, MB_ICONERROR); in WinMain()
333 MessageBox(hwnd, TEXT("Windows Layout Sample 0.1\n") in WndProc()
/external/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.h48 virtual void MessageBox(const char* caption, const char* text, bool is_error);
Dmain_wnd.cc180 void GtkMainWnd::MessageBox(const char* caption, in MessageBox() function in GtkMainWnd
/external/libjpeg-turbo/
Djerror.c106 MessageBox(GetActiveWindow(), buffer, "JPEG Library Error", in output_message()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dmain.cpp130 MessageBox(window, L"KeyDown", L"RootWindow", MB_OK); in OnKeyDown()
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp50 MessageBox(NULL, err_msg, err_class, MB_OK); \
/external/ImageMagick/MagickCore/
Dnt-base.c697 (void) MessageBox(NULL,buffer,"ImageMagick Exception",MB_OK | MB_TASKMODAL | in NTErrorHandler()
2683 (void) MessageBox(NULL,buffer,"ImageMagick Warning",MB_OK | MB_TASKMODAL | in NTWarningHandler()
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py1012 wx.MessageBox(JetDefs.IMPORT_ARCHIVE_NO_JTC)
1025 wx.MessageBox(JetDefs.IMPORT_NOT_JET_ARCHIVE)
1032 wx.MessageBox(JetDefs.IMPORT_ARCHIVE_NO_JTC)
/external/python/cffi/doc/source/
Dwhatsnew.rst184 open a non-modal MessageBox (in addition to sending raw messages to
185 stderr). The MessageBox is only visible if the process stays alive:
Dcdef.rst294 official interface is ``MessageBox()`` with arguments like
/external/python/cpython2/Doc/library/
Dctypes.rst1740 >>> MessageBox = prototype(("MessageBoxA", windll.user32), paramflags)
1743 The MessageBox foreign function can now be called in these ways::
1745 >>> MessageBox()
1746 >>> MessageBox(text="Spam, spam, spam")
1747 >>> MessageBox(flags=2, text="foo bar")
/external/python/cpython3/Doc/library/
Dctypes.rst1762 >>> MessageBox = prototype(("MessageBoxW", windll.user32), paramflags)
1764 The ``MessageBox`` foreign function can now be called in these ways::
1766 >>> MessageBox()
1767 >>> MessageBox(text="Spam, spam, spam")
1768 >>> MessageBox(flags=2, text="foo bar")
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc463 MessageBox(NULL, L"Please wait...", kMessageBoxTitle, MB_OK); in MessageBoxFunc()