HomeSort by relevance Sort by last modified time
    Searched refs: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);
  /external/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);
  /external/v8/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);
  /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);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r13/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);
  /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...]
  /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/googletest/googletest/src/
gtest-internal-inl.h 91 const char kCatchExceptionsFlag[] = "catch_exceptions";
168 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
189 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
801 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
803 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
809 // GTEST_FLAG(catch_exceptions) at the moment it starts.
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h 91 const char kCatchExceptionsFlag[] = "catch_exceptions";
168 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
189 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
801 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
803 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
809 // 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 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
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/v8/testing/gtest/src/
gtest-internal-inl.h 91 const char kCatchExceptionsFlag[] = "catch_exceptions";
168 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
189 GTEST_FLAG(catch_exceptions) = catch_exceptions_;
801 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
803 bool catch_exceptions() const { return catch_exceptions_; } function in class:testing::internal::UnitTestImpl
809 // 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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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 1398 milliseconds

1 2 3