Searched refs:ASSERT_EXIT (Results 1 - 17 of 17) sorted by relevance

/external/libhevc/common/
H A Dihevc_debug.h53 #ifndef ASSERT_EXIT
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-death-test.h92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
98 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
168 # define ASSERT_EXIT(statement, predicate, regex) \ macro
171 // Like ASSERT_EXIT, but continues on to successive tests in the
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/gtest/include/gtest/
H A Dgtest-death-test.h92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
98 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
168 # define ASSERT_EXIT(statement, predicate, regex) \ macro
171 // Like ASSERT_EXIT, but continues on to successive tests in the
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \ macro
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-death-test.h81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 # define ASSERT_EXIT(statement, predicate, regex) \ macro
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
87 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
157 #define ASSERT_EXIT(statement, predicate, regex) \ macro
160 // Like ASSERT_EXIT, but continues on to successive tests in the
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-death-test.h92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
98 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
168 # define ASSERT_EXIT(statement, predicate, regex) \ macro
171 // Like ASSERT_EXIT, but continues on to successive tests in the
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/libbrillo/brillo/
H A Dflag_helper_unittest.cc237 ASSERT_EXIT(
264 ASSERT_EXIT(brillo::FlagHelper::Init(arraysize(argv), argv, "TestIntExit"),
285 ASSERT_EXIT(
307 ASSERT_EXIT(brillo::FlagHelper::Init(arraysize(argv),
330 ASSERT_EXIT(
353 ASSERT_EXIT(
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc722 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), "");
734 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar";
737 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "")
/external/gtest/test/
H A Dgtest-death-test_test.cc720 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), "");
732 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar";
735 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "")
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc658 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), "");
667 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar";
670 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "")
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-death-test_test.cc786 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), "");
798 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar";
801 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "")
/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_death_test.cc250 ASSERT_EXIT(printf(NULL), ::testing::ExitedWithCode(0), "");
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8341 // ASSERT_EXIT*, and EXPECT_EXIT*.
8527 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
8533 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
8603 # define ASSERT_EXIT(statement, predicate, regex) \ macro
8606 // Like ASSERT_EXIT, but continues on to successive tests in the
8615 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h8402 // ASSERT_EXIT*, and EXPECT_EXIT*.
8588 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
8594 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
8664 # define ASSERT_EXIT(statement, predicate, regex) \ macro
8667 // Like ASSERT_EXIT, but continues on to successive tests in the
8676 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h7508 // ASSERT_EXIT*, and EXPECT_EXIT*.
7670 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
7676 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
7746 #define ASSERT_EXIT(statement, predicate, regex) \ macro
7749 // Like ASSERT_EXIT, but continues on to successive tests in the
7758 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h8342 // ASSERT_EXIT*, and EXPECT_EXIT*.
8528 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
8534 // ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!");
8604 # define ASSERT_EXIT(statement, predicate, regex) \ macro
8607 // Like ASSERT_EXIT, but continues on to successive tests in the
8616 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)

Completed in 726 milliseconds