Searched refs:message (Results 276 - 300 of 304) sorted by relevance

<<111213

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmmsystem.h245 LRESULT WINAPI SendDriverMessage(HDRVR hDriver, UINT message,
H A Dvfw.h84 /* ICM driver message range */
262 /* LONG (CALLBACK *zStatus)(LPARAM lParam, UINT message, LONG l); */
263 LONG (CALLBACK *zStatus)(LPARAM lParam, UINT message, LONG l);
299 #define VIDCF_COMPRESSFRAMES 0x0008 /* wants the compress all frames message */
/vbox/src/libs/libxml2-2.6.31/
H A Druntest.c377 str = err->message;
1295 * @msg: the message to display/transmit
1296 * @...: extra parameters for the message display
1318 * @msg: the message to display/transmit
1319 * @...: extra parameters for the message display
1341 * @msg: the message to display/transmit
1342 * @...: extra parameters for the message display
H A Dltmain.sh652 # Change the help message to a mode-specific one.
5028 void lt_fatal (const char *message, ...);
5266 const char * message, va_list ap)
5269 vfprintf (stderr, message, ap);
5277 lt_fatal (const char *message, ...)
5280 va_start (ap, message);
5281 lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
6729 --help display this help message and exit
H A Dxpath.c277 ctxt->lastError.message = (char *) xmlStrdup(buf);
279 ctxt->lastError.message = (char *)
385 * Formats an error message.
14672 * aleksey: in some cases this line prints *second* error message
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp48 #include <iprt/message.h>
3217 " Display this message and exit.\n"
/vbox/src/bldprogs/
H A DVBoxCPP.cpp43 #include <iprt/message.h>
545 * Displays an error message.
549 * @param pszMsg The message.
583 * Displays an error message.
587 * @param pszMsg The message.
601 * Displays an error message.
606 * @param pszMsg The message.
817 * @returns @c true if valid, @c false if not. Error message already displayed
3281 * @param pszMsg The error message.
4782 * @returns Program exit code, with error message o
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmshtml.idl11503 HRESULT alert([defaultvalue(""), in] BSTR message);
11507 [defaultvalue(""), in] BSTR message,
11512 [defaultvalue(""), in] BSTR message,
11966 void alert([in, defaultvalue("")] BSTR message);
11969 VARIANT_BOOL confirm([in, defaultvalue("")] BSTR message);
11973 [in, defaultvalue("")] BSTR message,
12285 void alert([defaultvalue(""), in] BSTR message);
12288 VARIANT_BOOL confirm([defaultvalue(""), in] BSTR message);
12291 VARIANT prompt([defaultvalue(""), in] BSTR message,
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h724 /* readonly attribute string message; */
7049 nsresult (*GetMessage)(IRuntimeErrorEvent *pThis, PRUnichar * *message);
7262 nsresult (*GetMessage)(IHostPciDevicePlugEvent *pThis, PRUnichar * *message);
H A DVBoxCAPI_v4_1.h724 /* readonly attribute string message; */
7449 nsresult (*GetMessage)(IRuntimeErrorEvent *pThis, PRUnichar * *message);
7660 nsresult (*GetMessage)(IHostPciDevicePlugEvent *pThis, PRUnichar * *message);
H A DVBoxCAPI_v4_2.h724 /* readonly attribute string message; */
8455 nsresult (*GetMessage)(IRuntimeErrorEvent *pThis, PRUnichar * *message);
8666 nsresult (*GetMessage)(IHostPCIDevicePlugEvent *pThis, PRUnichar * *message);
H A DVBoxCAPI_v2_2.h382 /* readonly attribute string message; */
2539 PRUnichar * message
H A DVBoxCAPI_v3_0.h724 /* readonly attribute string message; */
3077 PRUnichar * message
H A DVBoxCAPI_v3_1.h724 /* readonly attribute string message; */
3092 PRUnichar * message
H A DVBoxCAPI_v3_2.h724 /* readonly attribute string message; */
3214 PRUnichar * message
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h288 unsigned int message; member in struct:hardware_msg_data::__anon14189::__anon14190
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2026 UINT message, WPARAM wparam, LPARAM lparam, WNDPROC proc) DECLSPEC_HIDDEN;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp70 #include <iprt/message.h>
330 * check if we're interested in the message
777 RTPrintf("Error: SDL_InitSubSystem failed with message '%s'\n", SDL_GetError());
5029 /* post message so we can do something in the startup loop */
5043 /* post message so the window is actually resized */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h1991 UINT message, WPARAM wparam, LPARAM lparam, WNDPROC proc) DECLSPEC_HIDDEN;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h2018 UINT message, WPARAM wparam, LPARAM lparam, WNDPROC proc) DECLSPEC_HIDDEN;
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp29 #include <iprt/message.h>
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py644 return self.onRuntimeError(oEvtIt.fatal, oEvtIt.id, oEvtIt.message)
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/
H A Dglext.h6273 typedef void (APIENTRY *GLDEBUGPROCARB)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);
6277 typedef void (APIENTRY *GLDEBUGPROCAMD)(GLuint id,GLenum category,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);
6281 typedef void (APIENTRY *GLDEBUGPROC)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,GLvoid *userParam);
8615 GLAPI void APIENTRY glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *message);
8626 typedef void (APIENTRYP PFNGLPUSHDEBUGGROUPPROC) (GLenum source, GLuint id, GLsizei length, const GLchar *message);
12819 GLAPI GLuint APIENTRY glGetDebugMessageLogAMD (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message);
12824 typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGAMDPROC) (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message);
/vbox/src/libs/xpcom18a4/nsprpub/
H A Dconfigure184 # This message is too long to be a string in the A/UX 3.1 sh.
190 --help print this message
/vbox/src/libs/liblzf-3.4/
H A Dconfigure412 echo message
1159 # Report the --help message.
1163 # This message is too long to be a string in the A/UX 3.1 sh.
7164 # Save the log message, to keep $[0] and so on meaningful, and to

Completed in 2378 milliseconds

<<111213