Searched defs:iResult (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTStrVersion.cpp49 int iResult; member in struct:__anon16752
117 int iResult = RTStrVersionCompare(aTests[iTest].pszVer1, aTests[iTest].pszVer2); local
118 if (iResult != aTests[iTest].iResult)
120 iTest, aTests[iTest].pszVer1, aTests[iTest].pszVer2, iResult, aTests[iTest].iResult);
122 iResult = -RTStrVersionCompare(aTests[iTest].pszVer2, aTests[iTest].pszVer1);
123 if (iResult != aTests[iTest].iResult)
125 iTest, aTests[iTest].pszVer1, aTests[iTest].pszVer2, iResult, aTest
[all...]
H A DtstRTFileModeStringToFlags.cpp47 int iResult; member in struct:__anon16728
101 int iResult = RTFileModeToFlags(aTests[iTest].pszMode, &uMode); local
102 if (iResult != aTests[iTest].iResult)
105 iTest, aTests[iTest].pszMode, iResult, aTests[iTest].iResult);
113 if ( RT_SUCCESS(iResult)
125 int iResult; member in struct:__anon16729
193 int iResult = RTFileModeToFlagsEx(aTestsEx[iTest].pszMode, aTestsEx[iTest].pszDisposition, local
195 if (iResult !
[all...]
/vbox/src/VBox/Main/testcase/
H A DtstGuestCtrlParseBuffer.cpp55 int iResult; member in struct:__anon16529
107 int iResult; member in struct:__anon16530
129 int iResult; member in struct:__anon16531
200 int iResult = stream.AddData((BYTE*)aTestBlock[iTest].pbData, aTestBlock[iTest].cbData); local
201 if (RT_SUCCESS(iResult))
204 iResult = stream.ParseBlock(curBlock);
205 if (iResult != aTestBlock[iTest].iResult)
208 iResult, aTestBlock[iTest].iResult);
255 int iResult = stream.AddData((BYTE*)aTestStream[iTest].pbData, aTestStream[iTest].cbData); local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.cpp301 int iResult = -1; local
303 iResult = strText.indexOf(m_pSearchEditor->text(), iAnc + iDiff,
307 iResult = strText.lastIndexOf(m_pSearchEditor->text(), iAnc - 1,
311 if (iResult != -1)
316 QTextCursor::MoveAnchor, iResult);
323 toggleWarning(iResult != -1);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1654 int iResult; member in struct:__anon16050
1680 int iResult = ctrlCopyTranslatePath(aTests[iTest].pszSourceRoot, aTests[iTest].pszSource, local
1682 if (iResult != aTests[iTest].iResult)
1685 iResult, aTests[iTest].iResult);

Completed in 511 milliseconds