Searched refs:testCaseCount (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapTester.cpp192 int32 testCaseCount = sizeof(testCases) / sizeof(test_case); local
193 for (int32 i = 0; i < testCaseCount; i++) {
/haiku/src/tests/kits/storage/
H A DMimeSnifferTest.cpp747 const int testCaseCount = sizeof(testCases) / sizeof(test_case);
748 for (int i = 0; i < testCaseCount; i++) {
1051 const int testCaseCount = sizeof(testCases) / sizeof(test_case); local
1053 for (int32 i = 0; i < testCaseCount; i++) {
H A DMimeTypeTest.cpp4203 const int testCaseCount = sizeof(testCases) / sizeof(test_case);
4204 for (int32 i = 0; i < testCaseCount; i++) {
4511 const int testCaseCount = sizeof(testCases) / sizeof(test_case);
4515 for (int32 i = 0; i < testCaseCount; i++) {

Completed in 89 milliseconds