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

/external/chromium_org/third_party/mesa/src/src/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/mesa3d/src/gtest/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/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h891 static bool TestFailed(const TestInfo* test_info) { function in class:testing::TestCase
/external/gtest/include/gtest/
H A Dgtest.h867 static bool TestFailed(const TestInfo* test_info) { function in class:testing::TestCase
/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_org/testing/gtest/src/
H A Dgtest.cc2637 return CountIf(test_info_list_, TestFailed);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2365 return CountIf(test_info_list_, TestFailed);
/external/gtest/src/
H A Dgtest.cc2353 return CountIf(test_info_list_, TestFailed);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2336 return CountIf(test_info_list_, TestFailed);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2365 return CountIf(test_info_list_, TestFailed);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3837 return CountIf(test_info_list_, TestFailed);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3837 return CountIf(test_info_list_, TestFailed);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18280 static bool TestFailed(const TestInfo* test_info) { function in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18280 static bool TestFailed(const TestInfo* test_info) { function in class:testing::TestCase

Completed in 291 milliseconds