Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-death-test_ex_test.cc56 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
81 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
89 GTEST_FLAG_SET(catch_exceptions, GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0); in main()
H A Dgoogletest-env-var-test_.cc54 cout << GTEST_FLAG_GET(catch_exceptions); in PrintFlag()
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-death-test_ex_test.cc56 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
81 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
89 GTEST_FLAG_SET(catch_exceptions, GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0); in main()
H A Dgoogletest-env-var-test_.cc54 cout << GTEST_FLAG_GET(catch_exceptions); in PrintFlag()
H A Dgtest_unittest.cc42 GTEST_FLAG_GET(break_on_failure) || GTEST_FLAG_GET(catch_exceptions) || in TEST()
1607 GTEST_FLAG_SET(catch_exceptions, false); in SetUpTestSuite()
1637 EXPECT_FALSE(GTEST_FLAG_GET(catch_exceptions)); in VerifyAndModifyFlags()
1656 GTEST_FLAG_SET(catch_exceptions, true); in VerifyAndModifyFlags()
5478 catch_exceptions(false), in Flags()
5514 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()
5516 flags.catch_exceptions = catch_exceptions; in CatchExceptions()
5637 bool catch_exceptions; member
5661 GTEST_FLAG_SET(catch_exceptions, false); in SetUp()
5694 EXPECT_EQ(expected.catch_exceptions, GTEST_FLAG_GET(catch_exceptions)); in CheckFlags()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-death-test_ex_test.cc56 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
81 << (GTEST_FLAG_GET(catch_exceptions) ? "enabled" : "disabled"); in TEST()
89 GTEST_FLAG_SET(catch_exceptions, GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0); in main()
H A Dgoogletest-env-var-test_.cc54 cout << GTEST_FLAG_GET(catch_exceptions); in PrintFlag()
H A Dgtest_unittest.cc42 GTEST_FLAG_GET(break_on_failure) || GTEST_FLAG_GET(catch_exceptions) || in TEST()
1603 GTEST_FLAG_SET(catch_exceptions, false); in SetUpTestSuite()
1633 EXPECT_FALSE(GTEST_FLAG_GET(catch_exceptions)); in VerifyAndModifyFlags()
1652 GTEST_FLAG_SET(catch_exceptions, true); in VerifyAndModifyFlags()
5474 catch_exceptions(false), in Flags()
5510 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()
5512 flags.catch_exceptions = catch_exceptions; in CatchExceptions()
5633 bool catch_exceptions; member
5657 GTEST_FLAG_SET(catch_exceptions, false); in SetUp()
5690 EXPECT_EQ(expected.catch_exceptions, GTEST_FLAG_GET(catch_exceptions)); in CheckFlags()
/aosp_15_r20/external/rust/android-crates-io/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()
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()
5581 catch_exceptions(false), in Flags()
5616 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()
5618 flags.catch_exceptions = catch_exceptions; in CatchExceptions()
5729 bool catch_exceptions; member
5752 GTEST_FLAG(catch_exceptions) = false; in SetUp()
[all …]
Dgoogletest-env-var-test_.cc56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
/aosp_15_r20/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()
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()
5581 catch_exceptions(false), in Flags()
5616 static Flags CatchExceptions(bool catch_exceptions) { in CatchExceptions()
5618 flags.catch_exceptions = catch_exceptions; in CatchExceptions()
5729 bool catch_exceptions; member
5752 GTEST_FLAG(catch_exceptions) = false; in SetUp()
[all …]
Dgoogletest-env-var-test_.cc56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_test.cc53 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in DisableExceptionHandlerInScope()
54 GTEST_FLAG(catch_exceptions) = false; in DisableExceptionHandlerInScope()
58 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~DisableExceptionHandlerInScope()
/aosp_15_r20/external/llvm/utils/unittest/googletest/src/
H A 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
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h146 catch_exceptions_ = GTEST_FLAG_GET(catch_exceptions); in GTestFlagSaver()
172 GTEST_FLAG_SET(catch_exceptions, catch_exceptions_); in ~GTestFlagSaver()
835 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-internal-inl.h165 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
189 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
850 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/
H A Dgtest-internal-inl.h144 catch_exceptions_ = GTEST_FLAG_GET(catch_exceptions); in GTestFlagSaver()
170 GTEST_FLAG_SET(catch_exceptions, catch_exceptions_); in ~GTestFlagSaver()
831 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
/aosp_15_r20/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h145 catch_exceptions_ = GTEST_FLAG_GET(catch_exceptions); in GTestFlagSaver()
171 GTEST_FLAG_SET(catch_exceptions, catch_exceptions_); in ~GTestFlagSaver()
834 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/
H A Dgtest-internal-inl.h144 catch_exceptions_ = GTEST_FLAG_GET(catch_exceptions); in GTestFlagSaver()
170 GTEST_FLAG_SET(catch_exceptions, catch_exceptions_); in ~GTestFlagSaver()
831 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
/aosp_15_r20/external/libvpx/third_party/googletest/src/src/
H A Dgtest-internal-inl.h144 catch_exceptions_ = GTEST_FLAG_GET(catch_exceptions); in GTestFlagSaver()
170 GTEST_FLAG_SET(catch_exceptions, catch_exceptions_); in ~GTestFlagSaver()
831 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
/aosp_15_r20/external/googletest/googletest/src/
H A Dgtest-internal-inl.h147 catch_exceptions_ = GTEST_FLAG_GET(catch_exceptions); in GTestFlagSaver()
173 GTEST_FLAG_SET(catch_exceptions, catch_exceptions_); in ~GTestFlagSaver()
826 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/src/
H A Dgtest-internal-inl.h147 catch_exceptions_ = GTEST_FLAG_GET(catch_exceptions); in GTestFlagSaver()
173 GTEST_FLAG_SET(catch_exceptions, catch_exceptions_); in ~GTestFlagSaver()
826 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-internal-inl.h165 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver()
189 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver()
850 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function

1234