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

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2140 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
2146 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1862 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
1868 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
/external/gtest/src/
H A Dgtest.cc1856 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
1862 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1862 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
1868 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1862 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
1868 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
/external/protobuf/gtest/src/
H A Dgtest.cc1857 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
1863 return test_part_results_->CountIf(TestPartFatallyFailed) > 0;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3340 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
3346 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3340 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
3346 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;

Completed in 435 milliseconds