Home
last modified time | relevance | path

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

/external/protobuf/gtest/src/
Dgtest.cc2487 static internal::String FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
2488 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc2493 static internal::String FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
2494 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2463 static internal::String FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
2464 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
/external/mesa3d/src/gtest/src/
Dgtest.cc2492 static internal::String FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
2493 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
/external/gtest/src/
Dgtest.cc2492 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
2493 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc2492 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
2493 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc3827 static internal::String FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
3828 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3976 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
3977 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc3976 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
3977 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()