Searched refs:AssertMsgFailed (Results 1 - 25 of 495) sorted by relevance

1234567891011>>

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizardPage.cpp36 AssertMsgFailed(("UIWizardPageBase::wizardImp() should be reimplemented!"));
43 AssertMsgFailed(("UIWizardPageBase::thisImp() should be reimplemented!"));
50 AssertMsgFailed(("UIWizardPageBase::fieldImp(const QString &) should be reimplemented!"));
/vbox/src/VBox/Runtime/common/misc/
H A Dhandle.cpp58 AssertMsgFailed(("Socket not supported\n"));
63 AssertMsgFailed(("Thread not supported\n"));
68 AssertMsgFailed(("Invalid type %d\n", ph->enmType));
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIModalWindowManager.cpp48 AssertMsgFailed(("UIModalWindowManager instance is already created!"));
62 AssertMsgFailed(("UIModalWindowManager instance is already destroyed!"));
167 AssertMsgFailed(("Passed pointer is NULL!"));
174 AssertMsgFailed(("Passed widget is NOT top-level window!"));
181 AssertMsgFailed(("Passed parent widget is NOT top-level window!"));
207 AssertMsgFailed(("Passed parent window is not on the top of his current-stack!"));
218 AssertMsgFailed(("Passed parent window is not registered!"));
272 AssertMsgFailed(("Passed pointer is NULL!"));
279 AssertMsgFailed(("Passed widget is NOT top-level window!"));
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendCOM.cpp94 default: AssertMsgFailed(("No color for %d", state)); break;
131 default: AssertMsgFailed(("No icon for %d", state)); break;
168 default: AssertMsgFailed(("No text for %d", state)); break;
182 default: AssertMsgFailed(("No text for %d", state)); break;
198 default: AssertMsgFailed(("No text for %d", type)); break;
215 default: AssertMsgFailed(("No text for %d", type)); break;
229 default: AssertMsgFailed(("No text for %d", mode)); break;
243 default: AssertMsgFailed(("No text for %d", mode)); break;
258 default: AssertMsgFailed(("No text for %d", type)); break;
274 default: AssertMsgFailed(("N
[all...]
H A DUIConverterBackendGlobal.cpp84 AssertMsgFailed(("No text for size suffix=%d", sizeSuffix));
103 AssertMsgFailed(("No value for '%s'", strSizeSuffix.toAscii().constData()));
120 AssertMsgFailed(("No text for bus=%d & port=%d", storageSlot.bus, storageSlot.port));
125 AssertMsgFailed(("No text for bus=%d & port=%d & device=%d", storageSlot.bus, storageSlot.port, storageSlot.device));
143 AssertMsgFailed(("No text for bus=%d & port=%d", storageSlot.bus, storageSlot.port));
148 AssertMsgFailed(("No text for bus=%d & port=%d & device=%d", storageSlot.bus, storageSlot.port, storageSlot.device));
159 AssertMsgFailed(("No text for bus=%d & port=%d", storageSlot.bus, storageSlot.port));
164 AssertMsgFailed(("No text for bus=%d & port=%d & device=%d", storageSlot.bus, storageSlot.port, storageSlot.device));
175 AssertMsgFailed(("No text for bus=%d & port=%d", storageSlot.bus, storageSlot.port));
180 AssertMsgFailed(("N
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dprocess.cpp78 AssertMsgFailed(("enmPriority=%d\n", enmPriority));
110 AssertMsgFailed(("Buffer too small (%zu <= %zu)\n", cbExecPath, cch));
/vbox/src/VBox/Runtime/darwin/
H A DRTErrConvertFromDarwinCOM.cpp59 AssertMsgFailed(("Unhandled error %#x\n", iNativeCode));
/vbox/src/VBox/Runtime/r3/win/
H A Dutf8-win.cpp91 AssertMsgFailed(("Unicode to ACP translation failed. lasterr=%d\n", iLastErr));
102 AssertMsgFailed(("Unicode to ACP translation failed lasterr=%d\n", iLastErr));
156 AssertMsgFailed(("ACP to Unicode translation failed. lasterr=%d\n", iLastErr));
166 AssertMsgFailed(("Unicode to ACP translation failed lasterr=%d\n", iLastErr));
H A Dalloc-win.cpp64 AssertMsgFailed(("VirtualProtect(%p, %#x,,) -> lasterr=%d\n", pvProt, cbProt, GetLastError()));
104 AssertMsgFailed(("cb=%d lasterr=%d\n", cb, GetLastError()));
115 AssertMsgFailed(("pv=%p lasterr=%d\n", pv, GetLastError()));
130 AssertMsgFailed(("!cb\n"));
135 AssertMsgFailed(("fProtect=%#x\n", fProtect));
180 AssertMsgFailed(("fProtect=%#x\n", fProtect));
H A DrtProcInitExePath-win.cpp57 AssertMsgFailed(("%Rrc %d\n", rc, err));
H A Ddirenum-win.cpp116 AssertMsgFailed(("Invalid pDir=%p\n", pDir));
145 AssertMsgFailed(("Invalid pDir=%p\n", pDir));
150 AssertMsgFailed(("Invalid pDirEntry=%p\n", pDirEntry));
159 AssertMsgFailed(("Invalid *pcbDirEntry=%d (min %d)\n", *pcbDirEntry, RT_OFFSETOF(RTDIRENTRY, szName[2])));
231 AssertMsgFailed(("Invalid pDir=%p\n", pDir));
236 AssertMsgFailed(("Invalid pDirEntry=%p\n", pDirEntry));
242 AssertMsgFailed(("Invalid enmAdditionalAttribs=%p\n", enmAdditionalAttribs));
252 AssertMsgFailed(("Invalid *pcbDirEntry=%d (min %d)\n", *pcbDirEntry, RT_OFFSETOF(RTDIRENTRYEX, szName[2])));
383 AssertMsgFailed(("Impossible!\n"));
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dalloc-r0drv-haiku.c102 AssertMsgFailed(("Cannot get_memory_map for contig alloc! cb=%u\n",(unsigned)cb));
105 AssertMsgFailed(("Cannot create_area for contig alloc! cb=%u error=0x%08lx\n",(unsigned)cb, area));
121 AssertMsgFailed(("Cannot find area to delete! cb=%u error=0x%08lx\n",(unsigned)cb, area));
/vbox/src/VBox/HostDrivers/VBoxUSB/win/Install/
H A DUSBUninstall.cpp131 AssertMsgFailed(("Failed to stop service. status=%d\n", Status.dwCurrentState));
136 AssertMsgFailed(("ControlService failed with LastError=%Rwa. status=%d\n", LastError, Status.dwCurrentState));
145 AssertMsgFailed(("OpenService failed LastError=%Rwa\n", LastError));
181 AssertMsgFailed(("DeleteService failed LastError=%Rwa\n", LastError));
190 AssertMsgFailed(("OpenService failed LastError=%Rwa\n", LastError));
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupStackViewport.cpp50 AssertMsgFailed(("Popup-pane already exists!"));
74 AssertMsgFailed(("Popup-pane doesn't exists!"));
91 AssertMsgFailed(("Popup-pane doesn't exists!"));
129 AssertMsgFailed(("Should be called by popup-pane only!"));
137 AssertMsgFailed(("Popup-pane already destroyed!"));
/vbox/src/VBox/Runtime/common/string/
H A DRTUtf16CopyAscii.cpp61 AssertMsgFailed(("ch=%#x\n", ch));
/vbox/src/VBox/Runtime/r3/os2/
H A Dfilelock-os2.cpp59 AssertMsgFailed(("Invalid fLock=%08X\n", fLock));
71 AssertMsgFailed(("64-bit file i/o not supported! offLock=%lld cbLock=%lld\n", offLock, cbLock));
117 AssertMsgFailed(("Invalid fLock=%08X\n", fLock));
153 AssertMsgFailed(("64-bit file i/o not supported! offLock=%lld cbLock=%lld\n", offLock, cbLock));
H A Dsems-os2.cpp83 AssertMsgFailed(("Destroy hEventSem %p failed, rc=%d\n", hEventSem, rc));
102 AssertMsgFailed(("Wait on hEventSem %p failed, rc=%d\n", hEventSem, rc));
184 AssertMsgFailed(("Destroy hEventMultiSem %p failed, rc=%d\n", hEventMultiSem, rc));
239 AssertMsgFailed(("Wait on hEventMultiSem %p failed, rc=%d\n", hEventMultiSem, rc));
302 AssertMsgFailed(("Destroy hMutexSem %p failed, rc=%d\n", hMutexSem, rc));
341 AssertMsgFailed(("Wait on hMutexSem %p failed, rc=%d\n", hMutexSem, rc));
363 AssertMsgFailed(("Release hMutexSem %p failed, rc=%d\n", hMutexSem, rc));
379 AssertMsgFailed(("DosQueryMutexSem %p failed, rc=%d\n", hMutexSem, rc));
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_error.h31 # define WARN(_m) do { crWarning _m ; AssertMsgFailed(_m); } while (0)
35 # define WARN(_m) do { AssertMsgFailed(_m); } while (0)
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dalloc-r0drv-nt.cpp109 AssertMsgFailed(("MMAllocContiguousMemory returned high address! PhysAddr=%RX64\n", (uint64_t)PhysAddr.QuadPart));
112 AssertMsgFailed(("MMAllocContiguousMemory didn't return a page aligned address - %p!\n", pv));
/vbox/src/VBox/Runtime/r3/linux/
H A DRTThreadGetNativeState-linux.cpp98 AssertMsgFailed(("state=%c\n", psz[2]));
104 AssertMsgFailed(("stat='%s'\n", szName));
/vbox/src/VBox/Runtime/r3/posix/
H A DRTMemProtect-posix.cpp48 AssertMsgFailed(("!cb\n"));
53 AssertMsgFailed(("fProtect=%#x\n", fProtect));
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsGroup.cpp143 default: AssertMsgFailed(("Invalid item type!")); break;
152 default: AssertMsgFailed(("Invalid item type!")); break;
162 default: AssertMsgFailed(("Invalid item type!")); break;
173 default: AssertMsgFailed(("Invalid item type!")); break;
184 default: AssertMsgFailed(("Invalid item type!")); break;
/vbox/src/VBox/VMM/VMMAll/
H A DMMAll.cpp79 AssertMsgFailed(("enmType=%d\n", pLookup->enmType));
89 AssertMsgFailed(("R3Ptr=%RHv is not inside the hypervisor memory area!\n", R3Ptr));
141 AssertMsgFailed(("enmType=%d\n", pLookup->enmType));
151 AssertMsgFailed(("R0Ptr=%RHv is not inside the hypervisor memory area!\n", R0Ptr));
184 AssertMsgFailed(("enmType=%d\n", pLookup->enmType));
195 AssertMsgFailed(("RCPtr=%RRv is not inside the hypervisor memory area!\n", RCPtr));
238 AssertMsgFailed(("enmType=%d\n", pLookup->enmType));
262 AssertMsgFailed(("%s\n", R3STRING(pLookup->pszDesc))); NOREF(pVM);
269 AssertMsgFailed(("%s\n", R3STRING(pLookup->pszDesc)));
273 AssertMsgFailed(("enmTyp
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/win/testcase/
H A DUSBTest.cpp52 AssertMsgFailed(("couldn't start service, hr (0x%x)\n", hr));
97 AssertMsgFailed(("Failed to stop service. status=%d\n", Status.dwCurrentState));
102 AssertMsgFailed(("ControlService failed with LastError=%Rwa. status=%d\n", LastError, Status.dwCurrentState));
111 AssertMsgFailed(("OpenService failed LastError=%Rwa\n", LastError));
138 AssertMsgFailed(("DeviceIoControl failed with %d\n", GetLastError()));
171 AssertMsgFailed(("DeviceIoControl failed with %d\n", GetLastError()));
196 AssertMsgFailed(("DeviceIoControl failed with %d\n", GetLastError()));
/vbox/src/VBox/Devices/Storage/
H A DDrvRawImage.cpp72 AssertMsgFailed(("Error querying Raw image file size, rc=%Rrc. (%s)\n", rc, pThis->pszFilename));
133 AssertMsgFailed(("RTFileRead(%RTfile, %p, %#x) -> %Rrc (off=%#llx '%s')\n",
137 AssertMsgFailed(("RTFileSeek(%RTfile,%#llx,) -> %Rrc\n", pThis->hFile, off, rc));
167 AssertMsgFailed(("RTFileWrite(%RTfile, %p, %#x) -> %Rrc (off=%#llx '%s')\n",
171 AssertMsgFailed(("RTFileSeek(%RTfile,%#llx,) -> %Rrc\n", pThis->hFile, off, rc));
290 AssertMsgFailed(("Configuration error: query for \"Path\" string return %Rrc.\n", rc));
315 AssertMsgFailed(("Could not open Raw image file %s, rc=%Rrc\n", pszName, rc));

Completed in 131 milliseconds

1234567891011>>