Searched refs:aTest (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestVoidBTree.cpp47 Equal(const nsVoidArray& aControl, const nsVoidBTree& aTest) argument
49 if (aControl.Count() != aTest.Count()) {
55 if (aControl[i] != aTest[i]) {
66 CheckForwardEnumeration(const nsVoidArray& aControl, const nsVoidBTree& aTest) argument
70 nsVoidBTree::ConstIterator last = aTest.Last();
71 for (nsVoidBTree::ConstIterator element = aTest.First(); element != last; ++element, ++index) {
85 CheckBackwardEnumeration(const nsVoidArray& aControl, const nsVoidBTree& aTest) argument
88 nsVoidBTree::ConstIterator first = aTest.First();
89 nsVoidBTree::ConstIterator element = aTest.Last();
/vbox/src/VBox/Main/testcase/
H A DtstGuestCtrlParseBuffer.cpp130 } aTest[] = local
137 for (iTest; iTest < RT_ELEMENTS(aTest); iTest++)
142 rc = stream.AddData((BYTE*)aTest[iTest].pbData, aTest[iTest].cbData);
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py1116 for (i, aTest) in enumerate(aaTests):
1117 curTest = aTest[0]; # tdTestExec, use an index, later.
1118 curRes = aTest[1]; # tdTestResult
1267 for (i, aTest) in enumerate(aaTests):
1268 curTest = aTest[0]; # tdTestSession, use an index, later.
1269 curRes = aTest[1]; # tdTestResult
1825 for (i, aTest) in enumerate(aaTests):
1826 curTest = aTest[0]; # tdTestExec, use an index, later.
1827 curRes = aTest[1]; # tdTestResultExec
1875 for (i, aTest) i
[all...]
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1404 } aTest[] = local
1413 for (unsigned i = 0; i < RT_ELEMENTS(aTest); ++i)
1415 Utf8Str str(aTest[i].pcszIn);
1417 if (str.compare(aTest[i].pcszOutExpected))
1421 __PRETTY_FUNCTION__, i, aTest[i].pcszOutExpected,

Completed in 59 milliseconds