/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-death-test_ex_test.cc | 57 << (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()
|
D | gtest_env_var_test_.cc | 60 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
|
D | gtest_unittest.cc | 43 || 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 …]
|
D | gtest-death-test_test.cc | 688 testing::GTEST_FLAG(catch_exceptions) = false; in TEST()
|
/external/googletest/googletest/test/ |
D | googletest-death-test_ex_test.cc | 56 << (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()
|
D | googletest-env-var-test_.cc | 56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
|
D | gtest_unittest.cc | 42 || 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/ |
D | exception_handler_test.cc | 50 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/ |
D | gtest-internal-inl.h | 162 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
|
D | gtest.cc | 194 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 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlagsOnlyImpl()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal-inl.h | 156 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/ |
D | gtest-internal-inl.h | 167 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
|
D | gtest.cc | 193 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 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlagsOnlyImpl()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-internal-inl.h | 168 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
|
D | gtest.cc | 213 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 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-internal-inl.h | 168 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
|
D | gtest.cc | 213 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 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 168 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
|
D | gtest.cc | 213 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 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-internal-inl.h | 161 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
|
D | gtest.cc | 236 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 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
|
/external/googletest/googletest/src/ |
D | gtest-internal-inl.h | 162 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
|
D | gtest.cc | 223 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 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 193 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 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlagsOnlyImpl()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 575 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 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
|