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

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc717 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3951 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3952 return impl()->failed_test_case_count();
/external/chromium_org/third_party/mesa/src/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/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
3632 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3633 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.cc679 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3436 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3437 return impl()->failed_test_case_count();
/external/chromium_org/third_party/libvpx/source/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/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();

Completed in 131 milliseconds