Home
last modified time | relevance | path

Searched refs:total_slow_tests_ (Results 1 – 2 of 2) sorted by relevance

/system/testing/gtest_extras/gtest_isolated/
DIsolate.h92 size_t total_slow_tests_; variable
DIsolate.cpp348 total_slow_tests_++; in CheckTestsFinished()
438 total_slow_tests_ = 0; in RunAllTests()
575 if (total_slow_tests_ != 0) { in PrintFooter()
576 PrintResults(total_slow_tests_, SlowResults, &footer); in PrintFooter()