Lines Matching refs:i

76         for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i)  in TEST_F()  local
82 aTests[i].pInput)); in TEST_F()
88 if (aTests[i].bValid) in TEST_F()
125 for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i) in TEST_F() local
132 aTests[i].pInput)). in TEST_F()
140 … ASSERT_TRUE(aDescriptor.equalsAscii(aTests[i].pDescriptor)) << "Failed to parse URI correctly"; in TEST_F()
171 for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i) in TEST_F() local
178 aTests[i].pInput)).getName(); in TEST_F()
185 ASSERT_TRUE(aName.equalsAscii(aTests[i].pName)) << "Failed to parse URI correctly"; in TEST_F()
215 for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i) in TEST_F() local
222 aTests[i].pInput)). in TEST_F()
223 hasParameter(rtl::OUString::createFromAscii(aTests[i].pKey)); in TEST_F()
230 ASSERT_TRUE(bPresent == aTests[i].bPresent) << "Failed to detect parameter correctly"; in TEST_F()
284 for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i) in TEST_F() local
291 aTests[i].pInput)). in TEST_F()
292 getParameter(rtl::OUString::createFromAscii(aTests[i].pKey)); in TEST_F()
298 ASSERT_TRUE(aValue.equalsAscii(aTests[i].pValue)) << "Failed to get param correctly"; in TEST_F()
326 for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i) in TEST_F() local
331 cppu::UnoUrl aUrl(rtl::OUString::createFromAscii(aTests[i].pInput)); in TEST_F()
337 if (aTests[i].bValid) in TEST_F()
363 for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i) in TEST_F() local
370 aTests[i].pInput)). in TEST_F()
377 … ASSERT_TRUE(aConnection.equalsAscii(aTests[i].pConnection)) << "Failed to get param correctly"; in TEST_F()
395 for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i) in TEST_F() local
402 aTests[i].pInput)). in TEST_F()
409 … ASSERT_TRUE(aProtocol.equalsAscii(aTests[i].pProtocol)) << "Failed to get protocol correctly"; in TEST_F()
430 for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i) in TEST_F() local
437 aTests[i].pInput)).getObjectName(); in TEST_F()
443 … ASSERT_TRUE(aObjectName.equalsAscii(aTests[i].pObjectName)) << "Failed to get protocol correctly"; in TEST_F()