Home
last modified time | relevance | path

Searched refs:ExitedUnsuccessfully (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/googletest/include/gtest/
Dgtest-death-test.h185 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
190 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-death-test.h180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/third_party/googletest/googletest/include/gtest/
Dgtest-death-test.h185 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
190 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h163 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h171 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-death-test-internal.h171 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
/third_party/node/deps/googletest/src/
Dgtest-death-test.cc237 bool ExitedUnsuccessfully(int exit_status) { in ExitedUnsuccessfully() function
/third_party/googletest/googletest/src/
Dgtest-death-test.cc233 bool ExitedUnsuccessfully(int exit_status) { in ExitedUnsuccessfully() function
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc231 bool ExitedUnsuccessfully(int exit_status) { in ExitedUnsuccessfully() function