Searched defs:EXPECT_DEBUG_DEATH (Results 1 - 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.h142 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
161 // EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death");
179 // EXPECT_DEBUG_DEATH({
187 #define EXPECT_DEBUG_DEATH(statement, regex) \ macro
195 #define EXPECT_DEBUG_DEATH(statement, regex) \ macro
201 #endif // NDEBUG for EXPECT_DEBUG_DEATH
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-death-test.h202 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
221 // EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death");
239 // EXPECT_DEBUG_DEATH({
247 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
255 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
261 # endif // NDEBUG for EXPECT_DEBUG_DEATH
/external/gtest/include/gtest/
H A Dgtest-death-test.h202 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
221 // EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death");
239 // EXPECT_DEBUG_DEATH({
247 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
255 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
261 # endif // NDEBUG for EXPECT_DEBUG_DEATH
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h202 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
221 // EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death");
239 // EXPECT_DEBUG_DEATH({
247 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
255 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
261 # endif // NDEBUG for EXPECT_DEBUG_DEATH
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h202 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
221 // EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death");
239 // EXPECT_DEBUG_DEATH({
247 #define EXPECT_DEBUG_DEATH(statement, regex) \ macro
255 #define EXPECT_DEBUG_DEATH(statement, regex) \ macro
261 #endif // NDEBUG for EXPECT_DEBUG_DEATH

Completed in 117 milliseconds