Searched refs:message (Results 51 - 75 of 304) sorted by relevance

1234567891011>>

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStubCertUtil.cpp28 #include <iprt/message.h>
36 * @returns true on success, false on failure (error message written).
56 * @returns true on success, false on failure (error message written).
95 * @returns true on success, false on failure (error message written).
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsDisplay.cpp320 /* Prepare message: */
321 UIValidationMessage message; local
322 message.first = VBoxGlobal::removeAccelMark(m_pTabWidget->tabText(0));
327 message.second << tr("The virtual machine is set up to use hardware graphics acceleration. "
340 message.second << tr("The virtual machine is currently assigned less than <b>%1</b> of video memory "
351 message.second << tr("The virtual machine is currently assigned less than <b>%1</b> of video memory "
368 message.second << tr("The virtual machine is set up to use hardware graphics acceleration "
382 message.second << tr("The virtual machine is set up to use Video Stream Acceleration. "
387 /* Serialize message: */
388 if (!message
389 messages << message; local
395 UIValidationMessage message; local
427 messages << message; local
[all...]
H A DUIMachineSettingsNetwork.cpp192 /* Prepare message: */
193 UIValidationMessage message; local
194 message.first = vboxGlobal().removeAccelMark(tabTitle());
203 message.second << tr("No bridged network adapter is currently selected.");
212 message.second << tr("No internal network name is currently specified.");
221 message.second << tr("No host-only network adapter is currently selected.");
230 message.second << tr("No generic driver is currently selected.");
239 message.second << tr("No NAT network name is currently specified.");
251 message.second << tr("The MAC address must be 12 hexadecimal digits long.");
261 message
268 messages << message; local
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTZip.cpp38 #include <iprt/message.h>
/vbox/src/VBox/Runtime/tools/
H A DRTShutdown.cpp36 #include <iprt/message.h>
57 { "--message", 'm', RTGETOPT_REQ_STRING }
/vbox/src/VBox/Runtime/common/net/
H A Dmacstr.cpp37 #include <iprt/message.h>
/vbox/include/VBox/
H A Ddbus.h42 const char *message; member in struct:DBusError
/vbox/src/VBox/Runtime/r0drv/os2/
H A DassertA-r0drv-os2.asm40 ;; The last assert message. (see assert-r0drv-os2.cpp)
44 ;; The length of the last assert message.
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.cpp409 char *message = NULL; // utf8 local
410 rc = ex->GetMessage (&message);
412 if (NS_SUCCEEDED (rc) && message)
414 mText = QString::fromUtf8 (message);
415 nsMemory::Free (message);
H A DUIPopupCenter.cpp178 void UIPopupCenter::message(QWidget *pParent, const QString &strPopupPaneID, function in class:UIPopupCenter
193 message(pParent, strPopupPaneID, strMessage, QString());
200 message(pParent, strPopupPaneID, strMessage, QString(),
212 message(pParent, strPopupPaneID, strMessage, QString(),
435 "additional message box paragraph")
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-api.jar ... .lang.String, java.lang.Throwable) String message Throwable cause public void " href="/source/s?defs ...
H A Djaxws-rt.jar ... sun/xml/ws/api/handler/ com/sun/xml/ws/api/message/ com/sun/xml/ws/api/message/stream/ com/sun/xml ...
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/
H A Dpoppad.c224 long FAR PASCAL _export WndProc (HWND hwnd, UINT message, UINT wParam, argument
238 switch (message)
538 if (message == messageFindReplace)
561 return DefWindowProc (hwnd, message, wParam, lParam) ;
564 BOOL FAR PASCAL _export AboutDlgProc (HWND hDlg, UINT message, UINT wParam, argument
567 switch (message)
/vbox/src/VBox/Devices/PC/ipxe/contrib/errdb/
H A Derrdb.pl14 -h,--help Display brief help message
/vbox/src/VBox/HostServices/GuestControl/
H A Dgctrl.cpp34 #include <iprt/message.h>
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Dimport.pl13 -h,--help Display brief help message
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwintabx.h37 * Wintab message crackers
41 # define HANDLE_MSG(hwnd, message, fn) \
42 case (message): return HANDLE_##message((hwnd), (wParam), (lParam), (fn))
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dsession.c116 g_warning ("Failed to open sessions directory: %s", error->message);
140 g_warning ("Failed to load session file %s: %s:", path, error->message);
191 g_warning ("Failed to open configuration file: %s", error->message);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwintabx.h37 * Wintab message crackers
41 # define HANDLE_MSG(hwnd, message, fn) \
42 case (message): return HANDLE_##message((hwnd), (wParam), (lParam), (fn))
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.cpp59 * Send a message to the async window thread and wait for a reply
121 if (msg.message == WM_VMSVGA3D_EXIT)
128 if (msg.message == WM_VMSVGA3D_WAKEUP)
132 if (msg.message == WM_VMSVGA3D_CREATEWINDOW)
177 if (msg.message == WM_VMSVGA3D_DESTROYWINDOW)
186 if (msg.message == WM_VMSVGA3D_RESIZEWINDOW)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_main.c435 static LRESULT CALLBACK wined3d_wndproc(HWND window, UINT message, WPARAM wparam, LPARAM lparam) argument
449 return DefWindowProcW(window, message, wparam, lparam);
458 return device_process_message(device, window, unicode, message, wparam, lparam, proc);
460 return CallWindowProcW(proc, window, message, wparam, lparam);
461 return CallWindowProcA(proc, window, message, wparam, lparam);
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp191 virtual IOReturn message(UInt32 enmMsg, IOService *pProvider, void *pvArg = 0);
206 /** Should be open the device on the next close notification message? */
251 virtual IOReturn message(UInt32 enmMsg, IOService *pProvider, void *pvArg = 0);
259 /** Should be open the device on the next close notification message? */
377 * Gets the name of a IOKit message.
380 * @param enmMsg The message.
1243 * Close and release the IOUSBDevice if didn't do that already in message().
1288 * kIOMessageServiceIsTerminated message before we're stopped.
1313 * @param enmMsg The message number.
1318 org_virtualbox_VBoxUSBDevice::message(UInt3 function in class:org_virtualbox_VBoxUSBDevice
1759 org_virtualbox_VBoxUSBInterface::message(UInt32 enmMsg, IOService *pProvider, void *pvArg) function in class:org_virtualbox_VBoxUSBInterface
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Derror.c65 * @msg: the message to display/transmit
66 * @...: extra parameters for the message display
237 * @str: the formatted error message
433 * @msg: the message to display/transmit
434 * @...: extra parameters for the message display
437 * then forward the error message down the parser or generic
487 * Formatting the message
490 str = (char *) xmlStrdup(BAD_CAST "No error message provided");
537 to->message = str;
663 * @msg: the message t
946 char *message, *file, *str1, *str2, *str3; local
[all...]
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp633 nsXPIDLCString message; local
634 ex->GetMessage(getter_Copies(message));
635 printf(" message=%s\n", message.get());
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp429 switch (pMsg->message)
533 if (pMsg->message == WM_KEYUP || pMsg->message == WM_SYSKEYUP)
540 /* keyEvent() returned that it didn't process the message, but since the
542 * to let Qt process the message (to handle non-alphanumeric <HOST>+key
545 ::SendMessage(pMsg->hwnd, pMsg->message,
1075 MSG message;
1076 message.hwnd = m_views[m_iKeyboardHookViewIndex]->winId();
1077 message.message
[all...]

Completed in 78 milliseconds

1234567891011>>