Searched refs:allTestEntries (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/storage/
H A DQueryTest.cpp464 static QueryTestEntry *allTestEntries[] = { variable
471 = sizeof(allTestEntries) / sizeof(QueryTestEntry*);
1167 create_test_entries(allTestEntries, allTestEntryCount);
1393 create_test_entries(allTestEntries, allTestEntryCount);
H A DEntryTest.cpp62 static list<TestEntry*> allTestEntries; variable
2384 allTestEntries.pop_back();
2450 for (list<TestEntry*>::iterator it = allTestEntries.begin();
2451 it != allTestEntries.end(); it++) {
2456 for (list<TestEntry*>::iterator it = allTestEntries.begin();
2457 it != allTestEntries.end(); it++) {
2462 for (list<TestEntry*>::iterator it = allTestEntries.begin();
2463 it != allTestEntries.end(); it++) {
2540 allTestEntries.push_back(this);

Completed in 45 milliseconds