OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bad_alloc
(Results
76 - 100
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/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
unique_ptr.pass.cpp
21
void* operator new(std::size_t s) throw(std::
bad_alloc
)
24
throw std::
bad_alloc
();
nullptr_t_deleter_allocator_throw.pass.cpp
38
catch (std::
bad_alloc
&)
pointer_deleter_allocator_throw.pass.cpp
39
catch (std::
bad_alloc
&)
/ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp
71
catch (
bad_alloc
const&) {
75
//Not
bad_alloc
exception thrown.
/ndk/tests/device/test-stlport/unit/
allocator_test.cpp
71
catch (
bad_alloc
const&) {
75
//Not
bad_alloc
exception thrown.
/external/deqp/framework/delibs/decpp/
deThreadLocal.cpp
35
throw std::
bad_alloc
();
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_array.pass.cpp
45
catch (std::
bad_alloc
&)
new_array_nothrow_replace.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
new_array_replace.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new.pass.cpp
45
catch (std::
bad_alloc
&)
new_nothrow_replace.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
new_replace.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter_allocator_throw.pass.cpp
38
catch (std::
bad_alloc
&)
pointer_deleter_allocator_throw.pass.cpp
39
catch (std::
bad_alloc
&)
/external/libcxxabi/test/
test_aux_runtime_op_array_new.pass.cpp
21
// std::
bad_alloc
, causing the test to fail.
/frameworks/av/include/media/stagefright/foundation/
ABase.h
45
* either throws a std::
bad_alloc
exception or returns NULL/nullptr_t; NULL considered
/hardware/bsp/intel/peripheral/libupm/src/
upm_exception.i
42
} catch (std::
bad_alloc
& e) {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/
new_array.pass.cpp
41
catch (std::
bad_alloc
&)
new_array_nothrow_replace.pass.cpp
20
void* operator new(std::size_t s) throw(std::
bad_alloc
)
new_array_replace.pass.cpp
20
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/
new.pass.cpp
41
catch (std::
bad_alloc
&)
new_nothrow_replace.pass.cpp
20
void* operator new(std::size_t s) throw(std::
bad_alloc
)
new_replace.pass.cpp
20
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf16.pass.cpp
28
void* operator new(std::size_t s) throw(std::
bad_alloc
)
codecvt_utf8.pass.cpp
28
void* operator new(std::size_t s) throw(std::
bad_alloc
)
Completed in 1161 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>