Searched refs:throw_on_failure (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/skia/src/ports/
H A DSkMemory_malloc.cpp21 static inline void* throw_on_failure(size_t size, void* p) { function
44 return throw_on_failure(size, realloc(addr, size));
56 return throw_on_failure(size, p);
67 return throw_on_failure(size, sk_calloc(size));
/external/skia/src/ports/
H A DSkMemory_malloc.cpp12 static inline void* throw_on_failure(size_t size, void* p) { function
35 return throw_on_failure(size, realloc(addr, size));
47 return throw_on_failure(size, p);
58 return throw_on_failure(size, sk_calloc(size));
/external/chromium_org/skia/ext/
H A DSkMemory_new_handler.cpp21 static inline void* throw_on_failure(size_t size, void* p) { function
40 return throw_on_failure(size, realloc(addr, size));
50 return throw_on_failure(size, malloc(size));
81 return throw_on_failure(size, calloc(size, 1));
/external/chromium_org/testing/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true;
H A Dgtest_env_var_test_.cc104 if (strcmp(flag, "throw_on_failure") == 0) {
105 cout << GTEST_FLAG(throw_on_failure);
H A Dgtest_unittest.cc55 || testing::GTEST_FLAG(throw_on_failure);
220 using testing::GTEST_FLAG(throw_on_failure);
1545 GTEST_FLAG(throw_on_failure) = false;
1572 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1588 GTEST_FLAG(throw_on_failure) = true;
5403 throw_on_failure(false) {}
5513 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5515 flags.throw_on_failure = throw_on_failure;
5533 bool throw_on_failure; member in struct:testing::Flags
[all...]
/external/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true;
H A Dgtest_env_var_test_.cc104 if (strcmp(flag, "throw_on_failure") == 0) {
105 cout << GTEST_FLAG(throw_on_failure);
H A Dgtest_unittest.cc55 || testing::GTEST_FLAG(throw_on_failure);
220 using testing::GTEST_FLAG(throw_on_failure);
1552 GTEST_FLAG(throw_on_failure) = false;
1579 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1595 GTEST_FLAG(throw_on_failure) = true;
5294 throw_on_failure(false) {}
5404 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5406 flags.throw_on_failure = throw_on_failure;
5424 bool throw_on_failure; member in struct:testing::Flags
[all...]
/external/protobuf/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc54 testing::GTEST_FLAG(throw_on_failure) = true;
H A Dgtest_env_var_test_.cc104 if (strcmp(flag, "throw_on_failure") == 0) {
105 cout << GTEST_FLAG(throw_on_failure);
H A Dgtest_unittest.cc54 || testing::GTEST_FLAG(throw_on_failure);
137 using testing::GTEST_FLAG(throw_on_failure);
2025 GTEST_FLAG(throw_on_failure) = false;
2050 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
2064 GTEST_FLAG(throw_on_failure) = true;
5218 throw_on_failure(false) {}
5312 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5314 flags.throw_on_failure = throw_on_failure;
5330 bool throw_on_failure; member in struct:testing::Flags
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h102 const char kThrowOnFailureFlag[] = "throw_on_failure";
181 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
202 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h97 const char kThrowOnFailureFlag[] = "throw_on_failure";
170 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
191 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
/external/gtest/src/
H A Dgtest-internal-inl.h102 const char kThrowOnFailureFlag[] = "throw_on_failure";
181 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
202 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h97 const char kThrowOnFailureFlag[] = "throw_on_failure";
170 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
191 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h97 const char kThrowOnFailureFlag[] = "throw_on_failure";
170 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
191 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h93 const char kThrowOnFailureFlag[] = "throw_on_failure";
147 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
166 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h138 GTEST_DECLARE_bool_(throw_on_failure);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h138 GTEST_DECLARE_bool_(throw_on_failure);
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h138 GTEST_DECLARE_bool_(throw_on_failure);
/external/protobuf/gtest/include/gtest/
H A Dgtest.h140 GTEST_DECLARE_bool_(throw_on_failure);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc503 const char kThrowOnFailureFlag[] = "throw_on_failure";
582 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
603 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
1764 throw_on_failure,
1765 internal::BoolFromGTestEnv("throw_on_failure", false),
5311 } else if (GTEST_FLAG(throw_on_failure)) {
6351 " @G--" GTEST_FLAG_PREFIX_ "throw_on_failure@D\n"
6408 &GTEST_FLAG(throw_on_failure))
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc503 const char kThrowOnFailureFlag[] = "throw_on_failure";
582 throw_on_failure_ = GTEST_FLAG(throw_on_failure);
603 GTEST_FLAG(throw_on_failure) = throw_on_failure_;
1764 throw_on_failure,
1765 internal::BoolFromGTestEnv("throw_on_failure", false),
5311 } else if (GTEST_FLAG(throw_on_failure)) {
6351 " @G--" GTEST_FLAG_PREFIX_ "throw_on_failure@D\n"
6408 &GTEST_FLAG(throw_on_failure))
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h139 GTEST_DECLARE_bool_(throw_on_failure);

Completed in 628 milliseconds

12