Lines Matching refs:i

75             int i;  in testCreateDispose()  local
76 for (i = 0; i < nTests; i++) in testCreateDispose()
82 nNewLen == i + 1); in testCreateDispose()
84 pContainer->getLength() == i + 1); in testCreateDispose()
102 int i; in testEnumerate() local
108 for (i = 0; i < nTests; i++) in testEnumerate()
121 for (i = 0; i < nTests; i++) in testEnumerate()
124 aElements[i] == aListeners[i]); in testEnumerate()
141 int i; in doContainerTest() local
145 for (i = 0; i < nTests * 2; i++) in doContainerTest()
147 xRefs[i] = new ContainerListener(&aStats); in doContainerTest()
148 pContainer->addInterface(pTypes[i / 2], xRefs[i]); in doContainerTest()
152 for (i = 0; i < nTests; i++) in doContainerTest()
156 pHelper = pContainer->getContainer(pTypes[i]); in doContainerTest()
161 CPPUNIT_ASSERT_MESSAGE("match", aSeq[0] == xRefs[i*2]); in doContainerTest()
162 CPPUNIT_ASSERT_MESSAGE("match", aSeq[1] == xRefs[i*2+1]); in doContainerTest()
166 for (i = 0; i < nTests; i++) in doContainerTest()
167 pContainer->removeInterface(pTypes[i], xRefs[i*2+1]); in doContainerTest()
170 for (i = 0; i < nTests; i++) in doContainerTest()
174 pHelper = pContainer->getContainer(pTypes[i]); in doContainerTest()
179 CPPUNIT_ASSERT_MESSAGE("match", aSeq[0] == xRefs[i*2]); in doContainerTest()
183 for (i = 0; i < nTests / 2; i++) in doContainerTest()
184 pContainer->removeInterface(pTypes[i], xRefs[i*2]); in doContainerTest()
187 for (i = 0; i < nTests / 2; i++) in doContainerTest()
191 pHelper = pContainer->getContainer(pTypes[i]); in doContainerTest()