HomeSort by relevance Sort by last modified time
    Searched refs:TPRT_FATAL_FAILURE (Results 1 - 11 of 11) sorted by null

  /external/gtest/test/
gtest-test-part_test.cc 12 using testing::TPRT_FATAL_FAILURE;
26 r3_(TPRT_FATAL_FAILURE, NULL, -1, "Failure!") {}
35 EXPECT_EQ(TPRT_FATAL_FAILURE, r3_.type());
89 r2_(TPRT_FATAL_FAILURE, "foo/bar.cc", -1, "Failure 2") {}
gtest_unittest.cc 128 using testing::TPRT_FATAL_FAILURE;
    [all...]
  /external/gtest/include/gtest/
gtest-test-part.h 47 TPRT_FATAL_FAILURE // Failed and the test should be terminated.
97 bool fatally_failed() const { return type_ == TPRT_FATAL_FAILURE; }
gtest-spi.h 146 &gtest_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\
163 &gtest_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 85 bool fatally_failed() const { return type_ == TPRT_FATAL_FAILURE; }
214 &gtest_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\
gtest.cc 516 type == TPRT_FATAL_FAILURE ? "1 fatal failure" :
    [all...]
gtest.h 109 TPRT_FATAL_FAILURE // Failed and the test should be terminated.
    [all...]
  /external/gtest/src/
gtest-test-part.cc 60 result.type() == TPRT_FATAL_FAILURE ? "Fatal failure" :
gtest.cc 586 type == TPRT_FATAL_FAILURE ? "1 fatal failure" :
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 506 return GTEST_MESSAGE(message, ::testing::TPRT_FATAL_FAILURE)
  /external/gtest/include/gtest/internal/
gtest-internal.h 763 return GTEST_MESSAGE_(message, ::testing::TPRT_FATAL_FAILURE)
    [all...]

Completed in 231 milliseconds