/external/protobuf/gtest/include/gtest/ |
D | gtest-death-test.h | 162 #define EXPECT_EXIT(statement, predicate, regex) \ macro 174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
D | gtest-death-test.h | 173 # define EXPECT_EXIT(statement, predicate, regex) \ macro 185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-death-test.h | 162 # define EXPECT_EXIT(statement, predicate, regex) \ macro 174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-death-test.h | 173 # define EXPECT_EXIT(statement, predicate, regex) \ macro 185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-death-test.h | 162 # define EXPECT_EXIT(statement, predicate, regex) \ macro 174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
|
/external/gtest/include/gtest/ |
D | gtest-death-test.h | 173 # define EXPECT_EXIT(statement, predicate, regex) \ macro 185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
|
/external/protobuf/gtest/test/ |
D | gtest-death-test_test.cc | 360 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TEST_F() 383 EXPECT_EXIT(_exit(i), testing::ExitedWithCode(i), "") << ": i = " << i; in TEST_F() 390 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TEST_F() 657 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TestExitMacros() 664 EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), ""); in TestExitMacros() 666 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo"; in TestExitMacros() 676 EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "") in TestExitMacros()
|
D | gtest-port_test.cc | 164 EXPECT_EXIT({ in TEST()
|
/external/gtest/test/ |
D | gtest-death-test_test.cc | 372 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TEST_F() 447 EXPECT_EXIT(_exit(i), testing::ExitedWithCode(i), "") << ": i = " << i; in TEST_F() 454 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TEST_F() 719 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TestExitMacros() 727 EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "") << "b_ar"; in TestExitMacros() 731 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo"; in TestExitMacros() 742 EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "") in TestExitMacros() 788 EXPECT_EXIT(DieWithMessage("exiting with rc 1\n"), in TEST_F()
|
D | gtest-port_test.cc | 372 EXPECT_EXIT({ in TEST()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-death-test_test.cc | 374 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TEST_F() 449 EXPECT_EXIT(_exit(i), testing::ExitedWithCode(i), "") << ": i = " << i; in TEST_F() 456 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TEST_F() 721 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TestExitMacros() 729 EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "") << "b_ar"; in TestExitMacros() 733 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo"; in TestExitMacros() 744 EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "") in TestExitMacros() 790 EXPECT_EXIT(DieWithMessage("exiting with rc 1\n"), in TEST_F()
|
D | gtest-port_test.cc | 342 EXPECT_EXIT({ in TEST()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-death-test_test.cc | 372 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TEST_F() 447 EXPECT_EXIT(_exit(i), testing::ExitedWithCode(i), "") << ": i = " << i; in TEST_F() 454 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TEST_F() 785 EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); in TestExitMacros() 793 EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "") << "b_ar"; in TestExitMacros() 797 EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo"; in TestExitMacros() 808 EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "") in TestExitMacros() 854 EXPECT_EXIT(DieWithMessage("exiting with rc 1\n"), in TEST_F()
|
D | gtest-port_test.cc | 379 EXPECT_EXIT({ in TEST()
|
/external/libchrome/base/debug/ |
D | debugger_unittest.cc | 35 EXPECT_EXIT(CrashWithBreakDebugger(), in TEST()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_test.cc | 247 EXPECT_EXIT(DoCrashInvalidParameter(), ::testing::ExitedWithCode(0), ""); in TEST_F() 318 EXPECT_EXIT(DoCrashPureVirtualCall(), ::testing::ExitedWithCode(0), ""); in TEST_F()
|
D | exception_handler_death_test.cc | 283 EXPECT_EXIT(DoCrashPureVirtualCall(), ::testing::ExitedWithCode(0), ""); in TEST_F()
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 375 EXPECT_EXIT( \
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest.h | 7751 #define EXPECT_EXIT(statement, predicate, regex) \ 7763 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest.h | 8609 # define EXPECT_EXIT(statement, predicate, regex) \ 8621 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 8608 # define EXPECT_EXIT(statement, predicate, regex) \ 8620 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
|