| /vbox/src/libs/xpcom18a4/xpcom/tests/ |
| H A D | TestPermanentAtoms.cpp | 47 static void Assert(PRBool aCondition, const char* aStatement) function 56 Assert(nsDependentCString(str) == aString, "string is correct"); 61 Assert(NS_STATIC_CAST(AtomImpl*,aAtom)->IsPermanent() == aPermanence, 75 Assert(foo == foop, "atoms are equal"); 85 Assert(bar == barp, "atoms are equal");
|
| /vbox/src/VBox/VMM/testcase/ |
| H A D | tstVMStructSize.cpp | 526 #undef Assert macro 527 #define Assert(expr) do { } while (0) macro
|
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
| H A D | base64.c | 98 #define Assert(Cond) if (!(Cond)) abort() macro 184 Assert(output[0] < 64); 185 Assert(output[1] < 64); 186 Assert(output[2] < 64); 187 Assert(output[3] < 64); 207 Assert(output[0] < 64); 208 Assert(output[1] < 64); 209 Assert(output[2] < 64);
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/ |
| H A D | tstMvWnd.cpp | 15 #define Assert(_m) do {} while (0) macro 84 Assert(hWnd); 106 Assert(bRc); 115 Assert(bRc); 150 Assert(hr == S_OK); 160 Assert(hThread);
|
| /vbox/src/libs/zlib-1.2.6/ |
| H A D | zutil.h | 222 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 229 # define Assert(cond,msg) macro
|
| /vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/zlib/ |
| H A D | zutil.h | 245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 252 # define Assert(cond,msg) macro
|
| /vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/ |
| H A D | zutil.h | 255 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 262 # define Assert(cond,msg) macro
|
| /vbox/src/VBox/Runtime/common/vfs/ |
| H A D | vfsmemory.cpp | 194 Assert(pExtent->off <= off); 254 Assert(pSgBuf->cSegs == 1); 255 Assert(off < 0); function 305 Assert(offUnsigned - pExtent->off < pExtent->cb); 328 Assert(!pNext || pNext->off > pExtent->off); 333 Assert(!pExtent || pExtent->off > offUnsigned); 449 Assert(pSgBuf->cSegs == 1); 450 Assert(off < 0); 474 Assert(!pExtent || pExtent->off > offUnsigned); 489 Assert(!pExten [all...] |
| /vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
| H A D | debug.h | 46 # define Assert(_expr) do { } while (0) macro 74 # define _ERR_BREAK() Assert(0) 75 # define _ERR_ASSERT(_e) Assert((_e))
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
| H A D | debug.h | 46 # define Assert(_expr) do { } while (0) macro 74 # define _ERR_BREAK() Assert(0) 75 # define _ERR_ASSERT(_e) Assert((_e))
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/ |
| H A D | VBoxD3DIf.cpp | 47 Assert(0); 99 Assert(enmType > 0); 100 Assert(enmType < RT_ELEMENTS(lookup)); function 101 Assert(lookup[enmType].dType != D3DTSS_FORCE_DWORD); 156 Assert((fFlags.Value & (~(0x00000100 | 0x00000200 | 0x00000400))) == 1); 162 Assert((fFlags.Value & (~(0x00000100 | 0x00000200 | 0x00000400))) == 2); 166 Assert((fFlags.Value & (~(0x00000100 | 0x00000200 | 0x00000400))) == 0); 206 Assert(pAlloc->pvMem); 211 Assert(SUCCEEDED(hr)); 218 Assert(pAllo [all...] |
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
| H A D | debug.h | 40 # define Assert(_expr) do { } while (0) macro 80 # define _ERR_BREAK() Assert(0) 81 # define _ERR_ASSERT(_e) Assert((_e))
|
| /vbox/src/VBox/VMM/VMMR3/ |
| H A D | VMEmt.cpp | 668 Assert(VMMGetCpu(pVM) == pVCpu); 768 Assert(pVCpu->idCpu == pUVCpu->idCpu); 1204 Assert(i < RT_ELEMENTS(g_aHaltMethods)); function 1217 /* Assert that the failure fallback is where we expect. */ 1218 Assert(g_aHaltMethods[0].enmHaltMethod == VMHALTMETHOD_BOOTSTRAP); 1219 Assert(!g_aHaltMethods[0].pfnTerm && !g_aHaltMethods[0].pfnInit); 1258 PVM pVM = pUVM->pVM; Assert(pVM);
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
| H A D | debug.h | 46 # define Assert(_expr) do { } while (0) macro 74 # define _ERR_BREAK() Assert(0) 75 # define _ERR_ASSERT(_e) Assert((_e))
|
| /vbox/src/VBox/Runtime/common/string/ |
| H A D | strcache.cpp | 370 Assert(pThis->cRefs == 1); 406 Assert(cbMin <= g_acbFixedLists[RT_ELEMENTS(g_acbFixedLists) - 1]); 427 Assert(pFree->uMarker == RTSTRCACHEFREEMERGE_MAIN); 428 Assert(pFree->cbFree > 0); 429 Assert(RT_ALIGN_32(pFree->cbFree, sizeof(*pFree)) == pFree->cbFree); 520 Assert(pFree->uMarker == RTSTRCACHEFREEMERGE_MAIN); 521 Assert(pFree->cbFree > 0); 522 Assert(RT_ALIGN_32(pFree->cbFree, sizeof(*pFree)) == pFree->cbFree); 549 Assert(cbEntry > cchString); 570 Assert(pFre 1161 Assert(cRefs < UINT32_MAX / 2); function [all...] |
| /vbox/include/iprt/ |
| H A D | assert.h | 33 /** @defgroup grp_rt_assert Assert - Assertions 45 * - Assert - The normal strict build only assertions. 46 * - AssertLogRel - Calls LogRel() in non-strict builds, otherwise like Assert. 56 * - RC - Assert RT_SUCCESS. 57 * - RCSuccess - Assert VINF_SUCCESS. 494 /** @def Assert 495 * Assert that an expression is true. If false, hit breakpoint. 499 # define Assert(expr) \ macro 508 # define Assert(expr) do { } while (0) 513 * Assert tha [all...] |
| /vbox/src/VBox/VMM/VMMRZ/ |
| H A D | PGMRZDynMap.cpp | 376 Assert(!g_pPGMR0DynMap); 582 Assert(pSet->aEntries[j].iPage == UINT16_MAX); 583 Assert(!pSet->aEntries[j].cRefs); 590 Assert(pThis->cUsers > 0); 611 Assert(!pvUser2); 613 Assert(pThis == g_pPGMR0DynMap); 650 Assert(pThis->cPages <= PGMR0DYNMAP_MAX_PAGES); 682 Assert(cMinPages); 807 Assert(!(ASMGetFlags() & X86_EFL_IF)); 1112 Assert(ASMGetFlag 1397 Assert(iFreePage < cPages); function [all...] |
| /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/ |
| H A D | VBoxNetCfg.cpp | 39 #ifndef Assert /** @todo r=bird: where would this be defined? */ 41 //# define Assert(_expr) assert(_expr) 43 //# define Assert(_expr) do{ }while (0) 45 # define Assert _ASSERT macro 273 Assert(tmpHr == S_OK); 1406 Assert(SUCCEEDED(hr)); 1409 // Assert(varReturnValue.vt == VT_UINT); 1492 Assert(SUCCEEDED(hr)); 1495 // Assert(varReturnValue.vt == VT_UINT); 1561 Assert(SUCCEEDE [all...] |
| /vbox/include/VBox/vmm/ |
| H A D | dbgf.h | 253 } Assert; member in union:DBGFEVENT::__anon320
|
| /vbox/src/VBox/VMM/VMMAll/ |
| H A D | IEMAll.cpp | 730 AssertRC(VBOXSTRICTRC_VAL(rcPassUp)); Assert(rcPassUp != VINF_SUCCESS); 772 Assert(CPUMSELREG_ARE_HIDDEN_PARTS_VALID(pVCpu, &pCtx->cs)); 773 Assert(CPUMSELREG_ARE_HIDDEN_PARTS_VALID(pVCpu, &pCtx->ss)); 774 Assert(CPUMSELREG_ARE_HIDDEN_PARTS_VALID(pVCpu, &pCtx->es)); 775 Assert(CPUMSELREG_ARE_HIDDEN_PARTS_VALID(pVCpu, &pCtx->ds)); 776 Assert(CPUMSELREG_ARE_HIDDEN_PARTS_VALID(pVCpu, &pCtx->fs)); 777 Assert(CPUMSELREG_ARE_HIDDEN_PARTS_VALID(pVCpu, &pCtx->gs)); 778 Assert(CPUMSELREG_ARE_HIDDEN_PARTS_VALID(pVCpu, &pCtx->ldtr)); 779 Assert(CPUMSELREG_ARE_HIDDEN_PARTS_VALID(pVCpu, &pCtx->tr)); 833 Assert(CPUMSELREG_ARE_HIDDEN_PARTS_VALI 1063 uint8_t cbLeft = pIemCpu->cbOpcode - pIemCpu->offOpcode; Assert(cbLeft < cbMin); function 2048 Assert(uCpl < 4); function 5682 Assert(iStReg < 8 || iStReg == UINT8_MAX); function [all...] |