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

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-death-test.h67 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
85 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
179 # define ASSERT_DEATH(statement, regex) \ macro
182 // Like ASSERT_DEATH, but continues on to successive tests in the
270 ASSERT_DEATH(statement, regex)
284 ASSERT_DEATH(statement, regex)
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-death-test.h56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
74 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
168 # define ASSERT_DEATH(statement, regex) \ macro
171 // Like ASSERT_DEATH, but continues on to successive tests in the
259 ASSERT_DEATH(statement, regex)
273 ASSERT_DEATH(statement, regex)
/external/gtest/include/gtest/
H A Dgtest-death-test.h67 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
85 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
179 # define ASSERT_DEATH(statement, regex) \ macro
182 // Like ASSERT_DEATH, but continues on to successive tests in the
270 ASSERT_DEATH(statement, regex)
284 ASSERT_DEATH(statement, regex)
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
74 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
168 # define ASSERT_DEATH(statement, regex) \ macro
171 // Like ASSERT_DEATH, but continues on to successive tests in the
259 ASSERT_DEATH(statement, regex)
273 ASSERT_DEATH(statement, regex)
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-death-test.h56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
74 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
168 # define ASSERT_DEATH(statement, regex) \ macro
171 // Like ASSERT_DEATH, but continues on to successive tests in the
259 ASSERT_DEATH(statement, regex)
273 ASSERT_DEATH(statement, regex)
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h56 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
74 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
168 #define ASSERT_DEATH(statement, regex) \ macro
171 // Like ASSERT_DEATH, but continues on to successive tests in the
259 ASSERT_DEATH(statement, regex)
273 ASSERT_DEATH(statement, regex)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8340 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
8429 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
8448 // compile inside functions where ASSERT_DEATH doesn't
8457 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH.
8502 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
8520 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
8614 # define ASSERT_DEATH(statement, regex) \ macro
8617 // Like ASSERT_DEATH, but continues on to successive tests in the
8705 ASSERT_DEATH(statement, regex)
8719 ASSERT_DEATH(statemen
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8340 // This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*,
8429 // iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on
8448 // compile inside functions where ASSERT_DEATH doesn't
8457 // macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH.
8502 // Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is
8520 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
8614 # define ASSERT_DEATH(statement, regex) \ macro
8617 // Like ASSERT_DEATH, but continues on to successive tests in the
8705 ASSERT_DEATH(statement, regex)
8719 ASSERT_DEATH(statemen
[all...]

Completed in 743 milliseconds