HomeSort by relevance Sort by last modified time
    Searched defs:TheMapOfTests (Results 1 - 2 of 2) sorted by null

  /external/valgrind/unittest/
old_test_suite.cc 40 std::map<int, Test> *TheMapOfTests = NULL;
74 (*TheMapOfTests)[test_id].Run();
137 for (std::map<int,Test>::iterator it = TheMapOfTests->begin();
138 it != TheMapOfTests->end(); ++it) {
143 for (std::map<int,Test>::iterator it = TheMapOfTests->begin();
144 it != TheMapOfTests->end(); ++it) {
160 if (!TheMapOfTests->count(test_id)) {
168 if (!TheMapOfTests->count(test_id)) {
184 for (std::map<int,Test>::iterator it = TheMapOfTests->begin();
185 it != TheMapOfTests->end()
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 181 std::map<int, Test> TheMapOfTests;
190 CHECK(TheMapOfTests.count(id) == 0);
191 TheMapOfTests[id] = Test(f, flags);
238 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
239 it != TheMapOfTests.end(); ++it) {
244 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
245 it != TheMapOfTests.end(); ++it) {
253 CHECK(TheMapOfTests.count(f_num));
254 TheMapOfTests[f_num].Run();
261 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
    [all...]

Completed in 26 milliseconds