Searched refs:testCount (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/system/kernel/unit/
H A DTestManager.cpp70 const char* const* tests, int testCount)
76 if (testCount == 0 || (testCount == 1 && strcmp(tests[0], "all") == 0)) {
79 for (int i = 0; i < testCount; i++) {
69 RunTests(GlobalTestContext& globalContext, const char* const* tests, int testCount) argument
H A DTestManager.h23 const char* const* tests, int testCount);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp1322 size_t testCount = tests.size(); local
1324 for (size_t i = 0; i < testCount;) {
1333 testCount--;
1352 for (size_t i = 0; i < testCount; i++) {
1357 for (size_t i = 0; i < testCount; i++) {
/haiku/src/tests/kits/storage/
H A DMimeSnifferTest.cpp1353 const int32 testCount = sizeof(tests)/sizeof(test_case);
1355 for (int i = 0; i < testCount; i++) {
H A DMimeTypeTest.cpp3045 int32 testCount = sizeof(tests) / sizeof(mime_type_test); local
3047 for (int32 i = 0; i < testCount; i++) {
3078 for (int32 k = 0; k < testCount; k++) {

Completed in 96 milliseconds