/art/compiler/optimizing/ |
register_allocation_resolver.h | 43 RegisterAllocationResolver(ArenaAllocator* allocator,
|
register_allocator_graph_color.h | 41 * A graph coloring register allocator. 89 RegisterAllocatorGraphColor(ArenaAllocator* allocator,
|
/art/runtime/base/ |
hash_map.h | 53 class Alloc = std::allocator<std::pair<Key, Value>>>
|
/external/clang/test/SemaTemplate/ |
default-arguments.cpp | 130 template<typename T> class allocator {}; class in namespace:PR9643 131 template<typename T, typename U = allocator<T> > class vector {}; 133 template<template<typename U, typename = allocator<U> > class container, 140 vector<int, allocator<int> > v = initializer<vector>(5);
|
default-expr-arguments.cpp | 162 struct allocator { struct in namespace:PR5810 163 allocator() { int a[sizeof(T) ? -1 : -1]; } // expected-error2 {{array with a negative size}} function in struct:PR5810::allocator 168 vector(const allocator<T>& = allocator<T>()) {} // expected-note2 {{instantiation of}}
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_win.cc | 248 LowLevelAllocator *allocator) { 261 list->push_back(new(*allocator) LLVMSymbolizer(path, allocator)); 271 list->push_back(new(*allocator) WinSymbolizerTool());
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiBufferComputeInstance.cpp | 46 Allocator& allocator = context.getDefaultAllocator(); local 65 de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::HostVisible); 93 Allocator& allocator = context.getDefaultAllocator(); local 112 de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::HostVisible);
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
vktClippingUtil.hpp | 43 vk::Allocator& allocator, 48 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement)) 71 vk::Allocator& allocator, 76 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
vktComputeTestsUtil.cpp | 37 Allocator& allocator, 42 m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement); 48 Allocator& allocator, 53 m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement);
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawBufferObjectUtil.hpp | 46 vk::Allocator& allocator,
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
vktFragmentOperationsMakeUtil.cpp | 287 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) 289 MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement); 294 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement) 296 MovePtr<Allocation> alloc(allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), requirement));
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineMakeUtil.hpp | 42 vk::Allocator& allocator, 63 vk::Allocator& allocator, 90 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImage image, const vk::MemoryRequirement requirement); 91 de::MovePtr<vk::Allocation> bindBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkBuffer buffer, const vk::MemoryRequirement requirement);
|
/external/dng_sdk/source/ |
dng_iptc.h | 147 /// \param allocator Memory allocator used to acquire memory block. 151 dng_memory_block * Spool (dng_memory_allocator &allocator,
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
size_value_alloc.pass.cpp | 20 template <class T, class Allocator> 22 test(unsigned n, const T& x, const Allocator& a) 24 typedef std::deque<T, Allocator> C; 37 std::allocator<int> a;
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
copy_alloc.pass.cpp | 39 test(std::vector<int>(a, an), std::allocator<int>());
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
copy_alloc.pass.cpp | 37 test(std::vector<bool>(a, an), std::allocator<bool>());
|
/external/libcxx/test/std/re/re.results/ |
types.pass.cpp | 13 // class Allocator = allocator<sub_match<BidirectionalIterator>>> 23 // typedef typename allocator_traits<Allocator>::size_type size_type; 24 // typedef Allocator allocator_type; 43 static_assert((std::is_same<typename MR::allocator_type, std::allocator<std::sub_match<CharT*> > >::value), "");
|
/external/libcxx/test/support/ |
debug_mode_helper.h | 154 "the container must use a test allocator"); 354 // Allocator aware tests
|
/external/skia/src/pathops/ |
SkOpBuilder.cpp | 17 SkArenaAlloc allocator(storage); 19 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); 55 SkArenaAlloc allocator(storage); 57 SkOpGlobalState globalState(&contourHead, &allocator SkDEBUGPARAMS(false)
|
/external/swiftshader/src/OpenGL/compiler/ |
Compiler.h | 120 // Memory allocator. Allocates and tracks memory required by the compiler. 122 TPoolAllocator allocator; member in class:TCompiler
|
/external/v8/src/compiler/ |
zone-stats.h | 66 explicit ZoneStats(AccountingAllocator* allocator);
|
/frameworks/base/libs/hwui/ |
Snapshot.cpp | 116 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, 128 RoundRectClipState* state = new (allocator) RoundRectClipState; 172 const ClipBase* Snapshot::serializeIntersectedClip(LinearAllocator& allocator, 180 return target->mClipArea->serializeIntersectedClip(allocator,
|
/frameworks/base/libs/hwui/pipeline/skia/ |
SkiaDisplayList.h | 60 * Use the linear allocator to create any SkDrawables needed by the display 67 return allocator.create<T>(std::forward<Params>(params)...);
|
/frameworks/native/vulkan/libvulkan/ |
driver.h | 68 allocator(alloc), 76 const VkAllocationCallbacks allocator; member in struct:vulkan::driver::InstanceData 90 allocator(alloc), 98 const VkAllocationCallbacks allocator; member in struct:vulkan::driver::DeviceData
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
unordered_set.h | 41 class _Alloc = std::allocator<_Value>, 90 class _Alloc = std::allocator<_Value>, 167 * @param Alloc Allocator type, defaults to allocator<Key>. 172 class _Alloc = std::allocator<_Value> > 216 * @param Alloc Allocator type, defaults to allocator<Key>. 221 class _Alloc = std::allocator<_Value> >
|