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

/external/google-breakpad/src/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/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/protobuf/gtest/fused-src/gtest/
H A Dgtest.h7791 // EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode.
7810 // EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death");
7828 // EXPECT_DEBUG_DEATH({
7836 #define EXPECT_DEBUG_DEATH(statement, regex) \ macro
7844 #define EXPECT_DEBUG_DEATH(statement, regex) \ macro
7850 #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 5059 milliseconds