Searched refs:test_case_count (Results 1 - 13 of 13) sorted by relevance

/external/autotest/site_utils/sponge_lib/
H A Dacts_job_info.py103 def test_case_count(self): member in class:ACTSTaskInfo
/external/libcxx/test/support/
H A Drapid-cxx-test.hpp703 std::size_t test_case_count() const
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc2493 static internal::String FormatTestCaseCount(int test_case_count) { argument
2494 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/googletest/googletest/src/
H A Dgtest.cc2821 static std::string FormatTestCaseCount(int test_case_count) { argument
2822 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2823 static std::string FormatTestCaseCount(int test_case_count) { argument
2824 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2463 static internal::String FormatTestCaseCount(int test_case_count) { argument
2464 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2492 static std::string FormatTestCaseCount(int test_case_count) { argument
2493 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/protobuf/gtest/src/
H A Dgtest.cc2487 static internal::String FormatTestCaseCount(int test_case_count) { argument
2488 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc2463 static internal::String FormatTestCaseCount(int test_case_count) { argument
2464 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/v8/testing/gtest/src/
H A Dgtest.cc2822 static std::string FormatTestCaseCount(int test_case_count) { argument
2823 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc2492 static std::string FormatTestCaseCount(int test_case_count) { argument
2493 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc3827 static internal::String FormatTestCaseCount(int test_case_count) { argument
3828 return FormatCountableNoun(test_case_count, "test case", "test cases");
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc3976 static std::string FormatTestCaseCount(int test_case_count) { argument
3977 return FormatCountableNoun(test_case_count, "test case", "test cases");

Completed in 745 milliseconds