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

/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp34 uint8 testIndex; local
52 for (testIndex = 0; testIndex < sizeof(kTestLength) / sizeof(const char*);
53 testIndex++)
57 testUrl.SetUrlString(kTestLength[testIndex]);
58 CPPUNIT_ASSERT_EQUAL(BString(kTestLength[testIndex]),
212 uint8 testIndex; local
215 for (testIndex = 0; testIndex < (sizeof(kTestExplode) / sizeof(ExplodeTest)); testIndex
[all...]
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestWindow.h37 void RunTests(int32 testIndex, color_space *colorSpaces, int32 n);
38 void RunTests(int32 testIndex, color_space colorSpace);
H A DPictureTestWindow.cpp132 for (int testIndex = 0; testIndex < 2; testIndex ++) {
134 switch (testIndex)
146 RunTests(testIndex, colorSpaces, n);
153 PictureTestWindow::RunTests(int32 testIndex, color_space *colorSpaces, int32 n) argument
187 RunTests(testIndex, colorSpace);
192 PictureTestWindow::RunTests(int32 testIndex, color_space colorSpace) argument
198 switch (testIndex) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp591 int testIndex; local
636 for (testIndex = 0; testIndex <= amountInBuffer - 5; testIndex++) {
637 testStr = buf + testIndex;
642 if (amountInBuffer > testIndex + 5) {
645 amountInBuffer - (testIndex + 5));
647 amountInBuffer = testIndex + 2; // Don't include ".\r\n".
656 memmove(buf + testIndex + 2, buf + testIndex
[all...]

Completed in 39 milliseconds