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

<<21222324252627282930>>

  /external/dng_sdk/source/
dng_camera_profile.cpp 1330 void BuildHueSatMapEncodingTable (dng_memory_allocator &allocator,
1358 encodeTable->Initialize (allocator,
1364 decodeTable->Initialize (allocator,
dng_negative.cpp 189 dng_memory_allocator &allocator)
194 , fMakerNote (CloneAutoPtr (rhs.fMakerNote, allocator))
197 , fIPTCBlock (CloneAutoPtr (rhs.fIPTCBlock, allocator))
217 dng_metadata * dng_metadata::Clone (dng_memory_allocator &allocator) const
220 return new dng_metadata (*this, allocator);
261 dng_memory_block * dng_metadata::BuildExifBlock (dng_memory_allocator &allocator,
267 dng_memory_stream stream (allocator);
398 return stream.AsMemoryBlock (allocator);
529 void dng_metadata::RebuildIPTC (dng_memory_allocator &allocator,
535 fXMP->RebuildIPTC (*this, allocator, padForTIFF)
    [all...]
dng_gain_map.cpp 252 dng_gain_map::dng_gain_map (dng_memory_allocator &allocator,
269 fBuffer.Reset (allocator.Allocate (
406 AutoPtr<dng_gain_map> map (new dng_gain_map (host.Allocator (),
dng_stream.cpp 159 dng_memory_block * dng_stream::AsMemoryBlock (dng_memory_allocator &allocator)
173 AutoPtr<dng_memory_block> block (allocator.Allocate (len));
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.cpp 32 Camera3BufferManager::Camera3BufferManager(const sp<IGraphicBufferAlloc>& allocator) :
33 mAllocator(allocator) {
34 if (allocator == NULL) {
82 ALOGE("%s: allocator is NULL, buffer manager is bad state.", __FUNCTION__);
135 ALOGE("%s: allocator is NULL, buffer manager is bad state.", __FUNCTION__);
185 ALOGE("%s: allocator is NULL, buffer manager is bad state.", __FUNCTION__);
333 ALOGE("%s: allocator is NULL, buffer manager is bad state.", __FUNCTION__);
365 ALOGE("%s: allocator is NULL, buffer manager is bad state.", __FUNCTION__);
  /art/compiler/optimizing/
inliner.cc 556 ArenaAllocator* allocator = graph_->GetArena(); local
573 HPhi* phi = new (allocator) HPhi(
574 allocator, kNoRegNumber, 0, HPhi::ToPhiType(invoke_instruction->GetType()), dex_pc);
582 otherwise->AddInstruction(new (allocator) HGoto(dex_pc));
583 end_then->AddInstruction(new (allocator) HGoto(dex_pc));
584 cursor_block->AddInstruction(new (allocator) HIf(compare, dex_pc));
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 76 std::allocator<Magick::Coordinate>; member in class:Magick::std
150 std::allocator<Magick::Drawable>; member in class:Magick::std
227 std::allocator<Magick::VPath>; member in class:Magick::std
230 // std::vector<Magick::VPath, std::allocator<Magick::VPath> >;
2434 std::allocator<Magick::PathArcArgs>; member in class:Magick::std
2608 std::allocator<Magick::PathCurvetoArgs>; member in class:Magick::std
2789 std::allocator<Magick::PathQuadraticCurvetoArgs>; member in class:Magick::std
    [all...]
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.cc 261 void SetQuickAllocEntryPointsAllocator(gc::AllocatorType allocator) {
262 entry_points_allocator = allocator;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc 235 LLVMSymbolizer::LLVMSymbolizer(const char *path, LowLevelAllocator *allocator)
236 : symbolizer_process_(new(*allocator) LLVMSymbolizerProcess(path)) {}
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.cpp 182 // Create memory allocator for device
183 const de::UniquePtr<Allocator> allocator(new SimpleAllocator(deviceInterface, *m_logicalDevice, deviceMemoryProperties));
295 de::UniquePtr<Buffer> outputBuffer(new Buffer(deviceInterface, *m_logicalDevice, *allocator, outputBufferCreateInfo, MemoryRequirement::HostVisible));
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2PolygonShape.cpp 22 b2Shape* b2PolygonShape::Clone(b2BlockAllocator* allocator) const
24 void* mem = allocator->Allocate(sizeof(b2PolygonShape));
  /external/skia/src/utils/
SkTextureCompressor_LATC.cpp 486 SkTBlitterAllocator* allocator) {
500 return allocator->createT<
SkTextureCompressor_R11EAC.cpp 638 SkTBlitterAllocator* allocator) {
655 return allocator->createT<
  /external/v8/test/cctest/compiler/
function-tester.h 206 Zone zone(function->GetIsolate()->allocator());
251 Zone zone(function->GetIsolate()->allocator());
test-instruction.cc 271 base::AccountingAllocator allocator; local
272 Zone zone(&allocator);
  /external/v8/test/mjsunit/compiler/
regress-8.js 28 // Regression test for the register allocator.
regress-gap.js 28 // Regression test that stresses the register allocator gap instruction.
  /frameworks/base/libs/hwui/
DisplayListCanvas.h 238 LinearAllocator& alloc() { return mDisplayList->allocator; }
255 T* dstBuffer = (T*) mDisplayList->allocator.alloc<T>(count * sizeof(T));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
  /art/runtime/native/
dalvik_system_VMRuntime.cc 37 #include "gc/allocator/dlmalloc.h"
87 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentNonMovingAllocator(); local
90 allocator);
112 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local
115 allocator);
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraStream.h 52 QCameraStream(QCameraAllocator &allocator,
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraStream.h 52 QCameraStream(QCameraAllocator &allocator,
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 35 // System default allocator
229 AllocationCallbackRecorder::AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint)
230 : ChainedAllocator (allocator)
280 DeterministicFailAllocator::DeterministicFailAllocator (const VkAllocationCallbacks* allocator, deUint32 numPassingAllocs, Mode initialMode)
281 : ChainedAllocator (allocator)

Completed in 1048 milliseconds

<<21222324252627282930>>