HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 651 - 675 of 1087) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >;
47 _SetTraitsT<void*>, allocator<void*> >;
51 _SetTraitsT<void*>, allocator<void*> >;
56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 233 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, vk::VkBuffer buffer, vk::MemoryRequirement requirement)
236 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, requirement);
242 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, vk::VkImage image, vk::MemoryRequirement requirement)
245 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, requirement);
278 vk::Allocator& allocator,
317 vk::Allocator& m_allocator;
350 vk::Allocator& allocator
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 156 i::Zone zone(CcTest::i_isolate()->allocator());
174 i::Zone zone(CcTest::i_isolate()->allocator());
335 i::Zone zone(CcTest::i_isolate()->allocator());
372 i::Zone zone(CcTest::i_isolate()->allocator());
441 i::Zone zone(CcTest::i_isolate()->allocator());
476 i::Zone zone(CcTest::i_isolate()->allocator());
529 i::Zone zone(CcTest::i_isolate()->allocator());
846 i::Zone zone(CcTest::i_isolate()->allocator());
    [all...]
  /art/compiler/optimizing/
instruction_simplifier.cc 1165 ArenaAllocator* allocator = GetGraph()->GetArena(); local
1388 ArenaAllocator* allocator = GetGraph()->GetArena(); local
    [all...]
code_generator_arm.h 134 ParallelMoveResolverARM(ArenaAllocator* allocator, CodeGeneratorARM* codegen)
135 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {}
391 void Finalize(CodeAllocator* allocator) OVERRIDE;
code_generator_arm64.h 317 ParallelMoveResolverARM64(ArenaAllocator* allocator, CodeGeneratorARM64* codegen)
318 : ParallelMoveResolverNoSwap(allocator), codegen_(codegen), vixl_temps_() {}
395 // The number of registers that can be allocated. The register allocator may
425 void Finalize(CodeAllocator* allocator) OVERRIDE;
code_generator_x86.h 127 ParallelMoveResolverX86(ArenaAllocator* allocator, CodeGeneratorX86* codegen)
128 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {}
468 void Finalize(CodeAllocator* allocator) OVERRIDE;
code_generator_x86_64.h 131 ParallelMoveResolverX86_64(ArenaAllocator* allocator, CodeGeneratorX86_64* codegen)
132 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {}
356 void Finalize(CodeAllocator* allocator) OVERRIDE;
ssa_builder.cc 617 ArenaAllocator* allocator = graph_->GetArena(); local
618 HPhi* new_phi = new (allocator) HPhi(allocator, phi->GetRegNumber(), phi->InputCount(), type);
  /external/v8/src/
compiler.cc 879 Zone zone(isolate->allocator());
    [all...]
  /external/v8/src/wasm/
ast-decoder.cc 1500 base::AccountingAllocator allocator; local
1549 base::AccountingAllocator allocator; local
    [all...]
  /external/ImageMagick/coders/
