OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bad_alloc
(Results
151 - 175
of
328
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_function.pass.cpp
25
void* operator new(std::size_t s) throw(std::
bad_alloc
)
copy.pass.cpp
23
void* operator new(std::size_t s) throw(std::
bad_alloc
)
copy_assign.pass.cpp
23
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
construct.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp
11
void* operator new[](size_t s) throw (std::
bad_alloc
)
badalloc1.cpp
9
// Check we can throw a
bad_alloc
exception when malloc dies.
/ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp
11
void* operator new[](size_t s) throw (std::
bad_alloc
)
badalloc1.cpp
9
// Check we can throw a
bad_alloc
exception when malloc dies.
/external/deqp/framework/common/
tcuTestSessionExecutor.cpp
183
catch (const std::
bad_alloc
&)
272
catch (const std::
bad_alloc
&)
/external/eigen/Eigen/src/SparseLU/
SparseLU_Memory.h
87
catch(std::
bad_alloc
& )
118
catch(std::
bad_alloc
& )
/external/libcxx/test/support/
test_allocator.h
70
throw std::
bad_alloc
();
130
throw std::
bad_alloc
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h
68
throw std::
bad_alloc
();
128
throw std::
bad_alloc
();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h
109
* @throw std::
bad_alloc
, in which case @c delete @a __p is called.
121
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
138
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
156
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
175
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
605
* @throw std::
bad_alloc
, or an exception thrown from the
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h
109
* @throw std::
bad_alloc
, in which case @c delete @a __p is called.
121
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
138
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
156
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
175
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
605
* @throw std::
bad_alloc
, or an exception thrown from the
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h
109
* @throw std::
bad_alloc
, in which case @c delete @a __p is called.
121
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
138
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
156
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
175
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
605
* @throw std::
bad_alloc
, or an exception thrown from the
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr.h
109
* @throw std::
bad_alloc
, in which case @c delete @a __p is called.
121
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
138
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
156
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
175
* @throw std::
bad_alloc
, in which case @a __d(__p) is called.
595
* @throw std::
bad_alloc
, or an exception thrown from the
/external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp
307
throw std::
bad_alloc
();
343
throw std::
bad_alloc
();
/ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc
153
// std::
bad_alloc
() on overflow.
164
throw std::
bad_alloc
();
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
118
// does not define
bad_alloc
exception
121
// Define this if your compiler do not throw
bad_alloc
from the new operator
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
118
// does not define
bad_alloc
exception
121
// Define this if your compiler do not throw
bad_alloc
from the new operator
/external/deqp/framework/platform/android/
tcuAndroidPlatformCapabilityQueryJNI.cpp
194
catch (const std::
bad_alloc
&)
/external/libcxx/test/std/localization/locales/locale/locale.cons/
char_pointer.pass.cpp
26
void* operator new(std::size_t s) throw(std::
bad_alloc
)
locale_facetptr.pass.cpp
25
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/external/libcxx/test/std/thread/futures/
test_allocator.h
63
throw std::
bad_alloc
();
/external/opencv3/modules/videoio/src/cap_winrt/
MFIncludes.hpp
155
catch (const std::
bad_alloc
&)
Completed in 1132 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>