Searched refs:test_case_count (Results 1 – 8 of 8) sorted by relevance
/external/autotest/site_utils/sponge_lib/ |
D | acts_job_info.py | 103 def test_case_count(self): member in ACTSTaskInfo
|
/external/libcxx/test/support/ |
D | rapid-cxx-test.hpp | 722 std::size_t test_case_count() const in test_case_count() function in rapid_cxx_test::test_reporter
|
/external/llvm-project/libcxx/test/support/ |
D | rapid-cxx-test.h | 722 std::size_t test_case_count() const in test_case_count() function
|
/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/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2822 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument 2823 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 2859 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument 2860 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 3855 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument 3856 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 4270 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument 4271 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
|