OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bad_alloc
(Results
101 - 125
of
328
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_aux_runtime_op_array_new.pass.cpp
21
// std::
bad_alloc
, causing the test to fail.
/external/deqp/framework/delibs/decpp/
deArrayBuffer.cpp
42
throw std::
bad_alloc
();
47
throw std::
bad_alloc
();
157
catch (std::
bad_alloc
&)
deProcess.cpp
35
throw std::
bad_alloc
();
/external/deqp/framework/referencerenderer/
rrVertexPacket.hpp
92
* alloc and allocArray will throw
bad_alloc
if allocation fails.
100
std::vector<VertexPacket*> allocArray (size_t count); // throws
bad_alloc
101
VertexPacket* alloc (void); // throws
bad_alloc
/external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp
48
throw std::
bad_alloc
();
141
} catch (const std::
bad_alloc
&) { \
245
throw std::
bad_alloc
();
417
catch (const std::
bad_alloc
&)
443
catch (const std::
bad_alloc
&)
602
catch (const std::
bad_alloc
&)
vkSpirVAsm.cpp
49
throw std::
bad_alloc
();
88
throw std::
bad_alloc
();
/external/libcxx/test/std/containers/
stack_allocator.h
43
throw std::
bad_alloc
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
stack_allocator.h
43
throw std::
bad_alloc
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
ctor.pass.cpp
25
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.con/
alloc_rfunction.pass.cpp
23
void* operator new(std::size_t s) throw(std::
bad_alloc
)
nullptr_t_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/
allocate.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
make_shared.pass.cpp
23
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/prebuilts/sdk/renderscript/lib/arm/
libRSSupportIO.so
/prebuilts/sdk/renderscript/lib/mips/
libRSSupportIO.so
/prebuilts/sdk/renderscript/lib/x86/
libRSSupportIO.so
/external/libcxx/test/std/containers/sequences/list/list.modifiers/
insert_iter_iter_iter.pass.cpp
30
void* operator new(std::size_t s) throw(std::
bad_alloc
)
33
throw std::
bad_alloc
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
insert_iter_iter_iter.pass.cpp
28
void* operator new(std::size_t s) throw(std::
bad_alloc
)
31
throw std::
bad_alloc
();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
interaction_based.hpp
216
throw std::
bad_alloc
();
231
throw std::
bad_alloc
();
/ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h
7
//For
bad_alloc
:
100
throw __STD
bad_alloc
();
/ndk/tests/device/test-stlport/unit/
stack_allocator.h
7
//For
bad_alloc
:
100
throw __STD
bad_alloc
();
/system/core/base/
utf8.cpp
68
// This could potentially throw a std::
bad_alloc
exception.
114
// This could potentially throw a std::
bad_alloc
exception.
/external/libcxx/src/
debug.cpp
156
throw
bad_alloc
();
182
throw
bad_alloc
();
479
throw
bad_alloc
();
505
throw
bad_alloc
();
531
throw
bad_alloc
();
ios.cpp
305
// If we can't acquire the needed resources, throw
bad_alloc
(can't set badbit)
317
throw
bad_alloc
();
324
throw
bad_alloc
();
333
throw
bad_alloc
();
342
throw
bad_alloc
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp
156
throw
bad_alloc
();
182
throw
bad_alloc
();
479
throw
bad_alloc
();
505
throw
bad_alloc
();
531
throw
bad_alloc
();
Completed in 977 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>