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

1 2 3

  /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_env_var_test.py 96 TestFlag('catch_exceptions', '0', '1')
gtest_help_test.py 77 FLAG_PREFIX + r'catch_exceptions=0.*',
  /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_env_var_test.py 95 TestFlag('catch_exceptions', '0', '1')
gtest_help_test.py 77 FLAG_PREFIX + r'catch_exceptions=0.*',
  /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_env_var_test.py 95 TestFlag('catch_exceptions', '0', '1')
gtest_help_test.py 77 FLAG_PREFIX + r'catch_exceptions=0.*',
  /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_env_var_test.py 95 TestFlag('catch_exceptions', '0', '1')
gtest_help_test.py 77 FLAG_PREFIX + r'catch_exceptions=0.*',
  /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_env_var_test.py 97 TestFlag('catch_exceptions', '1', '0')
gtest_help_test.py 51 CATCH_EXCEPTIONS_FLAG = FLAG_PREFIX + 'catch_exceptions'
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 15 // named catch_exceptions() which caught otherwise uncaught C++ exceptions.
22 // separation of error reporting, and making the catch_exceptions() facilities
  /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...]

Completed in 445 milliseconds

1 2 3