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

  /external/chromium_org/third_party/skia/src/ports/
SkMemory_malloc.cpp 12 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/skia/src/ports/
SkMemory_malloc.cpp 12 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/
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));
79 return throw_on_failure(size, calloc(size, 1));
  /external/protobuf/gtest/test/
gtest_unittest.cc 54 || testing::GTEST_FLAG(throw_on_failure);
137 using testing::GTEST_FLAG(throw_on_failure);
5330 bool throw_on_failure; member in struct:testing::Flags
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 57 || testing::GTEST_FLAG(throw_on_failure);
131 using testing::GTEST_FLAG(throw_on_failure);
5350 bool throw_on_failure; member in struct:testing::Flags
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 55 || testing::GTEST_FLAG(throw_on_failure);
207 using testing::GTEST_FLAG(throw_on_failure);
5293 bool throw_on_failure; member in struct:testing::Flags
    [all...]
  /external/gtest/test/
gtest_unittest.cc 57 || testing::GTEST_FLAG(throw_on_failure);
131 using testing::GTEST_FLAG(throw_on_failure);
5350 bool throw_on_failure; member in struct:testing::Flags
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 55 || testing::GTEST_FLAG(throw_on_failure);
220 using testing::GTEST_FLAG(throw_on_failure);
5433 bool throw_on_failure; member in struct:testing::Flags
    [all...]

Completed in 789 milliseconds