Searched refs:cErrors (Results 26 - 50 of 59) sorted by relevance

123

/vbox/src/VBox/Runtime/testcase/
H A DtstRTDigest.cpp465 uint32_t cErrors = 0; local
540 cErrors++;
545 if (cErrors > 0)
546 return Error("Failed: %u error%s (%u passed)", cErrors, cErrors == 1 ? "" : "s", cPassed);
H A DtstRTHttp.cpp192 unsigned cErrors = 0; local
324 cErrors++;
343 return !!cErrors;
H A DtstRTProcCreateEx.cpp182 int cErrors = 0; local
190 cErrors++;
193 return cErrors == 0 ? RTEXITCODE_SUCCESS : RTEXITCODE_FAILURE;
H A DtstUtf8.cpp813 size_t cErrors; member in struct:__anon16763
829 size_t cErrors = RTStrPurgeEncoding((char *)aTests[i].szIn); local
830 if (cErrors != aTests[i].cErrors)
831 RTTestFailed(hTest, "#%u: cErrors=%u expected %u\n", i, cErrors, aTests[i].cErrors);
H A DtstRTLockValidator.cpp357 uint32_t cErrors = RTTestErrorCount(g_hTest); local
372 if (g_fDoNotSpin && RTTestErrorCount(g_hTest) != cErrors)
381 } while ( RTTestErrorCount(g_hTest) == cErrors
391 RTThreadSleep(RTTestErrorCount(g_hTest) == cErrors ? 0 : 50);
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestset.py312 ' cErrors = cErrors + 1\n'
326 ' AND cErrors > 0\n'
328 cErrors = self._oDb.fetchOne()[0];
329 if cErrors > 0:
348 'SET cErrors = (SELECT COALESCE(SUM(cErrors), 0)\n'
352 'RETURNING cErrors\n'
354 cErrors = self._oDb.fetchOne()[0];
355 if cErrors
[all...]
/vbox/src/recompiler/Sun/
H A Dtestmath.c130 unsigned cErrors = 0; local
141 cErrors++; \
154 cErrors++; \
167 cErrors++; \
305 cErrors++;
320 cErrors++;
337 return cErrors;
806 unsigned cErrors = testmath(); local
812 printf("cErrors=%d\n", cErrors);
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h3765 unsigned cErrors = 0;
3861 cErrors++;
3869 cErrors++;
3879 cErrors++;
3935 cErrors++;
3947 cErrors++;
3958 cErrors++;
3993 cErrors++;
4007 cErrors++;
4016 cErrors
[all...]
H A DPGMAllHandler.cpp1520 unsigned cErrors;
1584 pState->cErrors++;
1597 pState->cErrors++;
1605 pState->cErrors++;
1628 pState->cErrors++;
1638 pState->cErrors++;
1647 pState->cErrors++;
1655 pState->cErrors++;
1679 State.cErrors = 0;
1736 State.cErrors
[all...]
H A DPGMAll.cpp2760 unsigned cErrors = 0; local
2782 cErrors++;
2788 return cErrors;
2809 unsigned cErrors = PGM_BTH_PFN(AssertCR3, pVCpu)(pVCpu, cr3, cr4, 0, ~(RTGCPTR)0); local
2812 return cErrors;
/vbox/src/VBox/HostDrivers/VBoxUSB/testcase/
H A DtstUSBFilter.cpp40 cErrors++; \
49 cErrors++; \
79 unsigned cErrors = 0; local
351 if (!cErrors)
354 RTPrintf(TESTCASE ": FAILURE - %d errors\n", cErrors);
355 return !!cErrors;
/vbox/src/VBox/ValidationKit/testdriver/
H A Dbase.py914 cErrors = 0;
922 cErrors = cErrors + 1;
927 cErrors = cErrors + self.__wipeScratchRecurse(sFullName);
932 cErrors = cErrors + 1;
939 cErrors = cErrors + 1;
940 return cErrors;
[all...]
H A Dvboxtestvms.py772 _, cErrors = reporter.testDone();
773 if cErrors > 0:
/vbox/src/VBox/Devices/Storage/
H A DDrvSCSI.cpp104 unsigned cErrors; member in struct:DRVSCSI
145 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
198 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
222 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
290 pThis->cErrors++;
291 if (pThis->cErrors < MAX_LOG_REL_ERRORS)
349 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
366 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
403 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp127 uint64_t cErrors; member in struct:NETPERFSTATS
346 pStats->cErrors,
417 "cTx", "cRx", "cEchos", "cErrors", "cNsElapsed"
424 &pStats->cErrors,
638 pStats->cErrors++;
645 pStats->cErrors++;
654 pStats->cErrors++;
668 pStats->cErrors++;
704 pStats->cErrors++;
727 RTTestIValue("Errors", pStats->cErrors, RTTESTUNIT_PACKET
[all...]
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuitestresult.py134 if oTestResult.cErrors > 0:
135 sErrCnt = ' (1 error)' if oTestResult.cErrors == 1 else ' (%d errors)' % oTestResult.cErrors;
347 if oTestResultTree.cErrors > 0:
348 aoResultRows.append(( 'Errors:', oTestResultTree.cErrors ));
661 if oEntry.cErrors > 0:
662 aoTestSetLinks.append(WuiTmLink('- %d error(s)' % (oEntry.cErrors, ),
/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp414 static unsigned cErrors = 100; local
415 if (cErrors > 0)
418 cErrors--;
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp958 uint32_t cErrors = 0; local
992 cErrors++;
1003 cErrors++;
1038 cErrors++;
1046 if (cErrors > 0)
1047 return DBGCCmdHlpFail(pCmdHlp, pCmd, "Found %#x errors", cErrors);
H A DPGM.cpp3815 unsigned cErrors = 0; local
3816 rc = VMR3ReqCallWaitU(pUVM, DBGCCmdHlpGetCurrentCpu(pCmdHlp), (PFNRT)pgmR3CmdAssertCR3EmtWorker, 2, pUVM, &cErrors);
3819 if (cErrors > 0)
3820 return DBGCCmdHlpFail(pCmdHlp, pCmd, "PGMAssertCR3: %u error(s)", cErrors);
4129 int cErrors = 0; local
4133 cErrors += RTAvlroGCPhysDoWithAll(&pVM->pgm.s.pTreesR3->PhysHandlers, true, pgmR3CheckIntegrityPhysHandlerNode, &Args);
4135 cErrors += RTAvlroGCPhysDoWithAll(&pVM->pgm.s.pTreesR3->PhysHandlers, false, pgmR3CheckIntegrityPhysHandlerNode, &Args);
4137 cErrors += RTAvlroGCPtrDoWithAll( &pVM->pgm.s.pTreesR3->VirtHandlers, true, pgmR3CheckIntegrityVirtHandlerNode, &Args);
4139 cErrors += RTAvlroGCPtrDoWithAll( &pVM->pgm.s.pTreesR3->VirtHandlers, false, pgmR3CheckIntegrityVirtHandlerNode, &Args);
4141 cErrors
[all...]
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstGIP-2.cpp204 pCpu->cErrors);
/vbox/src/VBox/VMM/include/
H A DVMInternal.h247 uint32_t volatile cErrors; member in struct:VMINTUSERPERVM
H A DMMInternal.h564 STAMCOUNTER cErrors; member in struct:MMPAGEPOOL
/vbox/src/VBox/Runtime/common/string/
H A Dutf-8.cpp345 size_t cErrors = 0; local
358 cErrors++;
361 return cErrors;
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp936 static int cErrors; local
988 if (cErrors < 32)
992 if (cErrors < 1)
995 cErrors++;
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp1745 uint32_t cErrors = 0; local
1763 cErrors++;
1766 return cErrors;
1781 uint32_t cErrors = 0; local
1783 cErrors += gmmR0SanityCheckSet(pGMM, &pGMM->PrivateX, "private", pszFunction, uLineNo);
1784 cErrors += gmmR0SanityCheckSet(pGMM, &pGMM->Shared, "shared", pszFunction, uLineNo);
1787 return cErrors;

Completed in 419 milliseconds

123