/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_list.i | 64 template<class _Tp, class _Alloc = allocator<_Tp> >
|
std_vector.i | 59 template<class _Tp, class _Alloc = allocator< _Tp > >
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
alloc_traits.h | 0 // Allocator traits -*- C++ -*- 38 # include <bits/allocator.h> // for __alloc_swap 50 struct __allocator_always_compares_equal<std::allocator<_Tp>>
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_string_base.h | 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data. 215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >; 217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_allocator.h | 10 // Specialized memory allocator for ThreadSanitizer, MemorySanitizer, etc. 42 // This class also gives a hint to a thread-caching allocator about the amount 199 // Memory allocator statistics 298 // SizeClassAllocator64 -- allocator for 64-bit address space. 453 // The allocator must be locked when calling this function. 665 // SizeClassAllocator32 -- allocator for 32-bit address space. 666 // This allocator can theoretically be used on 64-bit arch, but there it is less 677 // 0 size class means the region is not used by the allocator. 807 // The allocator must be locked when calling this function. 907 typedef SizeClassAllocator Allocator; [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ |
vktSynchronization.cpp | 157 void createVulkanBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const BufferParameters& bufferParameters, Buffer& buffer, MemoryRequirement visibility) 172 buffer.allocation = allocator.allocate(getBufferMemoryRequirements(vkd, device, *buffer.buffer), visibility); 229 void createVulkanImage (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const ImageParameters& imageParameters, Image& image, MemoryRequirement visibility) 255 image.allocation = allocator.allocate(getImageMemoryRequirements(vkd, device, *image.image), visibility); 562 Allocator& allocator; member in struct:vkt::__anon9048::TestContext 589 Allocator& allocator_) 594 , allocator (allocator_ 1257 Allocator& allocator = context.getDefaultAllocator(); local [all...] |
/external/dng_sdk/source/ |
dng_xmp_sdk.cpp | 1314 dng_memory_block * dng_xmp_sdk::Serialize (dng_memory_allocator &allocator, 1422 AutoPtr<dng_memory_block> buffer (allocator.Allocate (packetLen)); 1438 void dng_xmp_sdk::PackageForJPEG (dng_memory_allocator &allocator, 1469 stdBlock.Reset (allocator.Allocate (stdLen)); 1478 extBlock.Reset (allocator.Allocate (extLen));
|
dng_iptc.cpp | 721 dng_memory_block * dng_iptc::Spool (dng_memory_allocator &allocator, 729 dng_memory_stream stream (allocator, NULL, 2048); 981 return stream.AsMemoryBlock (allocator);
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/ |
BaseShadowSystem.java | 83 /** Allocator which choose where to render shadow map in texture */ 84 protected ShadowMapAllocator allocator; field in class:BaseShadowSystem 109 * @param allocator Allocator of shadow maps 112 public BaseShadowSystem (NearFarAnalyzer nearFarAnalyzer, ShadowMapAllocator allocator, 115 this.allocator = allocator; 378 /** Set viewport according to allocator. 383 ShadowMapRegion r = allocator.nextResult(currentLight);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 257 _ForwardIterator __result, allocator<_Tp>&) 306 const _Tp& __x, allocator<_Tp2>&) 333 const _Tp& __x, allocator<_Tp2>&) 339 // All of these algorithms take a user-supplied allocator, which is used 550 // constructed value_types(s), constructed with the allocator alloc. 575 allocator<_Tp>&) 581 // constructed with the allocator alloc. 604 allocator<_Tp>& [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 257 _ForwardIterator __result, allocator<_Tp>&) 306 const _Tp& __x, allocator<_Tp2>&) 333 const _Tp& __x, allocator<_Tp2>&) 339 // All of these algorithms take a user-supplied allocator, which is used 550 // constructed value_types(s), constructed with the allocator alloc. 575 allocator<_Tp>&) 581 // constructed with the allocator alloc. 604 allocator<_Tp>& [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 257 _ForwardIterator __result, allocator<_Tp>&) 306 const _Tp& __x, allocator<_Tp2>&) 333 const _Tp& __x, allocator<_Tp2>&) 339 // All of these algorithms take a user-supplied allocator, which is used 550 // constructed value_types(s), constructed with the allocator alloc. 575 allocator<_Tp>&) 581 // constructed with the allocator alloc. 604 allocator<_Tp>& [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_uninitialized.h | 248 // and uninitialized_fill_n that take an allocator parameter. 250 // default allocator. For nondefault allocators we do not use 277 _ForwardIterator __result, allocator<_Tp>&) 326 const _Tp& __x, allocator<_Tp2>&) 353 const _Tp& __x, allocator<_Tp2>&) 359 // All of these algorithms take a user-supplied allocator, which is used 576 // constructed value_types(s), constructed with the allocator alloc. 601 allocator<_Tp>&) 607 // constructed with the allocator alloc. 630 allocator<_Tp>& [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
mat.inl.hpp | 320 datalimit(0), allocator(0), u(0), size(&rows) 326 datalimit(0), allocator(0), u(0), size(&rows) 334 datalimit(0), allocator(0), u(0), size(&rows) 343 datalimit(0), allocator(0), u(0), size(&rows) 351 datalimit(0), allocator(0), u(0), size(&rows) 360 datalimit(0), allocator(0), u(0), size(&rows) 368 datalimit(0), allocator(0), u(0), size(&rows) 377 datastart(m.datastart), dataend(m.dataend), datalimit(m.datalimit), allocator(m.allocator), 397 allocator(0), u(0), size(&rows [all...] |
/external/opencv3/modules/core/src/ |
umatrix.cpp | 53 UMatData::UMatData(const MatAllocator* allocator) 55 prevAllocator = currAllocator = allocator; 103 std::swap(a.allocator, b.allocator); 218 MatAllocator *a = allocator, *a0 = getStdAllocator(); 262 MatAllocator *a = allocator, *a0 = getStdAllocator(); 309 : flags(MAGIC_VAL), dims(0), rows(0), cols(0), allocator(0), usageFlags(USAGE_DEFAULT), u(0), offset(0), size(&rows) 354 allocator(m.allocator), usageFlags(m.usageFlags), u(m.u), offset(m.offset + roi.y*m.step[0]), size(&rows) 380 : flags(MAGIC_VAL), dims(0), rows(0), cols(0), allocator(0), usageFlags(USAGE_DEFAULT), u(0), offset(0), size(&rows [all...] |
/art/compiler/optimizing/ |
register_allocator.cc | 40 RegisterAllocator::RegisterAllocator(ArenaAllocator* allocator, 43 : allocator_(allocator), 46 unhandled_core_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), 47 unhandled_fp_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), 49 handled_(allocator->Adapter(kArenaAllocRegisterAllocator)), 50 active_(allocator->Adapter(kArenaAllocRegisterAllocator)), 51 inactive_(allocator->Adapter(kArenaAllocRegisterAllocator)), 52 physical_core_register_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), 53 physical_fp_register_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), 54 temp_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)) [all...] |
code_generator_mips.h | 135 ParallelMoveResolverMIPS(ArenaAllocator* allocator, CodeGeneratorMIPS* codegen) 136 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {} 318 void Finalize(CodeAllocator* allocator) OVERRIDE;
|
code_generator_mips64.h | 135 ParallelMoveResolverMIPS64(ArenaAllocator* allocator, CodeGeneratorMIPS64* codegen) 136 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {} 311 void Finalize(CodeAllocator* allocator) OVERRIDE;
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_test.cc | 79 template <class Allocator> 81 Allocator *a = new Allocator; 83 SizeClassAllocatorLocalCache<Allocator> cache; 102 uptr class_id0 = Allocator::SizeClassMapT::ClassID(size); 115 CHECK_EQ(class_id, Allocator::SizeClassMapT::ClassID(size)); 160 template <class Allocator> 162 Allocator *a = new Allocator; 164 SizeClassAllocatorLocalCache<Allocator> cache 574 AllocatorCache::Allocator *allocator; member in struct:NewThreadParams 588 AllocatorCache::Allocator allocator; local [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraChannel.cpp | 195 * @allocator : stream related buffer allocator 209 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, 226 QCameraStream *pStream = new QCameraStream(allocator, 945 * @allocator : stream related buffer allocator 960 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, [all...] |
/frameworks/base/core/jni/android/graphics/ |
Bitmap.cpp | 746 JavaPixelAllocator allocator(env); 748 if (!src.copyTo(&result, dstCT, &allocator)) { 751 Bitmap* bitmap = allocator.getStorageObjAndReset(); 759 AshmemPixelAllocator allocator(env); 760 if (!src.copyTo(&result, dstCT, &allocator)) { 763 Bitmap* bitmap = allocator.getStorageObjAndReset(); [all...] |
/frameworks/base/libs/hwui/ |
RenderNode.cpp | 625 SaveLayerOp* op = new (handler.allocator()) SaveLayerOp( 644 ClipRectOp* op = new (handler.allocator()) ClipRectOp( 654 renderer.setClippingRoundRect(handler.allocator(), bounds, mProperties.getRevealClip().getRadius()); 656 renderer.setClippingOutline(handler.allocator(), &(mProperties.getOutline())); 784 inline LinearAllocator& allocator() { return *(mDeferStruct.mAllocator); } function in class:android::uirenderer::DeferOperationHandler 811 inline LinearAllocator& allocator() { return *(mReplayStruct.mAllocator); } function in class:android::uirenderer::ReplayOperationHandler [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageLoadStoreTests.cpp | 615 Allocator& allocator = m_context.getDefaultAllocator(); local 620 vk, device, allocator, 682 Allocator& allocator = m_context.getDefaultAllocator(); local 685 vk, device, allocator, 694 vk, device, allocator, 986 Allocator& allocator = m_context.getDefaultAllocator(); local 1064 Allocator& allocator = m_context.getDefaultAllocator(); local 1221 Allocator& allocator = m_context.getDefaultAllocator(); local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesBufferSparseResidency.cpp | 166 // Create memory allocator for device 167 const de::UniquePtr<Allocator> allocator(new SimpleAllocator(deviceInterface, *m_logicalDevice, deviceMemoryProperties)); 277 de::UniquePtr<Buffer> inputBuffer(new Buffer(deviceInterface, *m_logicalDevice, *allocator, inputBufferCreateInfo, MemoryRequirement::HostVisible)); 293 de::UniquePtr<Buffer> outputBuffer(new Buffer(deviceInterface, *m_logicalDevice, *allocator, outputBufferCreateInfo, MemoryRequirement::HostVisible));
|
/external/v8/src/compiler/ |
pipeline.cc | 53 #include "src/compiler/register-allocator-verifier.h" 54 #include "src/compiler/register-allocator.h" 563 zone_(isolate->allocator()), 564 zone_pool_(isolate->allocator()), 648 zone_pool_(info->isolate()->allocator()), [all...] |