/frameworks/compile/libbcc/lib/Core/ |
Compiler.cpp | 156 data_layout_pass = new (std::nothrow) llvm::DataLayoutPass(*mTarget->getDataLayout()); 204 data_layout_pass = new (std::nothrow) llvm::DataLayoutPass(*mTarget->getDataLayout());
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 139 result = new (std::nothrow) RSScript(*source); 157 config = new (std::nothrow) CompilerConfig(OptTargetTriple);
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-cxx.h | 77 extern const nothrow_t nothrow;
|
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
sema.cpp | 4 #define P(e) static_assert(noexcept(e), "expected nothrow") 23 void nothrowattr() __attribute__((nothrow));
|
/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,
|
RSCompilerDriver.cpp | 104 InputFile *object_file = new (std::nothrow) InputFile(output_path.c_str()); 196 mConfig = new (std::nothrow) CompilerConfig(DEFAULT_TARGET_TRIPLE_STRING);
|
RSInfo.cpp | 107 mStringPool = new (std::nothrow) char [ mHeader.strPoolSize ];
|
RSInfoReader.cpp | 228 result = new (std::nothrow) RSInfo(header->strPoolSize);
|
/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);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMPLT.cpp | 60 ARMPLT1* plt1_entry = new (std::nothrow) ARMPLT1(*m_pSectionData);
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsPLT.cpp | 112 Fragment* entry = new (std::nothrow) MipsPLTA(*m_pSectionData);
|
/ndk/sources/cxx-stl/stlport/src/ |
dll_main.cpp | 90 const nothrow_t nothrow /* = {} */; variable
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
_mingw.h | 195 #define __MINGW_NOTHROW __declspec(nothrow) 273 #define __nothrow __declspec(nothrow)
|
/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/third_party/libvpx/source/libvpx/third_party/libwebm/ |
mkvparser.cpp | 267 str = new (std::nothrow) char[size + 1]; 400 buf = new (std::nothrow) unsigned char[buflen_]; 732 pSegment = new (std::nothrow) Segment(pReader, idpos, 852 m_pInfo = new (std::nothrow) 866 m_pTracks = new (std::nothrow) 878 m_pCues = new (std::nothrow) 886 m_pSeekHead = new (std::nothrow) 899 m_pChapters = new (std::nothrow) [all...] |
/external/libvpx/libvpx/third_party/libwebm/ |
mkvparser.cpp | 307 str = new (std::nothrow) char[size+1]; 456 buf = new (std::nothrow) unsigned char[buflen_]; 840 pSegment = new (std::nothrow) Segment( 967 m_pInfo = new (std::nothrow) SegmentInfo( 987 m_pTracks = new (std::nothrow) Tracks(this, 1005 m_pCues = new (std::nothrow) Cues( 1020 m_pSeekHead = new (std::nothrow) SeekHead( 1040 m_pChapters = new (std::nothrow) Chapters( [all...] |
/external/libvpx/libwebm/ |
mkvparser.cpp | 269 str = new (std::nothrow) char[size + 1]; 402 buf = new (std::nothrow) unsigned char[buflen_]; 734 pSegment = new (std::nothrow) Segment(pReader, idpos, 854 m_pInfo = new (std::nothrow) 868 m_pTracks = new (std::nothrow) 880 m_pCues = new (std::nothrow) 888 m_pSeekHead = new (std::nothrow) 901 m_pChapters = new (std::nothrow) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvparser.cpp | 307 str = new (std::nothrow) char[size+1]; 456 buf = new (std::nothrow) unsigned char[buflen_]; 840 pSegment = new (std::nothrow) Segment( 967 m_pInfo = new (std::nothrow) SegmentInfo( 987 m_pTracks = new (std::nothrow) Tracks(this, 1005 m_pCues = new (std::nothrow) Cues( 1020 m_pSeekHead = new (std::nothrow) SeekHead( 1040 m_pChapters = new (std::nothrow) Chapters( [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
shared_ptr.h | 325 : __shared_ptr<_Tp>(__r, std::nothrow) { } 501 { return shared_ptr<_Tp>(*this, std::nothrow); }
|
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/ |
test_interface.cc | 146 CallbackInfo* callback_info = new(std::nothrow) CallbackInfo;
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 122 config = new (std::nothrow) CompilerConfig(OptTargetTriple);
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64PLT.cpp | 61 AArch64PLT1* plt1_entry = new (std::nothrow) AArch64PLT1(*m_pSectionData);
|