Home
last modified time | relevance | path

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

/external/autotest/site_utils/sponge_lib/
Dacts_job_info.py103 def test_case_count(self): member in ACTSTaskInfo
/external/libcxx/test/support/
Drapid-cxx-test.hpp722 std::size_t test_case_count() const in test_case_count() function in rapid_cxx_test::test_reporter
/external/llvm-project/libcxx/test/support/
Drapid-cxx-test.h722 std::size_t test_case_count() const in test_case_count() function
/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/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc2822 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/
Dgtest.cc2859 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/
Dgmock-gtest-all.cc3855 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/
Dgmock-gtest-all.cc4270 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
4271 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()