Searched refs:TestCaseFailed (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc340 static bool TestCaseFailed(const TestCase* test_case) { function in namespace:testing::internal
718 return CountIf(test_cases_, TestCaseFailed);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc329 static bool TestCaseFailed(const TestCase* test_case) { function in namespace:testing::internal
710 return CountIf(test_cases_, TestCaseFailed);
/external/gtest/src/
H A Dgtest.cc336 static bool TestCaseFailed(const TestCase* test_case) { function in namespace:testing::internal
714 return CountIf(test_cases_, TestCaseFailed);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc329 static bool TestCaseFailed(const TestCase* test_case) { function in namespace:testing::internal
710 return CountIf(test_cases_, TestCaseFailed);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc329 static bool TestCaseFailed(const TestCase* test_case) { function in namespace:testing::internal
710 return CountIf(test_cases_, TestCaseFailed);
/external/protobuf/gtest/src/
H A Dgtest.cc310 static bool TestCaseFailed(const TestCase* test_case) { function in namespace:testing::internal
680 return test_cases_.CountIf(TestCaseFailed);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1820 static bool TestCaseFailed(const TestCase* test_case) { function in namespace:testing::internal
2198 return CountIf(test_cases_, TestCaseFailed);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1820 static bool TestCaseFailed(const TestCase* test_case) { function in namespace:testing::internal
2198 return CountIf(test_cases_, TestCaseFailed);

Completed in 389 milliseconds