Searched refs:strMsg (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DtstVDCompact.vd18 void tstCompact(string strMsg, string strBackend)
20 print(strMsg);
48 void tstSnapshotCompact(string strMsg, string strBackend)
50 print(strMsg);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddxerr8.h43 HRESULT WINAPI DXTraceA(const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, BOOL bPopMsgBox);
44 HRESULT WINAPI DXTraceW(const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, BOOL bPopMsgBox);
H A Ddxerr9.h43 HRESULT WINAPI DXTraceA(const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, BOOL bPopMsgBox);
44 HRESULT WINAPI DXTraceW(const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, BOOL bPopMsgBox);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddxerr8.h43 HRESULT WINAPI DXTraceA(const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, BOOL bPopMsgBox);
44 HRESULT WINAPI DXTraceW(const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, BOOL bPopMsgBox);
H A Ddxerr9.h43 HRESULT WINAPI DXTraceA(const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, BOOL bPopMsgBox);
44 HRESULT WINAPI DXTraceW(const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, BOOL bPopMsgBox);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsLanguage.cpp166 QString strMsg = translator.translate(pCtxt, pSrc, pCmnt); local
168 if (strMsg.isEmpty())
169 strMsg = QString(pSrc);
170 return strMsg;
/vbox/src/VBox/Frontends/VirtualBox/src/
H A Dmain.cpp425 QString strMsg = QApplication::tr("Executable <b>%1</b> requires Qt %2.x, found Qt %3.") local
430 strMsg, QMessageBox::Abort, 0);
431 qFatal("%s", strMsg.toUtf8().constData());
/vbox/
H A Dconfigure.vbs586 sub MsgWarning(strMsg)
587 Print "warning: " & strMsg
593 sub MsgFatal(strMsg)
594 Print "fatal error: " & strMsg
601 sub MsgError(strMsg)
602 Print "error: " & strMsg
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp137 HRESULT GuestSessionTask::setProgressErrorMsg(HRESULT hr, const Utf8Str &strMsg) argument
139 LogFlowFunc(("hr=%Rhrc, strMsg=%s\n",
140 hr, strMsg.c_str()));
155 strMsg.c_str());
/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h57 HRESULT setProgressErrorMsg(HRESULT hr, const Utf8Str &strMsg);

Completed in 76 milliseconds