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

1 2

  /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_unittest.cc 43 || testing::GTEST_FLAG(catch_exceptions)
207 using testing::GTEST_FLAG(catch_exceptions);
5522 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...]
  /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/protobuf/gtest/test/
gtest_env_var_test_.cc 59 if (strcmp(flag, "catch_exceptions") == 0) {
60 cout << GTEST_FLAG(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...]
gtest_unittest.cc 43 || testing::GTEST_FLAG(catch_exceptions)
125 using testing::GTEST_FLAG(catch_exceptions);
5321 bool catch_exceptions; member in struct:testing::Flags
    [all...]
  /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...]
gtest.cc 204 catch_exceptions,
205 internal::BoolFromGTestEnv("catch_exceptions", true),
529 if (!GTEST_FLAG(catch_exceptions))
    [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...]
gtest.cc 193 catch_exceptions,
194 internal::BoolFromGTestEnv("catch_exceptions", true),
521 if (!GTEST_FLAG(catch_exceptions))
    [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...]
gtest.cc 200 catch_exceptions,
201 internal::BoolFromGTestEnv("catch_exceptions", true),
525 if (!GTEST_FLAG(catch_exceptions))
    [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...]
gtest.cc 193 catch_exceptions,
194 internal::BoolFromGTestEnv("catch_exceptions", true),
521 if (!GTEST_FLAG(catch_exceptions))
    [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...]
gtest.cc 193 catch_exceptions,
194 internal::BoolFromGTestEnv("catch_exceptions", true),
521 if (!GTEST_FLAG(catch_exceptions))
    [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/chromium_org/base/test/
test_suite.cc 137 testing::GTEST_FLAG(catch_exceptions) = false;
  /external/protobuf/gtest/src/
gtest-internal-inl.h 84 const char kCatchExceptionsFlag[] = "catch_exceptions";
135 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
154 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
    [all...]

Completed in 1881 milliseconds

1 2