HomeSort by relevance Sort by last modified time
    Searched refs:catch_exceptions (Results 1 - 25 of 49) sorted by null

1 2

  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_ex_test.cc 56 << "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;
gtest_env_var_test_.cc 59 if (strcmp(flag, "catch_exceptions") == 0) {
60 cout << GTEST_FLAG(catch_exceptions);
gtest_unittest.cc 43 || testing::GTEST_FLAG(catch_exceptions)
119 using testing::GTEST_FLAG(catch_exceptions);
5558 bool catch_exceptions; member in struct:testing::Flags
    [all...]
  /external/gtest/test/
gtest-death-test_ex_test.cc 56 << "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;
gtest_env_var_test_.cc 59 if (strcmp(flag, "catch_exceptions") == 0) {
60 cout << GTEST_FLAG(catch_exceptions);
gtest_unittest.cc 43 || testing::GTEST_FLAG(catch_exceptions)
207 using testing::GTEST_FLAG(catch_exceptions);
5413 bool catch_exceptions; member in struct:testing::Flags
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_ex_test.cc 56 << "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;
gtest_env_var_test_.cc 59 if (strcmp(flag, "catch_exceptions") == 0) {
60 cout << GTEST_FLAG(catch_exceptions);
gtest_unittest.cc 43 || testing::GTEST_FLAG(catch_exceptions)
207 using testing::GTEST_FLAG(catch_exceptions);
5413 bool catch_exceptions; member in struct:testing::Flags
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_ex_test.cc 56 << "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;
gtest_env_var_test_.cc 59 if (strcmp(flag, "catch_exceptions") == 0) {
60 cout << GTEST_FLAG(catch_exceptions);
gtest_unittest.cc 43 || testing::GTEST_FLAG(catch_exceptions)
207 using testing::GTEST_FLAG(catch_exceptions);
5422 bool catch_exceptions; member in struct:testing::Flags
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
cascade.py 60 self.catch_exceptions = []
71 self.catch_exceptions.append(exc)
72 self.catch_exceptions = tuple(self.catch_exceptions)
126 except self.catch_exceptions:
  /external/protobuf/gtest/test/
gtest_env_var_test_.cc 59 if (strcmp(flag, "catch_exceptions") == 0) {
60 cout << GTEST_FLAG(catch_exceptions);
gtest_unittest.cc 44 || testing::GTEST_FLAG(catch_exceptions)
116 using testing::GTEST_FLAG(catch_exceptions);
5144 bool catch_exceptions; member in struct:testing::Flags
    [all...]
gtest-death-test_test.cc 613 testing::GTEST_FLAG(catch_exceptions) = false;
624 testing::GTEST_FLAG(catch_exceptions) = false;
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_test.cc 50 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
51 GTEST_FLAG(catch_exceptions) = false;
55 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 86 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.
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 91 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.
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 86 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.
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 86 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.
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h 91 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.
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 91 const char kCatchExceptionsFlag[] = "catch_exceptions";
167 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
188 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
804 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
806 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
812 // GTEST_FLAG(catch_exceptions) at the moment it starts.
    [all...]
  /external/opencv3/modules/ts/src/
ts.cpp 208 if( !::testing::GTEST_FLAG(catch_exceptions) )
466 if( ::testing::GTEST_FLAG(catch_exceptions) )
  /external/protobuf/gtest/src/
gtest-internal-inl.h 86 const char kCatchExceptionsFlag[] = "catch_exceptions";
155 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
175 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
    [all...]

Completed in 345 milliseconds

1 2