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