Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DIsolate.cpp472 void Isolate::PrintResults(size_t total, const ResultsType& results, std::string* footer) { in PrintResults() function in android::gtest_extras::Isolate
571 PrintResults(total_skipped_tests_, SkippedResults, &footer); in PrintFooter()
576 PrintResults(total_slow_tests_, SlowResults, &footer); in PrintFooter()
581 PrintResults(total_xpass_tests_, XpassFailResults, &footer); in PrintFooter()
586 PrintResults(total_timeout_tests_, TimeoutResults, &footer); in PrintFooter()
591 PrintResults(total_fail_tests_, FailResults, &footer); in PrintFooter()
DIsolate.h73 void PrintResults(size_t total, const ResultsType& results, std::string* footer);