Searched defs:failed_test_case_count (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc710 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3685 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3686 return impl()->failed_test_case_count();
/external/gtest/src/
H A Dgtest.cc713 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3668 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3669 return impl()->failed_test_case_count();
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc709 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3634 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3635 return impl()->failed_test_case_count();
/external/mesa3d/src/gtest/src/
H A Dgtest.cc709 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3660 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3661 return impl()->failed_test_case_count();
/external/protobuf/gtest/src/
H A Dgtest.cc687 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3461 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3462 return impl()->failed_test_case_count();
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc713 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3664 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3665 return impl()->failed_test_case_count();
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc939 int failed_test_case_count() const;
982 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
2197 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
5152 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
5153 return impl()->failed_test_case_count();
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp948 int failed_test_case_count() const;
991 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
2213 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
5176 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
5177 return impl()->failed_test_case_count();
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc989 int failed_test_case_count() const;
1022 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
2027 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
4801 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
4802 return impl()->failed_test_case_count();
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc939 int failed_test_case_count() const;
982 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
2197 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
5152 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
5153 return impl()->failed_test_case_count();

Completed in 4372 milliseconds