Home
last modified time | relevance | path

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

12

/external/google-breakpad/src/testing/gtest/test/
Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); in TEST()
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; in main()
Dgtest_env_var_test_.cc60 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
Dgtest_unittest.cc43 || testing::GTEST_FLAG(catch_exceptions) in TEST()
119 using testing::GTEST_FLAG(catch_exceptions);
1848 GTEST_FLAG(catch_exceptions) = false; in SetUpTestCase()
1875 EXPECT_FALSE(GTEST_FLAG(catch_exceptions)); in VerifyAndModifyFlags()
1891 GTEST_FLAG(catch_exceptions) = true; in VerifyAndModifyFlags()
5428 catch_exceptions(false), in Flags()
5461 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()
5463 flags.catch_exceptions = catch_exceptions; in CatchExceptions()
5558 bool catch_exceptions; member
5579 GTEST_FLAG(catch_exceptions) = false; in SetUp()
[all …]
Dgtest-death-test_test.cc688 testing::GTEST_FLAG(catch_exceptions) = false; in TEST()
/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()
200 using testing::GTEST_FLAG(catch_exceptions);
1612 GTEST_FLAG(catch_exceptions) = false; in SetUpTestSuite()
1639 EXPECT_FALSE(GTEST_FLAG(catch_exceptions)); in VerifyAndModifyFlags()
1655 GTEST_FLAG(catch_exceptions) = true; in VerifyAndModifyFlags()
5569 catch_exceptions(false), in Flags()
5602 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()
5604 flags.catch_exceptions = catch_exceptions; in CatchExceptions()
5699 bool catch_exceptions; member
5720 GTEST_FLAG(catch_exceptions) = false; in SetUp()
[all …]
/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/google-breakpad/src/testing/gtest/src/
Dgtest-internal-inl.h162 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
183 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
799 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
Dgtest.cc194 catch_exceptions,
522 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2124 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
3857 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
3867 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
4819 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlagsOnlyImpl()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h156 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
785 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
/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/libaom/libaom/third_party/googletest/src/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,
548 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2436 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
4217 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
4224 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
5230 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
/external/mesa3d/src/gtest/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/swiftshader/third_party/llvm-7.0/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/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/googletest/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()
2457 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
4810 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
4817 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
5853 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc193 catch_exceptions,
521 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH()
2123 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
3792 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
3802 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
4754 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlagsOnlyImpl()
/external/epid-sdk/ext/gtest/
Dgtest-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()
5668 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run()
5675 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run()
6681 &GTEST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()

12