miff.c 435 allocator;
430 allocator; local
1933 allocator; local
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 163 SkOpContourHead* contourList, SkChunkAlloc* allocator) {
233 SkOpPtT* ptT = segment->addT(i[0][0], SkOpSegment::kAllowAlias, allocator);
301 SkOpPtT* SkOpSegment::addMissing(double t, SkOpSegment* opp, SkChunkAlloc* allocator) {
317 result = this->addT(t, SkOpSegment::kNoAlias, allocator);
323 SkOpPtT* SkOpSegment::addT(double t, AllowAlias allowAlias, SkChunkAlloc* allocator) {
351 SkOpPtT* alias = SkOpTAllocator<SkOpPtT>::Allocate(allocator);
368 SkOpSpan* span = insert(prev, allocator);
411 void SkOpSegment::calcAngles(SkChunkAlloc* allocator) {
414 addStartSpan(allocator);
420 SkOpAngle* priorAngle = SkOpTAllocator<SkOpAngle>::Allocate(allocator);
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 278 bool SkBitmap::tryAllocPixels(Allocator* allocator, SkColorTable* ctable) {
281 if (nullptr == allocator) {
282 allocator = &stdalloc;
284 return allocator->allocPixelRef(this, ctable);
435 /** We explicitly use the same allocator for our pixels that SkMask does,
832 bool SkBitmap::copyTo(SkBitmap* dst, SkColorType dstColorType, Allocator* alloc) const {
1034 Allocator *allocator, SkIPoint* offset) const {
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCameraChannel.cpp 247 * @allocator : stream related buffer allocator
261 int32_t QCameraChannel::addStream(QCameraAllocator &allocator,
278 QCameraStream *pStream = new QCameraStream(allocator,
    [all...]
  /external/dng_sdk/source/
dng_render.cpp 753 dng_memory_allocator *allocator,
818 dng_memory_allocator *allocator,
824 allocator,
888 BuildHueSatMapEncodingTable (*allocator,
899 BuildHueSatMapEncodingTable (*allocator,
932 fExposureRamp.Initialize (*allocator, rampFunction);
949 fToneCurve.Initialize (*allocator, totalTone);
962 fEncodeGamma.Initialize (*allocator, finalSpace.GammaFunction ());
981 fTempBuffer [threadIndex] . Reset (allocator->Allocate (tempBufferSize));
    [all...]
  /art/runtime/
Android.mk 26 base/allocator.cc \
55 gc/allocator/dlmalloc.cc \
56 gc/allocator/rosalloc.cc \
345 base/allocator.h \
354 gc/allocator/rosalloc.h \
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraChannel.cpp 169 * @allocator : stream related buffer allocator
181 int32_t QCameraChannel::addStream(QCameraAllocator &allocator,
196 QCameraStream *pStream = new QCameraStream(allocator,
766 * @allocator : stream related buffer allocator
780 int32_t QCameraReprocessChannel::addReprocStreamsFromSource(QCameraAllocator& allocator,
844 pStreamInfoBuf = allocator.allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp 492 Allocator& allocator = m_context.getDefaultAllocator(); local
516 m_image = de::MovePtr<Image>(new Image(deviceInterface, device, allocator, imageCreateInfo, MemoryRequirement::Any));
524 m_buffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible));
631 Allocator& allocator = m_context.getDefaultAllocator(); local
635 m_buffer = de::MovePtr<Buffer>(new Buffer(deviceInterface, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
assoc_container.hpp 88 * @tparam _Alloc Allocator type.
190 * @tparam _Alloc Allocator type.
203 typename _Alloc = std::allocator<char> >
353 * @tparam _Alloc Allocator type.
367 typename _Alloc = std::allocator<char> >
545 * @tparam _Alloc Allocator type.
623 * @tparam _Alloc Allocator type.
634 typename _Alloc = std::allocator<char> >
714 * @tparam _Alloc Allocator type.
730 typename _Alloc = std::allocator<char>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
assoc_container.hpp 88 * @tparam _Alloc Allocator type.
190 * @tparam _Alloc Allocator type.
203 typename _Alloc = std::allocator<char> >
353 * @tparam _Alloc Allocator type.
367 typename _Alloc = std::allocator<char> >
545 * @tparam _Alloc Allocator type.
623 * @tparam _Alloc Allocator type.
634 typename _Alloc = std::allocator<char> >
714 * @tparam _Alloc Allocator type.
730 typename _Alloc = std::allocator<char>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
assoc_container.hpp 88 * @tparam _Alloc Allocator type.
190 * @tparam _Alloc Allocator type.
203 typename _Alloc = std::allocator<char> >
353 * @tparam _Alloc Allocator type.
367 typename _Alloc = std::allocator<char> >
545 * @tparam _Alloc Allocator type.
623 * @tparam _Alloc Allocator type.
634 typename _Alloc = std::allocator<char> >
714 * @tparam _Alloc Allocator type.
730 typename _Alloc = std::allocator<char>
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
assoc_container.hpp 88 * @tparam _Alloc Allocator type.
190 * @tparam _Alloc Allocator type.
203 typename _Alloc = std::allocator<char> >
353 * @tparam _Alloc Allocator type.
367 typename _Alloc = std::allocator<char> >
545 * @tparam _Alloc Allocator type.
623 * @tparam _Alloc Allocator type.
634 typename _Alloc = std::allocator<char> >
714 * @tparam _Alloc Allocator type.
730 typename _Alloc = std::allocator<char>
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 147 // Create memory allocator for logical device
148 const de::UniquePtr<Allocator> allocator(new SimpleAllocator(deviceInterface, *m_logicalDevice, deviceMemoryProperties));
291 const de::UniquePtr<Buffer> inputBuffer(new Buffer(deviceInterface, *m_logicalDevice, *allocator, inputBufferCreateInfo, MemoryRequirement::HostVisible));
351 const de::UniquePtr<Buffer> outputBuffer(new Buffer(deviceInterface, *m_logicalDevice, *allocator, outputBufferCreateInfo, MemoryRequirement::HostVisible));

Completed in 749 milliseconds

<<21222324252627282930>>