Searched refs:Expected (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DCommentGeneratingUnitTest.py212 Expected = '''[Guids]
216 self.assertEqual(Result.strip(), Expected)
245 Expected = '''[Guids]
251 self.assertEqual(Result.strip(), Expected)
281 Expected = '''[Guids]
286 self.assertEqual(Result.strip(), Expected)
305 Expected = '''[Guids]
310 self.assertEqual(Result.strip(), Expected)
329 Expected = '''[Guids]
332 self.assertEqual(Result.strip(), Expected
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Wrq.c147 INTN Expected; local
152 Expected = Mtftp4GetNextBlockNum (&Instance->Blocks);
154 ASSERT (Expected >= 0);
160 if (Expected != AckNum) {
171 Expected = Mtftp4GetNextBlockNum (&Instance->Blocks);
173 if (Expected < 0) {
196 return Mtftp4WrqSendBlock (Instance, (UINT16) Expected);
268 INTN Expected; local
275 Expected = Mtftp4GetNextBlockNum (&Instance->Blocks);
277 if (Expected !
[all...]
H A DMtftp4Rrq.c256 INTN Expected; local
260 Expected = Mtftp4GetNextBlockNum (&Instance->Blocks);
262 ASSERT (Expected >= 0);
269 if (Instance->Master && (Expected != BlockNum)) {
294 Expected = Mtftp4GetNextBlockNum (&Instance->Blocks);
296 if (Instance->Master || (Expected < 0)) {
297 if (Expected < 0) {
308 BlockNum = (UINT16) (Expected - 1);
488 INTN Expected; local
496 Expected
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Wrq.c155 INTN Expected; local
160 Expected = Mtftp6GetNextBlockNum (&Instance->BlkList);
162 ASSERT (Expected >= 0);
168 if (Expected != AckNum) {
179 Expected = Mtftp6GetNextBlockNum (&Instance->BlkList);
181 if (Expected < 0) {
219 return Mtftp6WrqSendBlock (Instance, (UINT16) Expected);
295 INTN Expected; local
302 Expected = Mtftp6GetNextBlockNum (&Instance->BlkList);
304 if (Expected !
[all...]
H A DMtftp6Rrq.c223 INTN Expected; local
227 Expected = Mtftp6GetNextBlockNum (&Instance->BlkList);
229 ASSERT (Expected >= 0);
236 if (Instance->IsMaster && (Expected != BlockNum)) {
267 Expected = Mtftp6GetNextBlockNum (&Instance->BlkList);
269 if (Instance->IsMaster || Expected < 0) {
270 if (Expected < 0) {
281 BlockNum = (UINT16) (Expected - 1);
455 INTN Expected; local
463 Expected
[all...]
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-instr-1.cpp160 *pThis->aOperands[0].Expected.pu8 = pEntry->uOut;
161 *pThis->aOperands[1].Expected.pu8 = pEntry->uIn2;
176 *pThis->aOperands[0].Expected.pu16 = pEntry->uOut;
177 *pThis->aOperands[1].Expected.pu16 = pEntry->uIn2;
192 *pThis->aOperands[0].Expected.pu32 = pEntry->uOut;
194 pThis->aOperands[0].Expected.pu32[1] = 0;
195 *pThis->aOperands[1].Expected.pu32 = pEntry->uIn2;
210 *pThis->aOperands[0].Expected.pu64 = pEntry->uOut;
211 *pThis->aOperands[1].Expected.pu64 = pEntry->uIn2;
H A Dcidet-core.cpp1518 pThis->aOperands[iOp].Expected.pv = NULL;
1541 pThis->aOperands[iOp].Expected.pv = NULL;
1573 /* Set the In & Expected members to point to temporary buffer space. */
1574 pThis->aOperands[idxOp].Expected.pu8 = pbBuf;
1778 pThis->aOperands[idxOp].Expected.pv = &pThis->ExpectedCtx.aGRegs[pThis->aOperands[idxOp].iReg];
1784 pThis->aOperands[idxOp].Expected.pv = &pThis->ExpectedCtx.aGRegs[pThis->aOperands[idxOp].iReg - 4];
1785 pThis->aOperands[idxOp].Expected.pu8++;
1791 pThis->aOperands[idxOp].Expected.pv = NULL;
1798 pThis->aOperands[idxOp].Expected.pv = &pThis->ExpectedCtx.aSRegs[pThis->aOperands[idxOp].iReg];
1803 pThis->aOperands[idxOp].Expected
[all...]
H A Dcidet.h1011 RTPTRUNION Expected; member in struct:CIDETCORE::__anon17006
/vbox/src/VBox/Runtime/testcase/
H A DtstRTBigNum.cpp600 RTBIGNUM F1, F2, Expected;
603 && testHexStringToNum(&Expected, s_aTests[i].pszResult, RTBIGNUMINIT_F_UNSIGNED | fFlags))
606 RTTESTI_CHECK(RTBigNumCompare(&Result, &Expected) == 0);
609 RTTESTI_CHECK_RC(RTBigNumDestroy(&Expected), VINF_SUCCESS);
937 RTBIGNUM Base, Exponent, Expected;
940 && testHexStringToNum(&Expected, s_aTests[i].pszResult, RTBIGNUMINIT_F_UNSIGNED | fFlags))
943 RTTESTI_CHECK(RTBigNumCompare(&Result, &Expected) == 0);
946 RTTESTI_CHECK_RC(RTBigNumDestroy(&Expected), VINF_SUCCESS);
1014 RTBIGNUM Base, Exponent, Expected, Modulus;
1018 && testHexStringToNum(&Expected, s_aTest
[all...]
/vbox/src/bldprogs/
H A DVBoxCPP.cpp2340 return vbcppError(pThis, "Expected macro name after 'defined' operator");
2356 return vbcppError(pThis, "Expected closing parenthesis after macro name");
3016 rcExit = vbcppError(pThis, "Expected whitespace after macro name");
3479 return vbcppExprParseError(pParser, "Expected binary operator, found the unary operator logical NOT");
3512 return vbcppExprParseError(pParser, "Expected binary operator, found the unary operator bitwise NOT");
3519 return vbcppExprParseError(pParser, "Expected binary operator, found '%.20s'", pParser->pszCur);
3693 return vbcppExprParseError(pParser, "Expected hex digit following '0x'");
3937 AssertBreakStmt(enmRet == kExprRet_Value, enmRet = vbcppExprParseError(&Parser, "Expected value (enmRet=%d)", enmRet));
3951 AssertBreakStmt(enmRet == kExprRet_Ok, enmRet = vbcppExprParseError(&Parser, "Expected value (enmRet=%d)", enmRet));
4304 return vbcppError(pThis, "Expected '*/'");
[all...]

Completed in 122 milliseconds