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

1 2 3

  /external/chromium_org/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 95 TestFlag('catch_exceptions', '0', '1')
gtest_help_test.py 77 FLAG_PREFIX + r'catch_exceptions=0.*',
gtest_catch_exceptions_test.py 47 NO_CATCH_EXCEPTIONS_FLAG = FLAG_PREFIX + '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.*',
gtest_catch_exceptions_test.py 47 NO_CATCH_EXCEPTIONS_FLAG = FLAG_PREFIX + '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/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 95 TestFlag('catch_exceptions', '1', '0')
gtest_help_test.py 51 CATCH_EXCEPTIONS_FLAG = FLAG_PREFIX + 'catch_exceptions'
gtest-death-test_test.cc 615 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;
    [all...]
  /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/chromium_org/testing/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/chromium_org/third_party/mesa/src/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/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";
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.
    [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...]
  /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...]

Completed in 488 milliseconds

1 2 3