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

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-death-test.h213 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
232 // EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death");
250 // EXPECT_DEBUG_DEATH({
258 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
266 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
272 # endif // NDEBUG for EXPECT_DEBUG_DEATH
/external/chromium_org/third_party/mesa/src/src/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.h213 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
232 // EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death");
250 // EXPECT_DEBUG_DEATH({
258 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
266 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
272 # 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/mesa3d/src/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/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
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8377 // This macro is for implementing ASSERT/EXPECT_DEBUG_DEATH when compiled in
8648 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
8667 // EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death");
8685 // EXPECT_DEBUG_DEATH({
8693 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
8701 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
8707 # endif // NDEBUG for EXPECT_DEBUG_DEATH
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8377 // This macro is for implementing ASSERT/EXPECT_DEBUG_DEATH when compiled in
8648 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
8667 // EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death");
8685 // EXPECT_DEBUG_DEATH({
8693 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
8701 # define EXPECT_DEBUG_DEATH(statement, regex) \ macro
8707 # endif // NDEBUG for EXPECT_DEBUG_DEATH

Completed in 1420 milliseconds