/external/stlport/src/ |
dll_main.cpp | 90 const nothrow_t nothrow /* = {} */; variable
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSExecutable.cpp | 51 RSExecutable *result = new (std::nothrow) RSExecutable(pInfo,
|
RSInfoExtractor.cpp | 184 result = new (std::nothrow) RSInfo(string_pool_size);
|
/frameworks/compile/libbcc/lib/Support/ |
FileBase.cpp | 231 android::FileMap *map = new (std::nothrow) android::FileMap();
|
Disassembler.cpp | 124 input_function = new (std::nothrow) BufferMemoryObject(pFunc, pFuncSize);
|
/ndk/sources/cxx-stl/stlport/src/ |
dll_main.cpp | 90 const nothrow_t nothrow /* = {} */; variable
|
/frameworks/compile/mclinker/tools/mcld/ |
main.cpp | 210 config = new (std::nothrow) DefaultLinkerConfig(); 212 config = new (std::nothrow) GeneralLinkerConfig(OptTargetTriple);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
tcmalloc_unittest.cc | 679 void* ptr = (*func)(kNotTooBig, std::nothrow); 692 if ((*func)(kTooBig, std::nothrow) != 0) { 697 fprintf(LOGSTREAM, "nothrow allocation threw unexpected exception.\n"); 713 fprintf(LOGSTREAM, "nothrow new_handler was not called.\n"); [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
tcmalloc_unittest.cc | 679 void* ptr = (*func)(kNotTooBig, std::nothrow); 692 if ((*func)(kTooBig, std::nothrow) != 0) { 697 fprintf(LOGSTREAM, "nothrow allocation threw unexpected exception.\n"); 713 fprintf(LOGSTREAM, "nothrow new_handler was not called.\n"); [all...] |
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/ |
test_interface.cc | 146 CallbackInfo* callback_info = new(std::nothrow) CallbackInfo;
|
/external/marisa-trie/lib/marisa/ |
vector-inline.h | 202 new (std::nothrow) char[sizeof(T) * new_capacity]);
|
trie-build.cc | 278 trie_.reset(new (std::nothrow) Trie); 294 trie_.reset(new (std::nothrow) Trie);
|
trie-c.cc | 68 *h = new (std::nothrow) marisa_trie_();
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
vector-inline.h | 202 new (std::nothrow) char[sizeof(T) * new_capacity]);
|
trie-build.cc | 292 trie_.reset(new (std::nothrow) Trie); 308 trie_.reset(new (std::nothrow) Trie);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMPLT.cpp | 66 plt1_entry = new (std::nothrow) ARMPLT1(*m_SectionData);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cxxabi.h | 54 #define _GLIBCXX_NOTHROW __attribute__((nothrow))
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 54 #define _GLIBCXX_NOTHROW __attribute__((nothrow))
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 54 #define _GLIBCXX_NOTHROW __attribute__((nothrow))
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 54 #define _GLIBCXX_NOTHROW __attribute__((nothrow))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cxxabi.h | 54 #define _GLIBCXX_NOTHROW __attribute__((nothrow))
|
/external/libvpx/libwebm/ |
mkvparser.cpp | 302 str = new (std::nothrow) char[size+1];
447 buf = new (std::nothrow) unsigned char[buflen_];
830 pSegment = new (std::nothrow) Segment(
957 m_pInfo = new (std::nothrow) SegmentInfo(
977 m_pTracks = new (std::nothrow) Tracks(this,
995 m_pCues = new (std::nothrow) Cues(
1010 m_pSeekHead = new (std::nothrow) SeekHead(
[all...] |
/external/chromium_org/ppapi/tests/ |
test_tcp_socket_private.cc | 202 char* buffer = new (std::nothrow) char[kReadSize];
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
tcmalloc.cc | 254 // And the nothrow variants of these: 260 // nothrow-delete internally. See, eg: [all...] |
/external/llvm/lib/Support/ |
MemoryBuffer.cpp | 138 char *Mem = static_cast<char*>(operator new(RealLen, std::nothrow)); 354 // new(std::nothrow) returns 0.
|