Searched refs:TestFailed (Results 1 - 10 of 10) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h696 static bool TestFailed(const TestInfo * test_info) { function in class:testing::TestCase
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h851 static bool TestFailed(const TestInfo* test_info) { function in class:testing::TestCase
/external/gtest/include/gtest/
H A Dgtest.h851 static bool TestFailed(const TestInfo* test_info) { function in class:testing::TestCase
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h851 static bool TestFailed(const TestInfo* test_info) { function in class:testing::TestCase
/external/protobuf/gtest/include/gtest/
H A Dgtest.h704 static bool TestFailed(const TestInfo * test_info);
/external/protobuf/gtest/src/
H A Dgtest.cc2317 return test_info_list_->CountIf(TestFailed);
2418 bool TestCase::TestFailed(const TestInfo * test_info) { function in class:testing::TestCase
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc2028 return test_info_list_->CountIf(TestFailed);
/external/chromium/testing/gtest/src/
H A Dgtest.cc2365 return CountIf(test_info_list_, TestFailed);
/external/gtest/src/
H A Dgtest.cc2365 return CountIf(test_info_list_, TestFailed);
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2336 return CountIf(test_info_list_, TestFailed);

Completed in 2707 milliseconds