Home
last modified time | relevance | path

Searched refs:TPRT_FATAL_FAILURE (Results 1 – 11 of 11) sorted by relevance

/external/gtest/test/
Dgtest-test-part_test.cc12 using testing::TPRT_FATAL_FAILURE;
26 r3_(TPRT_FATAL_FAILURE, NULL, -1, "Failure!") {} in TestPartResultTest()
35 EXPECT_EQ(TPRT_FATAL_FAILURE, r3_.type()); in TEST_F()
89 r2_(TPRT_FATAL_FAILURE, "foo/bar.cc", -1, "Failure 2") {} in TestPartResultArrayTest()
Dgtest_unittest.cc128 using testing::TPRT_FATAL_FAILURE;
1013 pr2 = new TestPartResult(TPRT_FATAL_FAILURE, "foo/bar.cc", in SetUp()
2831 EXPECT_EQ(testing::TPRT_FATAL_FAILURE, in TEST_F()
2833 EXPECT_EQ(testing::TPRT_FATAL_FAILURE, in TEST_F()
2848 EXPECT_EQ(testing::TPRT_FATAL_FAILURE, in TEST_F()
/external/gtest/include/gtest/
Dgtest-test-part.h47 TPRT_FATAL_FAILURE // Failed and the test should be terminated. enumerator
97 bool fatally_failed() const { return type_ == TPRT_FATAL_FAILURE; } in fatally_failed()
Dgtest-spi.h146 &gtest_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\
163 &gtest_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest-spi.h85 bool fatally_failed() const { return type_ == TPRT_FATAL_FAILURE; } in fatally_failed()
214 &gtest_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\
Dgtest.cc516 type == TPRT_FATAL_FAILURE ? "1 fatal failure" : in HasOneFailure()
1559 result.type() == TPRT_FATAL_FAILURE ? "Fatal failure" : in operator <<()
1711 TPRT_FATAL_FAILURE, in AddExceptionThrownFailure()
2151 case TPRT_FATAL_FAILURE: in TestPartResultTypeToString()
Dgtest.h109 TPRT_FATAL_FAILURE // Failed and the test should be terminated. enumerator
/external/gtest/src/
Dgtest-test-part.cc60 result.type() == TPRT_FATAL_FAILURE ? "Fatal failure" : in operator <<()
Dgtest.cc586 type == TPRT_FATAL_FAILURE ? "1 fatal failure" : in HasOneFailure()
1947 TPRT_FATAL_FAILURE, in AddExceptionThrownFailure()
2445 case TPRT_FATAL_FAILURE: in TestPartResultTypeToString()
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-internal.h506 return GTEST_MESSAGE(message, ::testing::TPRT_FATAL_FAILURE)
/external/gtest/include/gtest/internal/
Dgtest-internal.h763 return GTEST_MESSAGE_(message, ::testing::TPRT_FATAL_FAILURE)