HomeSort by relevance Sort by last modified time
    Searched defs:throw_on_failure (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/skia/ext/
SkMemory_new_handler.cpp 21 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/third_party/skia/src/ports/
SkMemory_malloc.cpp 21 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/chromium_org/testing/gtest/test/
gtest_unittest.cc 55 || testing::GTEST_FLAG(throw_on_failure);
220 using testing::GTEST_FLAG(throw_on_failure);
5533 bool throw_on_failure; member in struct:testing::Flags
    [all...]
  /external/gtest/test/
gtest_unittest.cc 55 || testing::GTEST_FLAG(throw_on_failure);
220 using testing::GTEST_FLAG(throw_on_failure);
5424 bool throw_on_failure; member in struct:testing::Flags
    [all...]

Completed in 435 milliseconds