/frameworks/base/libs/hwui/ |
OpenGLRenderer.h | 329 void setClippingOutline(LinearAllocator& allocator, const Outline* outline); 330 void setClippingRoundRect(LinearAllocator& allocator, 332 void setProjectionPathMask(LinearAllocator& allocator, const SkPath* path);
|
/frameworks/native/libs/gui/ |
BufferQueueCore.cpp | 53 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) : 54 mAllocator(allocator), 94 if (allocator == NULL) {
|
/art/compiler/optimizing/ |
nodes.cc | 2048 ArenaAllocator* allocator = outer_graph->GetArena(); local 2507 ArenaAllocator* allocator = GetArena(); local [all...] |
/art/runtime/gc/allocator/ |
rosalloc-inl.h | 24 namespace allocator { namespace in namespace:art::gc 122 } // namespace allocator
|
/art/runtime/gc/space/ |
dlmalloc_space.h | 121 MallocSpace* CreateInstance(MemMap* mem_map, const std::string& name, void* allocator,
|
malloc_space.h | 126 virtual MallocSpace* CreateInstance(MemMap* mem_map, const std::string& name, void* allocator, 157 // When true the low memory mode argument specifies that the heap wishes the created allocator to
|
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraStream.h | 52 QCameraStream(QCameraAllocator &allocator,
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesTestsUtil.cpp | 40 Allocator& allocator, 44 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement)) 51 Allocator& allocator, 55 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
|
/external/dng_sdk/source/ |
dng_memory.h | 307 // to 16-byte boundaries if the allocator does not do that already. The 320 // The allocator on Win64/Mac64 is 16-byte aligned already. iOS is too. 345 dng_memory_block * Clone (dng_memory_allocator &allocator) const; 511 /// \brief Interface for dng_memory_block allocator. 533 /// \brief Default memory allocator used if NULL is passed in for allocator 543 // C++ allocator (i.e. an implementation of the Allocator concept) that throws a
|
/external/eigen/Eigen/src/StlSupport/ |
StdVector.h | 18 * std::vector such that for data types with alignment issues the correct allocator 25 class vector<__VA_ARGS__, std::allocator<__VA_ARGS__> > \
|
/external/libvterm/src/ |
vterm_internal.h | 128 VTermAllocatorFunctions *allocator; member in struct:VTerm
|
/external/skia/src/core/ |
SkResourceCache.h | 171 * Use this allocator for bitmaps, so they can use ashmem when available. 174 static SkBitmap::Allocator* GetAllocator(); 246 SkBitmap::Allocator* allocator() const { return fAllocator; }; function in class:SkResourceCache 263 // the allocator is nullptr or one that matches discardables 264 SkBitmap::Allocator* fAllocator;
|
/external/v8/src/crankshaft/ |
lithium.cc | 431 LAllocator allocator(values, graph); 432 LChunkBuilder builder(info, graph, &allocator); 436 if (!allocator.Allocate(chunk)) { 442 allocator.assigned_double_registers()); 708 // For ordinary values, tell the register allocator we need the value
|
/external/v8/src/wasm/ |
wasm-interpreter.h | 143 base::AccountingAllocator* allocator);
|
/external/v8/test/cctest/compiler/ |
test-linkage.cc | 100 Zone zone(isolate->allocator());
|
/external/webrtc/webrtc/p2p/base/ |
transport.h | 148 // If true, the most recent port allocator session will keep on running. 161 Transport(const std::string& name, PortAllocator* allocator); 167 // Returns the port allocator object for this transport.
|
/frameworks/native/include/gui/ |
BufferQueueCore.h | 82 // producers and consumers. allocator is used to allocate all the needed 84 BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator = NULL);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/ |
types.pass.cpp | 13 // class Allocator = allocator<pair<const Key, T>>> 22 // typedef Allocator allocator_type; 44 static_assert((std::is_same<std::map<int, double>::allocator_type, std::allocator<std::pair<const int, double> > >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/ |
types.pass.cpp | 13 // class Allocator = allocator<pair<const Key, T>>> 22 // typedef Allocator allocator_type; 44 static_assert((std::is_same<std::multimap<int, double>::allocator_type, std::allocator<std::pair<const int, double> > >::value), "");
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_slist.h | 40 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base, _VoidPtrSNode, allocator<_VoidPtrSNode> >; 41 _STLP_EXPORT_TEMPLATE_CLASS _Slist_base<void*, allocator<void*> >; 42 _STLP_EXPORT_TEMPLATE_CLASS SLIST_IMPL<void*, allocator<void*> >; 52 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/ndk/tests/device/test-gnustl-full/unit/ |
multiset_test.cpp | 105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
|
/ndk/tests/device/test-stlport/unit/ |
multiset_test.cpp | 105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_set.h | 44 typename _Alloc = std::allocator<_Value>, 59 typename _Alloc = std::allocator<_Value>, 81 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 92 class _Alloc = std::allocator<_Value> > 129 * @param __a An allocator object. 146 * @param __a An allocator object. 173 * @param __a An allocator object. 212 /// Returns the allocator object with which the %unordered_set was 476 * @param __x An %unordered_set of the same element and allocator [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_set.h | 44 typename _Alloc = std::allocator<_Value>, 59 typename _Alloc = std::allocator<_Value>, 81 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 92 class _Alloc = std::allocator<_Value> > 129 * @param __a An allocator object. 146 * @param __a An allocator object. 173 * @param __a An allocator object. 212 /// Returns the allocator object with which the %unordered_set was 476 * @param __x An %unordered_set of the same element and allocator [all...] |