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

/haiku/src/tests/system/kernel/unit/
H A DTestSuite.cpp20 fTestCount(0)
27 for (int32 i = 0; i < fTestCount; i++)
36 return fTestCount;
43 return index >= 0 && index < fTestCount ? fTests[index] : NULL;
70 Test** tests = new(std::nothrow) Test*[fTestCount + 1];
76 if (fTestCount > 0)
77 memcpy(tests, fTests, sizeof(Test*) * fTestCount);
82 fTests[fTestCount++] = test;
H A DTestSuite.h39 int32 fTestCount; member in class:TestSuite
/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp48 uint32 fTestCount; member in class:Map
152 fTestCount = MAX_VECS;
154 fTestVecs, &fTestCount, 0);
176 fTestCount = 0;
235 if (fTestCount > 0) {
240 for (uint32 i = 0; i < fTestCount; i++) {

Completed in 85 milliseconds