/external/chromium_org/courgette/ |
assembly_program.cc | 162 return Emit(new(std::nothrow) PeRelocsInstruction()); 166 return Emit(new(std::nothrow) ElfRelocsInstruction()); 170 return Emit(new(std::nothrow) ElfARMRelocsInstruction()); 174 return Emit(new(std::nothrow) OriginInstruction(rva)); 183 return Emit(new(std::nothrow) BytesInstruction(values, len)); 187 return Emit(new(std::nothrow) InstructionWithLabel(REL32, label)); 192 return Emit(new(std::nothrow) InstructionWithLabelARM(REL32ARM, op, label, 197 return Emit(new(std::nothrow) InstructionWithLabel(ABS32, label)); 252 slot = new(std::nothrow) Label(rva); 390 scoped_ptr<EncodedProgram> encoded(new(std::nothrow) EncodedProgram()) [all...] |
memory_allocator.h | 196 mem = new(std::nothrow) uint8[bytes]; 202 TempMapping* mapping = new(std::nothrow) TempMapping(); 271 new(std::nothrow) uint8[count * sizeof(T)]);
|
/external/chromium_org/base/ |
security_unittest.cc | 26 using std::nothrow; 137 HideValueFromCompiler(new (nothrow) VeryLargeStruct)); 145 HideValueFromCompiler(new (nothrow) char[kTooBigAllocSize])); 177 // IOS doesn't honor nothrow, so disable the test there. 191 scoped_ptr<char[][kArraySize]> array_pointer(new (nothrow) 199 scoped_ptr<char[][kArraySize2]> array_pointer(new (nothrow)
|
/external/chromium_org/base/allocator/ |
allocator_shim.cc | 64 inline bool call_new_handler(bool nothrow) { 86 if (nothrow) 96 if (!nothrow)
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
SymbolResolvers.cpp | 75 mError = new (std::nothrow) char [error_length];
|
/ndk/sources/cxx-stl/gabi++/src/ |
new.cc | 41 const nothrow_t nothrow = {}; member in namespace:std
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 51 dst = new (std::nothrow) char[size]; // NOLINT 139 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 154 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 274 new (std::nothrow) CuePoint* [new_capacity]; // NOLINT 409 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 535 new (std::nothrow) ContentEncoding* [count]; // NOLINT 540 new (std::nothrow) ContentEncoding(); // NOLINT 729 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 744 codec_id_ = new (std::nothrow) char[length]; // NOLINT 761 language_ = new (std::nothrow) char[length]; // NOLIN [all...] |
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 51 dst = new (std::nothrow) char[size]; // NOLINT 143 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 158 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 281 new (std::nothrow) CuePoint*[new_capacity]; // NOLINT 419 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 550 new (std::nothrow) ContentEncoding*[count]; // NOLINT 555 new (std::nothrow) ContentEncoding(); // NOLINT 739 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 754 codec_id_ = new (std::nothrow) char[length]; // NOLINT 771 language_ = new (std::nothrow) char[length]; // NOLIN [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 51 dst = new (std::nothrow) char[size]; // NOLINT 143 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 158 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 281 new (std::nothrow) CuePoint*[new_capacity]; // NOLINT 419 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 550 new (std::nothrow) ContentEncoding*[count]; // NOLINT 555 new (std::nothrow) ContentEncoding(); // NOLINT 739 new (std::nothrow) uint8[static_cast<size_t>(length)]; // NOLINT 754 codec_id_ = new (std::nothrow) char[length]; // NOLINT 771 language_ = new (std::nothrow) char[length]; // NOLIN [all...] |
/frameworks/compile/libbcc/lib/Core/ |
Source.cpp | 125 Source *result = new (std::nothrow) Source(pContext, pModule, pNoDelete); 170 new (std::nothrow) llvm::Module(pName, pContext.mImpl->mLLVMContext);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
stl_tempbuf.h | 82 * Provides the nothrow exception guarantee. 96 std::nothrow)); 114 { ::operator delete(__p, std::nothrow); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_tempbuf.h | 81 * Provides the nothrow exception guarantee. 95 std::nothrow)); 113 { ::operator delete(__p, std::nothrow); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_tempbuf.h | 81 * Provides the nothrow exception guarantee. 95 std::nothrow)); 113 { ::operator delete(__p, std::nothrow); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_tempbuf.h | 82 * Provides the nothrow exception guarantee. 96 std::nothrow)); 114 { ::operator delete(__p, std::nothrow); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_tempbuf.h | 83 * Provides the nothrow exception guarantee. 97 std::nothrow)); 115 { ::operator delete(__p, std::nothrow); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_tempbuf.h | 82 * Provides the nothrow exception guarantee. 96 std::nothrow)); 114 { ::operator delete(__p, std::nothrow); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_tempbuf.h | 83 * Provides the nothrow exception guarantee. 97 std::nothrow)); 115 { ::operator delete(__p, std::nothrow); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_tempbuf.h | 81 * Provides the nothrow exception guarantee. 95 std::nothrow)); 113 { ::operator delete(__p, std::nothrow); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_tempbuf.h | 81 * Provides the nothrow exception guarantee. 95 std::nothrow)); 113 { ::operator delete(__p, std::nothrow); }
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
BufferDataTest.cpp | 114 char *data = new (std::nothrow) char[hugeSize];
|
/external/clang/test/Analysis/ |
NewDelete-checker-test.cpp | 43 //----- Standard nothrow placement operators 45 void *p = operator new(0, std::nothrow); 52 int *p = new(std::nothrow) int; 169 int *p = new(std::nothrow) int[1];
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
sort.cc | 21 #include <new> // nothrow new 209 ptr_sort_key = new(std::nothrow) SortKey<KeyType>[num_of_elements]; 230 new(std::nothrow) uint8_t[num_of_elements * size_of_element]; 381 SortKey* ptr_sort_key = new(std::nothrow) SortKey[num_of_elements]; 434 new(std::nothrow) uint8_t[num_of_elements * size_of_element];
|
/external/libcxx/src/ |
new.cpp | 154 const nothrow_t nothrow = {}; member in namespace:std
|
/external/webrtc/src/system_wrappers/source/ |
sort.cc | 20 #include <new> // nothrow new 249 ptrSortKey = new(std::nothrow) SortKey<KeyType>[numOfElements]; 271 WebRtc_UWord8* ptrDataSorted = new(std::nothrow) WebRtc_UWord8 439 SortKey* ptrSortKey = new(std::nothrow) SortKey[numOfElements]; 493 WebRtc_UWord8* ptrDataSorted = new(std::nothrow) WebRtc_UWord8
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
new.cpp | 155 const nothrow_t nothrow = {}; member in namespace:std
|