OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bad_alloc
(Results
126 - 150
of
328
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp
307
// If we can't acquire the needed resources, throw
bad_alloc
(can't set badbit)
319
throw
bad_alloc
();
326
throw
bad_alloc
();
335
throw
bad_alloc
();
344
throw
bad_alloc
();
/system/core/libmemunreachable/
Allocator.cpp
230
abort(); //throw std::
bad_alloc
;
320
abort(); //throw std::
bad_alloc
;
407
abort(); //throw std::
bad_alloc
;
/bionic/linker/
linker_allocator.h
81
// Spec says we need to throw std::
bad_alloc
here but because our
/external/deqp/framework/delibs/decpp/
deMutex.cpp
46
throw std::
bad_alloc
();
deSemaphore.cpp
45
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/scripts/egl/
str_util.py
61
"
BAD_ALLOC
",
/external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
default.pass.cpp
68
catch ( std::
bad_alloc
& ) { return ; }
/external/libcxx/test/std/localization/locales/locale/locale.cons/
assign.pass.cpp
25
void* operator new(std::size_t s) throw(std::
bad_alloc
)
copy.pass.cpp
25
void* operator new(std::size_t s) throw(std::
bad_alloc
)
locale_char_pointer_cat.pass.cpp
26
void* operator new(std::size_t s) throw(std::
bad_alloc
)
locale_locale_cat.pass.cpp
26
void* operator new(std::size_t s) throw(std::
bad_alloc
)
locale_string_cat.pass.cpp
25
void* operator new(std::size_t s) throw(std::
bad_alloc
)
string.pass.cpp
26
void* operator new(std::size_t s) throw(std::
bad_alloc
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
default.pass.cpp
68
catch ( std::
bad_alloc
& ) { return ; }
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
assign.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
char_pointer.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
copy.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
default.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
locale_char_pointer_cat.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
locale_locale_cat.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
locale_string_cat.pass.cpp
22
void* operator new(std::size_t s) throw(std::
bad_alloc
)
string.pass.cpp
22
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/
F.pass.cpp
23
void* operator new(std::size_t s) throw(std::
bad_alloc
)
F_assign.pass.cpp
26
void* operator new(std::size_t s) throw(std::
bad_alloc
)
Completed in 606 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>