Searched refs:test_case_count (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/gtest/src/ |
D | gtest.cc | 2487 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/ |
D | gtest.cc | 2493 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/ |
D | gtest.cc | 2463 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/ |
D | gtest.cc | 2492 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/ |
D | gtest.cc | 2492 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/ |
D | gtest.cc | 2492 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/ |
D | gtest-all.cc | 3827 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/ |
D | gtest-all.cc | 3976 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/ |
D | gtest-all.cc | 3976 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument 3977 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
|