Searched refs:TPRT_FATAL_FAILURE (Results 1 – 11 of 11) sorted by relevance
/external/gtest/test/ |
D | gtest-test-part_test.cc | 12 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()
|
D | gtest_unittest.cc | 128 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/ |
D | gtest-test-part.h | 47 TPRT_FATAL_FAILURE // Failed and the test should be terminated. enumerator 97 bool fatally_failed() const { return type_ == TPRT_FATAL_FAILURE; } in fatally_failed()
|
D | gtest-spi.h | 146 >est_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\ 163 >est_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest-spi.h | 85 bool fatally_failed() const { return type_ == TPRT_FATAL_FAILURE; } in fatally_failed() 214 >est_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\
|
D | gtest.cc | 516 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()
|
D | gtest.h | 109 TPRT_FATAL_FAILURE // Failed and the test should be terminated. enumerator
|
/external/gtest/src/ |
D | gtest-test-part.cc | 60 result.type() == TPRT_FATAL_FAILURE ? "Fatal failure" : in operator <<()
|
D | gtest.cc | 586 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/ |
D | gtest-internal.h | 506 return GTEST_MESSAGE(message, ::testing::TPRT_FATAL_FAILURE)
|
/external/gtest/include/gtest/internal/ |
D | gtest-internal.h | 763 return GTEST_MESSAGE_(message, ::testing::TPRT_FATAL_FAILURE)
|