| /external/libcxx/test/containers/associative/set/ |
| types.pass.cpp | 13 // class Allocator = allocator<Key>> 22 // typedef Allocator allocator_type; 44 static_assert((std::is_same<std::set<int>::allocator_type, std::allocator<int> >::value), "");
|
| /external/libcxx/test/containers/sequences/list/list.cons/ |
| input_iterator.pass.cpp | 13 // list(InputIterator first, InputIterator last, const Allocator& = Allocator()); 37 std::allocator<int>());
|
| /external/libcxx/test/containers/unord/unord.map/ |
| types.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 44 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
| /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
| assign_init.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 31 typedef std::allocator<std::pair<const int, std::string> > A;
|
| /external/libcxx/test/containers/unord/unord.multimap/ |
| types.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 44 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
| /external/libcxx/test/containers/unord/unord.multiset/ |
| types.pass.cpp | 13 // class Alloc = allocator<Value>> 43 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
| /external/libcxx/test/containers/unord/unord.set/ |
| types.pass.cpp | 13 // class Alloc = allocator<Value>> 43 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
| /external/libcxx/test/utilities/optional/optional.object/optional.object.assign/ |
| emplace_initializer_list.pass.cpp | 89 opt.emplace({1, 2, 3}, std::allocator<int>());
|
| /external/libcxx/test/utilities/optional/optional.object/optional.object.ctor/ |
| initializer_list.pass.cpp | 86 optional<std::vector<int>> opt(in_place, {3, 1}, std::allocator<int>());
|
| /external/qemu/include/ui/ |
| console.h | 215 struct DisplayAllocator* allocator; member in struct:DisplayState 241 return ds->allocator->create_displaysurface(width, height); 246 return ds->allocator->resize_displaysurface(ds->surface, width, height); 251 ds->allocator->free_displaysurface(ds->surface);
|
| /external/skia/include/core/ |
| SkBitmap.h | 39 class SK_API Allocator; 302 * allocator. 402 /** Use the specified Allocator to create the pixelref that manages the 410 @param allocator The Allocator to use to create a pixelref that can 412 If allocator is NULL, the standard HeapAllocator will be used. 420 bool allocPixels(Allocator* allocator, SkColorTable* ctable); 634 * @param allocator Allocator used to allocate the pixelref for the ds [all...] |
| /external/skia/src/core/ |
| SkScaledImageCache.h | 70 static SkBitmap::Allocator* GetAllocator(); 167 SkBitmap::Allocator* allocator() const { return fAllocator; }; function in class:SkScaledImageCache 185 // the allocator is NULL or one that matches discardables 186 SkBitmap::Allocator* fAllocator;
|
| /frameworks/native/include/gui/ |
| BufferQueueCore.h | 73 // producers and consumers. allocator is used to allocate all the needed 75 BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator = NULL);
|
| /frameworks/native/libs/binder/ |
| MemoryDealer.cpp | 181 * they're special as they don't have any record in the allocator 242 const ssize_t offset = allocator()->allocate(size); 251 allocator()->deallocate(offset); 256 allocator()->dump(what); 263 SimpleBestFitAllocator* MemoryDealer::allocator() const { function in class:android::MemoryDealer
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/ |
| types.pass.cpp | 13 // class Allocator = allocator<Key>> 22 // typedef Allocator allocator_type; 44 static_assert((std::is_same<std::multiset<int>::allocator_type, std::allocator<int> >::value), "");
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/ |
| types.pass.cpp | 13 // class Allocator = allocator<Key>> 22 // typedef Allocator allocator_type; 44 static_assert((std::is_same<std::set<int>::allocator_type, std::allocator<int> >::value), "");
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/ |
| input_iterator.pass.cpp | 13 // list(InputIterator first, InputIterator last, const Allocator& = Allocator()); 37 std::allocator<int>());
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
| types.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 44 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
| assign_init.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 31 typedef std::allocator<std::pair<const int, std::string> > A;
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
| types.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 44 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/ |
| types.pass.cpp | 13 // class Alloc = allocator<Value>> 43 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/ |
| types.pass.cpp | 13 // class Alloc = allocator<Value>> 43 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/ |
| emplace_initializer_list.pass.cpp | 89 opt.emplace({1, 2, 3}, std::allocator<int>());
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/ |
| initializer_list.pass.cpp | 86 optional<std::vector<int>> opt(in_place, {3, 1}, std::allocator<int>());
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
| unordered_set.h | 42 class _Alloc = std::allocator<_Value>, 111 class _Alloc = std::allocator<_Value>, 243 * @param Alloc Allocator type, defaults to allocator<Key>. 248 class _Alloc = std::allocator<_Value> > 308 * @param Alloc Allocator type, defaults to allocator<Key>. 313 class _Alloc = std::allocator<_Value> >
|