Home
last modified time | relevance | path

Searched refs:test_case_count (Results 1 – 10 of 10) 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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/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/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/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc2823 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
2824 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()
/external/mesa3d/src/gtest/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/swiftshader/third_party/llvm-7.0/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/epid-sdk/ext/gtest/
Dgtest-all.cc4274 static std::string FormatTestCaseCount(int test_case_count) { in FormatTestCaseCount() argument
4275 return FormatCountableNoun(test_case_count, "test case", "test cases"); in FormatTestCaseCount()