/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
alloc_traits.h | 0 // Allocator traits -*- C++ -*- 37 # include <bits/allocator.h> // for __alloc_swap 43 template<typename> struct allocator; 60 struct __allocator_always_compares_equal<std::allocator<_Tp>> 64 const bool __allocator_always_compares_equal<std::allocator<_Tp>>::value;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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> >
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
rawtransportchannel.cc | 58 PortAllocator *allocator) 61 allocator_(allocator), 97 // Create an allocator that only returns stun and relay ports.
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.h | 106 BasicPortAllocatorSession(BasicPortAllocator* allocator, 111 virtual BasicPortAllocator* allocator() { return allocator_; } function in class:cricket::BasicPortAllocatorSession
|
/external/clang/test/SemaTemplate/ |
deduction.cpp | 29 template<typename T> struct allocator { }; struct 30 template<typename T, typename Alloc = allocator<T> > struct vector {};
|
/external/llvm/lib/Support/ |
Allocator.cpp | 1 //===--- Allocator.cpp - Simple memory allocation abstraction -------------===// 14 #include "llvm/Support/Allocator.h" 25 SlabAllocator &allocator) 27 Allocator(allocator), CurSlab(0), BytesAllocated(0) { } 54 MemSlab *NewSlab = Allocator.Allocate(SlabSize); 72 Allocator.Deallocate(Slab); 117 MemSlab *NewSlab = Allocator.Allocate(PaddedSize); 178 MemSlab *Slab = (MemSlab*)Allocator.Allocate(Size, 0); 185 Allocator.Deallocate(Slab) [all...] |
/external/v8/src/ |
string-stream.h | 48 // Normal allocator uses new[] and delete[]. 59 // Allocator for use when no new c++ heap allocation is allowed. 115 explicit StringStream(StringAllocator* allocator): 116 allocator_(allocator),
|
/hardware/msm7k/libgralloc/ |
Android.mk | 26 allocator.cpp \
|
/hardware/msm7k/libgralloc-qsd8k/ |
Android.mk | 25 allocator.cpp \
|
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/ |
WebAutofill.h | 104 typedef std::vector<webkit_glue::FormData, std::allocator<webkit_glue::FormData> > FormList;
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.cons/ |
iter_iter.pass.cpp | 25 typedef std::allocator<T> Allocator; 26 typedef std::deque<T, Allocator> C; 35 template <class Allocator, class InputIterator> 40 typedef std::deque<T, Allocator> C;
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.cons/ |
input_iterator.pass.cpp | 13 // list(InputIterator first, InputIterator last, const Allocator& = Allocator()); 36 std::allocator<int>());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/ |
priority_queue.hpp | 54 typename Allocator = std::allocator<char> > 56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type 59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type; 65 typedef Allocator allocator_type;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/ |
priority_queue.hpp | 55 typename Allocator = std::allocator<char> > 58 Cmp_Fn,Tag,Allocator>::type 63 Tag, Allocator>::type base_type; 69 typedef Allocator allocator_type;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
unordered_map.h | 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 172 * @param Alloc Allocator type, defaults to allocator<Key>. 179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 224 * @param Alloc Allocator type, defaults to allocator<Key>. 231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/ |
priority_queue.hpp | 55 typename Allocator = std::allocator<char> > 58 Cmp_Fn,Tag,Allocator>::type 63 Tag, Allocator>::type base_type; 69 typedef Allocator allocator_type;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
unordered_map.h | 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 172 * @param Alloc Allocator type, defaults to allocator<Key>. 179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 224 * @param Alloc Allocator type, defaults to allocator<Key>. 231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
priority_queue.hpp | 54 typename Allocator = std::allocator<char> > 56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type 59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type; 65 typedef Allocator allocator_type;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
priority_queue.hpp | 54 typename Allocator = std::allocator<char> > 56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type 59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type; 65 typedef Allocator allocator_type;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
priority_queue.hpp | 54 typename Allocator = std::allocator<char> > 56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type 59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type; 65 typedef Allocator allocator_type;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/ |
priority_queue.hpp | 54 typename Allocator = std::allocator<char> > 56 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type 59 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type; 65 typedef Allocator allocator_type;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/ |
priority_queue.hpp | 55 typename Allocator = std::allocator<char> > 58 Cmp_Fn,Tag,Allocator>::type 63 Tag, Allocator>::type base_type; 69 typedef Allocator allocator_type;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
unordered_map.h | 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >, 172 * @param Alloc Allocator type, defaults to allocator<Key>. 179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 224 * @param Alloc Allocator type, defaults to allocator<Key>. 231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ |
standard_policies.hpp | 137 #define __dtrie_alloc std::allocator<char>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/ |
priority_queue.hpp | 69 * @tparam _Alloc Allocator type. 82 typename _Alloc = std::allocator<char> >
|