/external/webrtc/webrtc/examples/peerconnection/client/ |
D | conductor.cc | 84 main_wnd_->MessageBox("Error", in InitializePeerConnection() 91 main_wnd_->MessageBox("Error", in InitializePeerConnection() 333 main_wnd_->MessageBox("Error", ("Failed to connect to " + server_).c_str(), in OnServerConnectionFailure() 358 main_wnd_->MessageBox("Error", in ConnectToPeer() 367 main_wnd_->MessageBox("Error", "Failed to initialize PeerConnection", true); in ConnectToPeer()
|
D | main_wnd.h | 52 virtual void MessageBox(const char* caption, const char* text, 92 virtual void MessageBox(const char* caption, const char* text,
|
D | main_wnd.cc | 191 void MainWnd::MessageBox(const char* caption, const char* text, bool is_error) { in MessageBox() function in MainWnd
|
/external/libxml2/win32/wince/ |
D | wincecompat.h | 48 #define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK)
|
/external/libjpeg-turbo/release/ |
D | libjpeg-turbo.nsi.in | 29 …MessageBox MB_OK "An existing version of the @CMAKE_PROJECT_NAME@ SDK for @INST_PLATFORM@ is alrea… 31 …MessageBox MB_OK "An existing version of the @CMAKE_PROJECT_NAME@ SDK for @INST_PLATFORM@ or the T…
|
/external/icu/icu4c/source/samples/layout/ |
D | layout.cpp | 90 MessageBox(NULL, TEXT("This demo only runs on Windows 2000!"), szAppName, MB_ICONERROR); in WinMain() 323 MessageBox(hwnd, TEXT("Windows Layout Sample 0.1\n") in WndProc()
|
D | clayout.c | 91 MessageBox(NULL, TEXT("This demo only runs on Windows 2000!"), szAppName, MB_ICONERROR); in WinMain() 327 MessageBox(hwnd, TEXT("Windows Layout Sample 0.1\n") in WndProc()
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 101 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() 732 MessageBox (hwnd, TEXT ("Error in displaying the PNG image"), in DisplayImage()
|
/external/webrtc/webrtc/examples/peerconnection/client/linux/ |
D | main_wnd.h | 40 virtual void MessageBox(const char* caption, const char* text,
|
D | main_wnd.cc | 148 void GtkMainWnd::MessageBox(const char* caption, const char* text, in MessageBox() function in GtkMainWnd
|
/external/autotest/client/tests/kvm/deps/ |
D | finish.cpp | 52 MessageBox(NULL, buffer, "Error", MB_OK | MB_ICONERROR); in ExitOnError()
|
D | rss.cpp | 153 MessageBox(hMainWindow, buffer, "Error", MB_OK | MB_ICONERROR); in ExitOnError()
|
/external/libjpeg-turbo/ |
D | jerror.c | 105 MessageBox(GetActiveWindow(), buffer, "JPEG Library Error", in output_message()
|
/external/opencv/cxcore/src/ |
D | cxerror.cpp | 194 … int answer = MessageBox( NULL, message, title, MB_ICONERROR|MB_ABORTRETRYIGNORE|MB_SYSTEMMODAL ); in cvGuiBoxReport()
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | InstallerRT.nsi | 276 …MessageBox MB_OK "The Windows Vulkan Runtime is already installed to $0. It will be re-installed t… 657 …MessageBox MB_YESNO "A reboot is required to finish the uninstall. Do you wish to reboot now?" /SD… 714 MessageBox MB_OK|MB_ICONSTOP "${errorMessage1}${errorMessage2}Errorcode: $1$\r$\n" /SD IDOK 740 … MessageBox MB_OK|MB_ICONSTOP "${errorMessage1un}${errorMessage2}Errorcode: $1$\r$\n" /SD IDOK
|
/external/webrtc/webrtc/modules/video_render/test/testAPI/ |
D | testAPI.cc | 130 … MessageBox( 0, TEXT("Failed to register window class!"),TEXT("Error!"), MB_OK|MB_ICONERROR ); in WebRtcCreateWindow()
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/ |
D | OISConsole.cpp | 212 MessageBox( NULL, ex.eText, "An exception has occurred!", MB_OK | in main()
|
D | FFConsoleDemo.cpp | 951 MessageBox(0, ex.eText, "Exception Raised!", MB_OK); in run()
|
/external/vulkan-validation-layers/tests/ |
D | vktestframework.cpp | 46 MessageBox(NULL, err_msg, err_class, MB_OK); \
|
/external/pcre/dist/ |
D | pcregexp.pas | 824 MessageBox(GetString(erRegExpCompile)+'"'+P^.ErrorStr+'"'+GetString(erRegExpCompPos),
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 740 (void) MessageBox(NULL,buffer,"ImageMagick Exception",MB_OK | MB_TASKMODAL | in NTErrorHandler() 2726 (void) MessageBox(NULL,buffer,"ImageMagick Warning",MB_OK | MB_TASKMODAL | in NTWarningHandler()
|
/external/opencv/cvaux/src/ |
D | cvtrifocal.cpp | 1021 MessageBox(0,str,"Info",MB_OK|MB_TASKMODAL); in icvComputeProjectMatricesNPoints() 1059 MessageBox(0,str2,"Info",MB_OK|MB_TASKMODAL); in icvComputeProjectMatricesNPoints() 1159 MessageBox(0,str,"Info",MB_OK|MB_TASKMODAL); in icvComputeProjectMatricesNPoints()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreator.py | 1012 wx.MessageBox(JetDefs.IMPORT_ARCHIVE_NO_JTC) 1025 wx.MessageBox(JetDefs.IMPORT_NOT_JET_ARCHIVE) 1032 wx.MessageBox(JetDefs.IMPORT_ARCHIVE_NO_JTC)
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 240 MessageBox(NULL, L"Please wait...", kMessageBoxTitle, MB_OK); in MessageBoxFunc()
|
/external/vulkan-validation-layers/demos/ |
D | tri.c | 71 MessageBox(NULL, err_msg, err_class, MB_OK); \ 134 MessageBox(NULL, message, "Alert", MB_OK); in dbgFunc()
|