Searched refs:message (Results 76 - 100 of 304) sorted by relevance

1234567891011>>

/vbox/src/VBox/Main/glue/
H A Derrorprint.cpp28 #include <iprt/message.h>
144 * actual error message. */
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIPopupCenter.h65 /* API: Main message function.
68 void message(QWidget *pParent, const QString &strPopupPaneID,
74 /* API: Wrapper to 'message' function.
79 /* API: Wrapper to 'message' function.
85 /* API: Wrapper to 'message' function.
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialog.cpp399 /* Remember warning/error message: */
409 foreach (const UIValidationMessage &message, messages) argument
412 const QString strTitle(message.first.isNull() ? tr("<b>%1</b> page:").arg(strTitlePrefix) :
413 tr("<b>%1: %2</b> page:").arg(strTitlePrefix, message.first));
415 QStringList paragraph(message.second);
417 /* Format text for iterated message: */
449 /* Show warning if message is not an error: */
/vbox/src/VBox/Runtime/testcase/
H A DtstRTTime.cpp34 #include <iprt/message.h>
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventPrivate.h142 void DebugDump(const char * message, PRUint32 hashKey);
/vbox/src/VBox/VMM/testcase/
H A DtstX86-FpuSaveRestore.cpp23 #include <iprt/message.h>
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Ddetails.css177 tr.tmtbl-events-message td:nth-child(3) {
182 tr.tmtbl-events-message td:nth-child(3) {
/vbox/src/VBox/ValidationKit/utils/nt/
H A Dntsetfreq.cpp36 #include <iprt/message.h>
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DDistributionPackageClass.py156 if ErrCode.message == EDK1_INF_ERROR:
182 if ErrCode.message == EDK1_INF_ERROR:
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dxcmc.h213 CMC_message *message,
271 CMC_message **message,
/vbox/src/VBox/Installer/linux/scripts/
H A Dcheck_module_dependencies.sh146 ## Aborts the script and prints a printf-type error message to stderr.
150 message="$1"
152 echo 1>&2 "$message"
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_net.h87 CRMessage *mesg; /* the actual message (header + payload) */
88 unsigned int len; /* length of message (header + payload) */
164 /* To receive one message on the connection */
168 /* Called when a full CR_MESSAGE_MULTI_HEAD/TAIL message has been received */
253 * This happens when message processing for client associated with this connection
283 extern DECLEXPORT(unsigned int) crNetGetMessage( CRConnection *conn, CRMessage **message );
284 extern DECLEXPORT(unsigned int) crNetPeekMessage( CRConnection *conn, CRMessage **message );
/vbox/src/VBox/Additions/haiku/VBoxMouse/
H A DVBoxMouse.cpp233 status_t VBoxMouse::Control(const char *device, void *cookie, uint32 code, BMessage *message) argument
241 return BInputServerDevice::Control(device, cookie, code, message);
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c55 g_warning ("Failed to run '%s': %s", command, error->message);
127 g_warning ("Failed to run 'locale -a': %s", error->message);
H A Duser.c213 g_warning ("Failed to load configuration from %s: %s", USER_CONFIG_FILE, error->message); // FIXME: Don't make warning on no file, just info
402 g_warning ("Error updating user %s: %s", g_dbus_proxy_get_object_path (object->proxy), error->message);
491 g_warning ("Error getting user %s: %s", path, error->message);
612 g_warning ("Error getting UserName from org.freedesktop.DisplayManager.Session: %s", error->message);
705 g_warning ("Error contacting org.freedesktop.Accounts: %s", error->message);
737 g_warning ("Error getting user list from org.freedesktop.Accounts: %s", error->message);
784 g_warning ("Error monitoring %s: %s", PASSWD_FILE, error->message);
799 g_warning ("Error contacting org.freedesktop.DisplayManager: %s", error->message);
820 g_warning ("Error getting session list from org.freedesktop.DisplayManager: %s", error->message);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxcmc.h213 CMC_message *message,
271 CMC_message **message,
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_main.c438 static LRESULT CALLBACK wined3d_wndproc(HWND window, UINT message, WPARAM wparam, LPARAM lparam) argument
451 return DefWindowProcW(window, message, wparam, lparam);
458 return device_process_message(device, window, message, wparam, lparam, proc);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.c329 switch (pMsgInfo->message)
364 crDebug("Visibility info updated due to unknown hooked message (%d)", pMsgInfo->message);
379 switch (pMsgInfo->message)
399 /*crDebug("hook: unknown message (%d)", pMsgInfo->message);*/
414 crWarning("Window message hook install failed! (not fatal)");
/vbox/include/VBox/HostServices/
H A DService.h56 uint32_t message() const { return m_uMsg; } function in class:HGCM::Message
239 uint32_t message() const { return m_uMsg; }
257 m_paParms[0].setUInt32(pMessage->message());
/vbox/src/VBox/HostServices/DragAndDrop/
H A Ddndmanager.h31 * DnD message class. This class forms the base of all other more specialized
32 * message classes.
61 *puMsg = m_pNextMsg->message();
97 * DnD message class for generic messages which didn't need any special
110 * DnD message class for informing the guest about a new drop data event.
135 /* Total message size (in bytes). */
137 /* Transferred message size (in bytes). */
145 * DnD message class for informing the guest to cancel any currently and
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dgenkeymap.pl30 -h,--help Display brief help message
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceWrapper.cpp29 #include <iprt/message.h>
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineWindowScale.cpp186 if (machineView() && pMessage->message == WM_SIZING && !(QApplication::keyboardModifiers() & Qt::ShiftModifier))
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartStart.cpp25 #include <iprt/message.h>

Completed in 233 milliseconds

1234567891011>>