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

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-death-test.h276 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
283 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
288 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-death-test.h265 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
272 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
277 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/gtest/include/gtest/
H A Dgtest-death-test.h276 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
283 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
288 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h265 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
272 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
277 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-death-test.h265 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
272 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
277 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h265 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
272 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
277 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8427 // EXPECT_DEATH_IF_SUPPORTED and ASSERT_DEATH_IF_SUPPORTED on systems where
8446 // and a return statement for ASSERT_DEATH_IF_SUPPORTED.
8447 // This ensures that ASSERT_DEATH_IF_SUPPORTED will not
8711 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
8718 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
8723 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8427 // EXPECT_DEATH_IF_SUPPORTED and ASSERT_DEATH_IF_SUPPORTED on systems where
8446 // and a return statement for ASSERT_DEATH_IF_SUPPORTED.
8447 // This ensures that ASSERT_DEATH_IF_SUPPORTED will not
8711 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
8718 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
8723 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro

Completed in 1367 milliseconds