Searched refs:Allocator (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DStringUnorderedMap.h60 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/
H A DDirectory.h19 #include <llvm/Support/Allocator.h>
H A DTargetRegistry.h247 TargetRegistry::RegisterTargetMachine(T, &Allocator);
251 static mcld::LLVMTargetMachine *Allocator(const mcld::Target &T, function in struct:mcld::RegisterTargetMachine
/frameworks/base/core/jni/android/graphics/
H A DGraphicsJNI.h132 /** Allocator which allocates the backing buffer in the Java heap.
137 class JavaPixelAllocator : public SkBitmap::Allocator {

Completed in 255 milliseconds