Searched defs:throw_on_failure (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/ports/
H A DSkMemory_malloc.cpp21 static inline void* throw_on_failure(size_t size, void* p) { function
47 return throw_on_failure(size, realloc(addr, size));
59 return throw_on_failure(size, p);
70 return throw_on_failure(size, sk_calloc(size));
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc55 || testing::GTEST_FLAG(throw_on_failure);
132 using testing::GTEST_FLAG(throw_on_failure);
1860 GTEST_FLAG(throw_on_failure) = false;
1887 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1903 GTEST_FLAG(throw_on_failure) = true;
5439 throw_on_failure(false) {}
5549 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5551 flags.throw_on_failure = throw_on_failure;
5569 bool throw_on_failure; member in struct:testing::Flags
[all...]
/external/gtest/test/
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_unittest.cc55 || testing::GTEST_FLAG(throw_on_failure);
128 using testing::GTEST_FLAG(throw_on_failure);
1701 GTEST_FLAG(throw_on_failure) = false;
1727 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1742 GTEST_FLAG(throw_on_failure) = true;
5033 throw_on_failure(false) {}
5135 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5137 flags.throw_on_failure = throw_on_failure;
5154 bool throw_on_failure; member in struct:testing::Flags
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
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...]

Completed in 476 milliseconds