Searched refs:Allocator (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/mclinker/include/mcld/LD/ |
D | StringUnorderedMap.h | 60 typename Allocator = std::allocator<std::pair<KeyType, ValueType> > > 90 typedef Allocator::template rebind<HashEntry>::other HashEntryAllocator; 107 typename Allocator> 108 StringUnorderedMap<ValueType, KeyStorageType, HashFunction, Allocator>:: 118 typename Allocator> 120 StringUnorderedMap<ValueType, KeyStorageType, HashFunction, Allocator>:: 135 typename Allocator> 137 StringUnorderedMap<ValueType, KeyStorageType, HashFunction, Allocator>:: 159 typename Allocator> 162 StringUnorderedMap<ValueType, KeyStorageType, HashFunction, Allocator>:: [all …]
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | TargetRegistry.h | 216 TargetRegistry::RegisterTargetMachine(T, &Allocator); in RegisterTargetMachine() 220 static mcld::LLVMTargetMachine *Allocator(const mcld::Target &T, in Allocator() function
|
/frameworks/base/core/jni/android/graphics/ |
D | GraphicsJNI.h | 137 class JavaPixelAllocator : public SkBitmap::Allocator {
|