Searched defs:iTest (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Main/testcase/ |
H A D | tstGuestCtrlParseBuffer.cpp | 136 unsigned iTest = 0; local 137 for (iTest; iTest < RT_ELEMENTS(aTest); iTest++) 139 RTTestIPrintf(RTTESTLVL_DEBUG, "Manual test #%d\n", iTest); 142 rc = stream.AddData((BYTE*)aTest[iTest].pbData, aTest[iTest].cbData); 194 unsigned iTest = 0; local 195 for (iTest; iTest < RT_ELEMENT [all...] |
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTDigest-2.cpp | 77 * @param iTest The test number (for reporting). 80 static bool testGenericCheckResult(RTCRDIGEST hDigest, uint32_t iTest, TESTRTDIGEST const *pTest) argument 91 RTTestIFailed("sub-test %#u (%s) failed: Expected %s, got %s.", iTest, pTest->pszTest, pTest->pszDigest, szDigest); 115 for (uint32_t iTest = 0; iTest < cTests; iTest++) 124 RTTESTI_CHECK_RC_RETV(RTCrDigestUpdate(hDigest, paTests[iTest].pvInput, paTests[iTest].cbInput), VINF_SUCCESS); 125 if (!testGenericCheckResult(hDigest, iTest, &paTests[iTest])) [all...] |
H A D | tstRand.cpp | 73 static void tstRandCheckDist(uint32_t *pacHits, unsigned iTest) argument 93 iTest); 122 for (unsigned iTest = 0; iTest < RT_ELEMENTS(s_aU32Tests); iTest++) 125 uint32_t const uFirst = s_aU32Tests[iTest].u32First; 126 uint32_t const uLast = s_aU32Tests[iTest].u32Last; 138 tstRandCheckDist(acHits, iTest); 167 for (unsigned iTest = 0; iTest < RT_ELEMENT [all...] |
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageGuestCtrl.cpp | 1672 size_t iTest = 0; local 1673 for (iTest; iTest < RT_ELEMENTS(aTests); iTest++) 1675 RTPrintf("=> Test %d\n", iTest); 1677 aTests[iTest].pszSourceRoot, aTests[iTest].pszSource, aTests[iTest].pszDest); 1680 int iResult = ctrlCopyTranslatePath(aTests[iTest].pszSourceRoot, aTests[iTest] [all...] |
Completed in 733 milliseconds