HomeSort by relevance Sort by last modified time
    Searched refs:bad_alloc (Results 76 - 99 of 99) sorted by null

1 2 34

  /external/libcxx/test/support/
count_new.hpp 28 throw std::bad_alloc();
242 void* operator new(std::size_t s) TEST_THROW_SPEC(std::bad_alloc)
258 void* operator new[](std::size_t s) TEST_THROW_SPEC(std::bad_alloc)
test_allocator.h 83 throw std::bad_alloc();
147 throw std::bad_alloc();
335 TEST_THROW(std::bad_alloc());
test_memory_resource.hpp 145 throw std::bad_alloc();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
count_new.hpp 28 throw std::bad_alloc();
242 void* operator new(std::size_t s) TEST_THROW_SPEC(std::bad_alloc)
258 void* operator new[](std::size_t s) TEST_THROW_SPEC(std::bad_alloc)
test_allocator.h 83 throw std::bad_alloc();
147 throw std::bad_alloc();
335 TEST_THROW(std::bad_alloc());
test_memory_resource.hpp 145 throw std::bad_alloc();
  /external/libcxx/src/
ios.cpp 303 // If we can't acquire the needed resources, throw bad_alloc (can't set badbit)
315 throw bad_alloc();
322 throw bad_alloc();
331 throw bad_alloc();
340 throw bad_alloc();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
ios.cpp 306 // If we can't acquire the needed resources, throw bad_alloc (can't set badbit)
318 throw bad_alloc();
325 throw bad_alloc();
334 throw bad_alloc();
343 throw bad_alloc();
  /external/deqp/framework/common/
tcuTestSessionExecutor.cpp 185 catch (const std::bad_alloc&)
274 catch (const std::bad_alloc&)
tcuCommandLine.cpp 757 throw std::bad_alloc();
  /external/deqp/framework/platform/android/
tcuAndroidPlatformCapabilityQueryJNI.cpp 194 catch (const std::bad_alloc&)
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 397 throw std::bad_alloc();
412 throw std::bad_alloc();
478 throw std::bad_alloc(); // Overflow
vkNullDriver.cpp 56 throw std::bad_alloc();
155 } catch (const std::bad_alloc&) { \
323 throw std::bad_alloc();
659 catch (const std::bad_alloc&)
685 catch (const std::bad_alloc&)
    [all...]
  /external/dng_sdk/source/
dng_pthread.cpp 352 catch (const std::bad_alloc &)
478 } catch (const std::bad_alloc &)
511 } catch (const std::bad_alloc &)
dng_xmp_sdk.cpp 81 catch (std::bad_alloc &)\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 651 _M_get(size_t __sz) throw(std::bad_alloc);
760 * @throw std::bad_alloc. If memory can not be allocated.
769 _S_refill_pool() throw(std::bad_alloc)
816 * @throw std::bad_alloc. If memory can not be allocated.
827 _M_allocate_single_object() throw(std::bad_alloc)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 651 _M_get(size_t __sz) throw(std::bad_alloc);
760 * @throw std::bad_alloc. If memory can not be allocated.
769 _S_refill_pool() throw(std::bad_alloc)
816 * @throw std::bad_alloc. If memory can not be allocated.
827 _M_allocate_single_object() throw(std::bad_alloc)
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 189 catch (const std::bad_alloc&)
191 m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory.";
255 catch (const std::bad_alloc&)
257 m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory.";
  /external/deqp/framework/delibs/decpp/
deArrayBuffer.hpp 95 throw std::bad_alloc();
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 542 catch (const std::bad_alloc&)
766 return "Caught std::bad_alloc";
889 log << TestLog::Message << "std::bad_alloc" << TestLog::EndMessage;
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 663 catch (std::bad_alloc) {
  /external/deqp/external/openglcts/modules/runner/
glcTestRunner.cpp 574 throw std::bad_alloc();
  /external/eigen/Eigen/src/Core/util/
Memory.h 70 throw std::bad_alloc();
151 * On allocation error, the returned pointer is null, and std::bad_alloc is thrown.
186 * \throws std::bad_alloc on allocation failure
210 * On allocation error, the returned pointer is null, and a std::bad_alloc is thrown.
293 * On allocation error, the returned pointer is undefined, but a std::bad_alloc is thrown.
680 /* nothrow-new (returns zero instead of std::bad_alloc) */ \
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]

Completed in 974 milliseconds

1 2 34