Home
last modified time | relevance | path

Searched refs:nTests (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/cppuhelper/qa/ifcontainer/
H A Dcppu_ifcontainer.cxx63 static const int nTests = 10; member in cppu_ifcontainer::IfTest
76 for (i = 0; i < nTests; i++) in testCreateDispose()
87 aStats.m_nAlive == nTests); in testCreateDispose()
93 aStats.m_nDisposed == nTests); in testCreateDispose()
108 for (i = 0; i < nTests; i++) in testEnumerate()
118 (int)aElements.getLength() == nTests); in testEnumerate()
119 if ((int)aElements.getLength() == nTests) in testEnumerate()
121 for (i = 0; i < nTests; i++) in testEnumerate()
142 Reference<XEventListener> xRefs[nTests * 2]; in doContainerTest()
145 for (i = 0; i < nTests * 2; i++) in doContainerTest()
[all …]