OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bad_alloc
(Results
176 - 200
of
328
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
locale_facetptr.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.members/
combine.pass.cpp
20
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h
62
throw std::
bad_alloc
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
swap.pass.cpp
24
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
swap.pass.cpp
23
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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
)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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/eigen/Eigen/src/Core/util/
Memory.h
88
throw std::
bad_alloc
();
210
* On allocation error, the returned pointer is null, and std::
bad_alloc
is thrown.
258
* \throws std::
bad_alloc
on allocation failure
297
* On allocation error, the returned pointer is null, and a std::
bad_alloc
is thrown.
370
* On allocation error, the returned pointer is undefined, but a std::
bad_alloc
is thrown.
640
/* nothrow-new (returns zero instead of std::
bad_alloc
) */ \
[
all
...]
/external/deqp/framework/delibs/decpp/
deArrayBuffer.hpp
95
throw std::
bad_alloc
();
deThread.cpp
88
throw std::
bad_alloc
();
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h
249
// evc3 has no
bad_alloc
and no typeinfo
_msvc.h
113
returns null instead of throwing
bad_alloc
. */
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h
249
// evc3 has no
bad_alloc
and no typeinfo
_msvc.h
113
returns null instead of throwing
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/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
&)\
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
execution_monitor.ipp
41
#include <new> // for std::
bad_alloc
[
all
...]
/external/clang/lib/Sema/
SemaExceptionSpec.cpp
502
// throw(std::
bad_alloc
) as equivalent for operator new and operator new[].
512
// std::
bad_alloc
, all conditions are met.
516
if (Name && Name->getName() == "
bad_alloc
") {
517
// It's called
bad_alloc
, but is it in std?
[
all
...]
/external/llvm/test/Transforms/Inline/
2006-11-09-InlineCGUpdate-2.ll
11
%"struct.std::
bad_alloc
" = type { %"struct.__gnu_cxx::char_producer<char>" }
/prebuilts/sdk/renderscript/lib/arm/
libblasV8.so
/prebuilts/sdk/renderscript/lib/mips/
libblasV8.so
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
398
catch (const _STLP_STD::
bad_alloc
&) {
596
catch (const
bad_alloc
&) {
[
all
...]
Completed in 1885 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>