Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3971 static std::string FormatTestCount(int test_count) { in FormatTestCount() function
4233 FormatTestCount(unit_test.test_to_run_count()).c_str(), in OnTestIterationStart()
4344 FormatTestCount(unit_test.test_to_run_count()).c_str(), in OnTestIterationEnd()
4352 printf("%s.\n", FormatTestCount(unit_test.successful_test_count()).c_str()); in OnTestIterationEnd()
4358 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd()