Home
last modified time | relevance | path

Searched refs:catch_exceptions (Results 1 – 25 of 36) sorted by relevance

12

/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-death-test_ex_test.cc56 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
82 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
90 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
Dgoogletest-env-var-test_.cc56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
Dgtest_unittest.cc42 || testing::GTEST_FLAG(catch_exceptions) in TEST()
200 using testing::GTEST_FLAG(catch_exceptions);
1599 GTEST_FLAG(catch_exceptions) = false; in SetUpTestSuite()
1626 EXPECT_FALSE(GTEST_FLAG(catch_exceptions)); in VerifyAndModifyFlags()
1642 GTEST_FLAG(catch_exceptions) = true; in VerifyAndModifyFlags()
5490 catch_exceptions(false), in Flags()
5523 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()
5525 flags.catch_exceptions = catch_exceptions; in CatchExceptions()
5620 bool catch_exceptions; member
5641 GTEST_FLAG(catch_exceptions) = false; in SetUp()
[all …]
/external/googletest/googletest/test/
Dgoogletest-death-test_ex_test.cc56 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
82 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
90 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
Dgoogletest-env-var-test_.cc56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
Dgtest_unittest.cc42 testing::GTEST_FLAG(catch_exceptions) || in TEST()
204 using testing::GTEST_FLAG(catch_exceptions);
1602 GTEST_FLAG(catch_exceptions) = false; in SetUpTestSuite()
1631 EXPECT_FALSE(GTEST_FLAG(catch_exceptions)); in VerifyAndModifyFlags()
1649 GTEST_FLAG(catch_exceptions) = true; in VerifyAndModifyFlags()
5573 catch_exceptions(false), in Flags()
5608 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()
5610 flags.catch_exceptions = catch_exceptions; in CatchExceptions()
5721 bool catch_exceptions; member
5744 GTEST_FLAG(catch_exceptions) = false; in SetUp()
[all …]
Dgoogletest-death-test-test.cc744 testing::GTEST_FLAG(catch_exceptions) = false; in TEST()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc50 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in DisableExceptionHandlerInScope()
51 GTEST_FLAG(catch_exceptions) = false; in DisableExceptionHandlerInScope()
55 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~DisableExceptionHandlerInScope()
/external/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h167 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
190 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
788 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
Dgtest.cc193 catch_exceptions,
521 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2123 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
3795 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
3805 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
4757 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlagsOnlyImpl()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h168 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
189 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
803 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
Dgtest.cc213 catch_exceptions,
547 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2435 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
4216 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
4223 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
5229 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
/external/googletest/googletest/src/
Dgtest-internal-inl.h165 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
189 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
843 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
Dgtest.cc233 GTEST_DEFINE_bool_(catch_exceptions,
774 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2640 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
5393 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
5400 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
6505 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
/external/mesa3d/src/gtest/src/
Dgtest-internal-inl.h162 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
184 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
828 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
Dgtest.cc222 GTEST_DEFINE_bool_(catch_exceptions,
568 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2466 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
4880 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
4887 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
5948 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-internal-inl.h164 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
186 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
835 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
Dgtest.cc226 GTEST_DEFINE_bool_(catch_exceptions,
709 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2549 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
4932 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
4939 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
6011 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-internal-inl.h161 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
183 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
807 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
Dgtest.cc236 catch_exceptions,
594 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2476 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
4745 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
4752 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
5794 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-internal-inl.h162 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
184 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
823 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
Dgtest.cc223 catch_exceptions,
574 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2470 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
4829 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
4836 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
5886 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
/external/libchrome/base/test/
Dtest_suite.cc188 testing::GTEST_FLAG(catch_exceptions) = false; in PreInitialize()
/external/fmtlib/test/
Dgmock-gtest-all.cc578 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
599 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
1212 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function in testing::internal::UnitTestImpl
1677 GTEST_DEFINE_bool_(catch_exceptions,
1981 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
3481 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
5228 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
5235 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
6257 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlagsOnlyImpl()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc575 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
596 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
1210 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function in testing::internal::UnitTestImpl
1661 catch_exceptions,
1995 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
3883 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
5664 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
5671 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
6677 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()

12