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

/external/skia/src/ports/
H A DSkMemory_malloc.cpp26 static inline void* throw_on_failure(size_t size, void* p) { function
63 return throw_on_failure(size, realloc(addr, size));
75 return throw_on_failure(size, p);
86 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/googletest/googletest/test/
H A Dgtest_unittest.cc55 || testing::GTEST_FLAG(throw_on_failure);
221 using testing::GTEST_FLAG(throw_on_failure);
1555 GTEST_FLAG(throw_on_failure) = false;
1582 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1598 GTEST_FLAG(throw_on_failure) = true;
5470 throw_on_failure(false) {}
5580 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5582 flags.throw_on_failure = throw_on_failure;
5600 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/v8/testing/gtest/test/
H A Dgtest_unittest.cc55 || testing::GTEST_FLAG(throw_on_failure);
221 using testing::GTEST_FLAG(throw_on_failure);
1555 GTEST_FLAG(throw_on_failure) = false;
1582 EXPECT_FALSE(GTEST_FLAG(throw_on_failure));
1598 GTEST_FLAG(throw_on_failure) = true;
5470 throw_on_failure(false) {}
5580 static Flags ThrowOnFailure(bool throw_on_failure) { argument
5582 flags.throw_on_failure = throw_on_failure;
5600 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 976 milliseconds