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

/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()
/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()
/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()
/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/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/chromium_org/testing/gtest/test/
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...]
/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.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/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...]

Completed in 429 milliseconds