Home
last modified time | relevance | path

Searched refs:test_count (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() argument
3972 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()