/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/ |
H A D | googletest-death-test_ex_test.cc | 56 << (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 D | googletest-env-var-test_.cc | 54 cout << GTEST_FLAG_GET(catch_exceptions); in PrintFlag()
|
/aosp_15_r20/external/googletest/googletest/test/ |
H A D | googletest-death-test_ex_test.cc | 56 << (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 D | googletest-env-var-test_.cc | 54 cout << GTEST_FLAG_GET(catch_exceptions); in PrintFlag()
|
H A D | gtest_unittest.cc | 42 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 D | googletest-death-test_ex_test.cc | 56 << (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 D | googletest-env-var-test_.cc | 54 cout << GTEST_FLAG_GET(catch_exceptions); in PrintFlag()
|
H A D | gtest_unittest.cc | 42 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/ |
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 | gtest_unittest.cc | 42 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 …]
|
D | googletest-env-var-test_.cc | 56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/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 | gtest_unittest.cc | 42 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 …]
|
D | googletest-env-var-test_.cc | 56 cout << GTEST_FLAG(catch_exceptions); in PrintFlag()
|
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/ |
H A D | exception_handler_test.cc | 53 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 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
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 146 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/ |
D | gtest-internal-inl.h | 165 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 D | gtest-internal-inl.h | 144 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 D | gtest-internal-inl.h | 145 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 D | gtest-internal-inl.h | 144 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 D | gtest-internal-inl.h | 144 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 D | gtest-internal-inl.h | 147 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 D | gtest-internal-inl.h | 147 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/ |
D | gtest-internal-inl.h | 165 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
|