Searched refs:cTests (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest.cpp105 RTR3DECL(int) RTManifestVerify(const char *pszManifestFile, PRTMANIFESTTEST paTests, size_t cTests, size_t *piFailed) argument
140 rc = RTManifestVerifyFilesBuf(pvBuf, cbRead, paTests, cTests, piFailed);
333 RTR3DECL(int) RTManifestVerifyFilesBuf(void *pvBuf, size_t cbSize, PRTMANIFESTTEST paTests, size_t cTests, size_t *piFailed) argument
339 AssertReturn(cTests > 0, VERR_INVALID_PARAMETER);
344 PRTMANIFESTFILEENTRY paFiles = (PRTMANIFESTFILEENTRY)RTMemTmpAllocZ(sizeof(RTMANIFESTFILEENTRY) * cTests);
349 for (size_t i = 0; i < cTests; ++i)
459 for (size_t i = 0; i < cTests; ++i)
488 for (size_t i = 0; i < cTests; ++i)
511 for (size_t i = 0; i < cTests; ++i)
/vbox/include/iprt/
H A Dmanifest.h426 * @param cTests Number of entries in paTests.
432 RTR3DECL(int) RTManifestVerify(const char *pszManifestFile, PRTMANIFESTTEST paTests, size_t cTests, size_t *piFailed);
500 RTR3DECL(int) RTManifestVerifyFilesBuf(void *pvBuf, size_t cbSize, PRTMANIFESTTEST paTests, size_t cTests, size_t *piFailed);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxtestvms.py728 cTests = 0;
733 cStartTests = cTests;
764 cTests = cTests + (rc2 is not None);
768 reporter.testDone(fSkipped = cTests == cStartTests);
770 reporter.testDone(fSkipped = cTests == 0);
H A Dreporter.py263 cTests = len(self.atTests);
264 if cTests <= 0:
266 return self.cErrors - self.atTests[cTests - 1][1];
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDigest-2.cpp104 * @param cTests The number of tests in the table.
108 static void testGeneric(const char *pszDigestObjId, TESTRTDIGEST const *paTests, size_t cTests, const char *pszDigestName, argument
115 for (uint32_t iTest = 0; iTest < cTests; iTest++)
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2701 uint32_t cTests = g_uNtVerCombined >= SUP_NT_VER_VISTA ? 16 : 38; /* ALPC since Vista. */ local
2706 } while (!fThatsIt && --cTests > 0);

Completed in 583 milliseconds