Searched refs:catch_exceptions (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_ex_test.cc56 << "with catch_exceptions "
57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
78 // catch_exceptions flag does not interfere with SEH exceptions being
82 << "with catch_exceptions "
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
H A Dgtest_env_var_test_.cc59 if (strcmp(flag, "catch_exceptions") == 0) {
60 cout << GTEST_FLAG(catch_exceptions);
H A Dgtest_unittest.cc43 || testing::GTEST_FLAG(catch_exceptions)
207 using testing::GTEST_FLAG(catch_exceptions);
1533 GTEST_FLAG(catch_exceptions) = false;
1560 EXPECT_FALSE(GTEST_FLAG(catch_exceptions));
1576 GTEST_FLAG(catch_exceptions) = true;
5392 catch_exceptions(false),
5425 static Flags CatchExceptions(bool catch_exceptions) { argument
5427 flags.catch_exceptions = catch_exceptions;
5522 bool catch_exceptions; member in struct:testing::Flags
[all...]
H A Dgtest-death-test_test.cc681 testing::GTEST_FLAG(catch_exceptions) = false;
/external/gtest/test/
H A Dgtest-death-test_ex_test.cc56 << "with catch_exceptions "
57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
78 // catch_exceptions flag does not interfere with SEH exceptions being
82 << "with catch_exceptions "
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
H A Dgtest_env_var_test_.cc59 if (strcmp(flag, "catch_exceptions") == 0) {
60 cout << GTEST_FLAG(catch_exceptions);
H A Dgtest_unittest.cc43 || testing::GTEST_FLAG(catch_exceptions)
207 using testing::GTEST_FLAG(catch_exceptions);
1540 GTEST_FLAG(catch_exceptions) = false;
1567 EXPECT_FALSE(GTEST_FLAG(catch_exceptions));
1583 GTEST_FLAG(catch_exceptions) = true;
5283 catch_exceptions(false),
5316 static Flags CatchExceptions(bool catch_exceptions) { argument
5318 flags.catch_exceptions = catch_exceptions;
5413 bool catch_exceptions; member in struct:testing::Flags
[all...]
/external/protobuf/gtest/test/
H A Dgtest_env_var_test_.cc59 if (strcmp(flag, "catch_exceptions") == 0) {
60 cout << GTEST_FLAG(catch_exceptions);
H A Dgtest-death-test_test.cc615 testing::GTEST_FLAG(catch_exceptions) = false;
626 testing::GTEST_FLAG(catch_exceptions) = false;
668 testing::GTEST_FLAG(catch_exceptions) = false;
674 testing::GTEST_FLAG(catch_exceptions) = false;
H A Dgtest_unittest.cc43 || testing::GTEST_FLAG(catch_exceptions)
125 using testing::GTEST_FLAG(catch_exceptions);
2015 GTEST_FLAG(catch_exceptions) = false;
2040 EXPECT_FALSE(GTEST_FLAG(catch_exceptions));
2054 GTEST_FLAG(catch_exceptions) = true;
5209 catch_exceptions(false),
5240 static Flags CatchExceptions(bool catch_exceptions) { argument
5242 flags.catch_exceptions = catch_exceptions;
5321 bool catch_exceptions; member in struct:testing::Flags
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h91 const char kCatchExceptionsFlag[] = "catch_exceptions";
167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
188 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
810 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
812 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
818 // GTEST_FLAG(catch_exceptions) at the moment it starts.
927 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
H A Dgtest.cc204 catch_exceptions,
205 internal::BoolFromGTestEnv("catch_exceptions", true),
529 if (!GTEST_FLAG(catch_exceptions))
2373 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2381 // if (GTEST_FLAG(catch_exceptions))
2395 if (internal::GetUnitTestImpl()->catch_exceptions()) {
4166 // Captures the value of GTEST_FLAG(catch_exceptions). This value will be
4168 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
4175 if (impl()->catch_exceptions() || in_death_test_child_process) {
5145 " @G--" GTEST_FLAG_PREFIX_ "catch_exceptions
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h86 const char kCatchExceptionsFlag[] = "catch_exceptions";
156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
783 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
785 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
791 // GTEST_FLAG(catch_exceptions) at the moment it starts.
896 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
H A Dgtest.cc193 catch_exceptions,
194 internal::BoolFromGTestEnv("catch_exceptions", true),
521 if (!GTEST_FLAG(catch_exceptions))
2101 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2109 // if (GTEST_FLAG(catch_exceptions))
2123 if (internal::GetUnitTestImpl()->catch_exceptions()) {
3823 // Captures the value of GTEST_FLAG(catch_exceptions). This value will be
3825 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
3835 if (impl()->catch_exceptions() || in_death_test_child_process) {
4752 " @G--" GTEST_FLAG_PREFIX_ "catch_exceptions
[all...]
/external/gtest/src/
H A Dgtest-internal-inl.h91 const char kCatchExceptionsFlag[] = "catch_exceptions";
167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
188 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
810 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
812 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
818 // GTEST_FLAG(catch_exceptions) at the moment it starts.
927 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
H A Dgtest.cc200 catch_exceptions,
201 internal::BoolFromGTestEnv("catch_exceptions", true),
525 if (!GTEST_FLAG(catch_exceptions))
2089 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2097 // if (GTEST_FLAG(catch_exceptions))
2111 if (internal::GetUnitTestImpl()->catch_exceptions()) {
3883 // Captures the value of GTEST_FLAG(catch_exceptions). This value will be
3885 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
3892 if (impl()->catch_exceptions() || in_death_test_child_process) {
4869 " @G--" GTEST_FLAG_PREFIX_ "catch_exceptions
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h86 const char kCatchExceptionsFlag[] = "catch_exceptions";
156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
782 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
784 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
790 // GTEST_FLAG(catch_exceptions) at the moment it starts.
895 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
H A Dgtest.cc193 catch_exceptions,
194 internal::BoolFromGTestEnv("catch_exceptions", true),
521 if (!GTEST_FLAG(catch_exceptions))
2101 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2109 // if (GTEST_FLAG(catch_exceptions))
2123 if (internal::GetUnitTestImpl()->catch_exceptions()) {
3791 // Captures the value of GTEST_FLAG(catch_exceptions). This value will be
3793 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
3803 if (impl()->catch_exceptions() || in_death_test_child_process) {
4720 " @G--" GTEST_FLAG_PREFIX_ "catch_exceptions
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h86 const char kCatchExceptionsFlag[] = "catch_exceptions";
156 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
177 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
783 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
785 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
791 // GTEST_FLAG(catch_exceptions) at the moment it starts.
896 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
H A Dgtest.cc193 catch_exceptions,
194 internal::BoolFromGTestEnv("catch_exceptions", true),
521 if (!GTEST_FLAG(catch_exceptions))
2101 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2109 // if (GTEST_FLAG(catch_exceptions))
2123 if (internal::GetUnitTestImpl()->catch_exceptions()) {
3823 // Captures the value of GTEST_FLAG(catch_exceptions). This value will be
3825 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions));
3835 if (impl()->catch_exceptions() || in_death_test_child_process) {
4752 " @G--" GTEST_FLAG_PREFIX_ "catch_exceptions
[all...]
/external/chromium_org/base/test/
H A Dtest_suite.cc137 testing::GTEST_FLAG(catch_exceptions) = false;
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h84 const char kCatchExceptionsFlag[] = "catch_exceptions";
135 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
154 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc492 const char kCatchExceptionsFlag[] = "catch_exceptions";
568 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
589 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
1211 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
1213 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
1219 // GTEST_FLAG(catch_exceptions) at the moment it starts.
1328 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
1684 catch_exceptions,
1685 internal::BoolFromGTestEnv("catch_exceptions", true),
2009 if (!GTEST_FLAG(catch_exceptions))
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc492 const char kCatchExceptionsFlag[] = "catch_exceptions";
568 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
589 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
1211 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
1213 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
1219 // GTEST_FLAG(catch_exceptions) at the moment it starts.
1328 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
1684 catch_exceptions,
1685 internal::BoolFromGTestEnv("catch_exceptions", true),
2009 if (!GTEST_FLAG(catch_exceptions))
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h94 GTEST_DECLARE_bool_(catch_exceptions);

Completed in 3299 milliseconds

12