Searched defs:catch_exceptions (Results 1 - 11 of 11) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h86 const char kCatchExceptionsFlag[] = "catch_exceptions";
162 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
183 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
797 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
799 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
805 // GTEST_FLAG(catch_exceptions) at the moment it starts.
914 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
/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()
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h86 const char kCatchExceptionsFlag[] = "catch_exceptions";
167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
190 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
786 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
788 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
794 // GTEST_FLAG(catch_exceptions) at the moment it starts.
899 // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests()
/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()
/external/vulkan-validation-layers/tests/gtest-1.7.0/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()
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc43 || testing::GTEST_FLAG(catch_exceptions)
119 using testing::GTEST_FLAG(catch_exceptions);
1848 GTEST_FLAG(catch_exceptions) = false;
1875 EXPECT_FALSE(GTEST_FLAG(catch_exceptions));
1891 GTEST_FLAG(catch_exceptions) = true;
5428 catch_exceptions(false),
5461 static Flags CatchExceptions(bool catch_exceptions) { argument
5463 flags.catch_exceptions = catch_exceptions;
5558 bool catch_exceptions; member in struct:testing::Flags
[all...]
/external/gtest/test/
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_unittest.cc44 || testing::GTEST_FLAG(catch_exceptions)
116 using testing::GTEST_FLAG(catch_exceptions);
1690 GTEST_FLAG(catch_exceptions) = false;
1716 EXPECT_FALSE(GTEST_FLAG(catch_exceptions));
1731 GTEST_FLAG(catch_exceptions) = true;
5023 catch_exceptions(false),
5055 static Flags CatchExceptions(bool catch_exceptions) { argument
5057 flags.catch_exceptions = catch_exceptions;
5144 bool catch_exceptions; member in struct:testing::Flags
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
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/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/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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...]

Completed in 258 milliseconds