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

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-death-test.h173 # define EXPECT_EXIT(statement, predicate, regex) \ macro
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-death-test.h162 # define EXPECT_EXIT(statement, predicate, regex) \ macro
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/gtest/include/gtest/
H A Dgtest-death-test.h173 # define EXPECT_EXIT(statement, predicate, regex) \ macro
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h162 # define EXPECT_EXIT(statement, predicate, regex) \ macro
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-death-test.h162 # define EXPECT_EXIT(statement, predicate, regex) \ macro
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h162 #define EXPECT_EXIT(statement, predicate, regex) \ macro
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8341 // ASSERT_EXIT*, and EXPECT_EXIT*.
8608 # define EXPECT_EXIT(statement, predicate, regex) \ macro
8620 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8341 // ASSERT_EXIT*, and EXPECT_EXIT*.
8608 # define EXPECT_EXIT(statement, predicate, regex) \ macro
8620 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)

Completed in 296 milliseconds