/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_set.h | 79 * @param Alloc Allocator type, defaults to allocator<Key>. 86 typename _Alloc = std::allocator<_Key> > 142 * @param a An allocator object. 168 * @param a An allocator object. 183 * @param x A %set of identical element and allocator types. 194 * @param x A %set of identical element and allocator types. 206 * @param a An allocator object. 221 * @param x A %set of identical element and allocator types. 224 * the allocator object is not copied [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >; 800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; 803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >; 805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_multiset.h | 83 typename _Alloc = std::allocator<_Key> > 135 * @param a An allocator object. 161 * @param a An allocator object. 176 * @param x A %multiset of identical element and allocator types. 187 * @param x A %multiset of identical element and allocator types. 199 * @param a An allocator object. 214 * @param x A %multiset of identical element and allocator types. 217 * the allocator object is not copied. 229 * @param x A %multiset of identical element and allocator types. 369 * @param x A %multiset of the same element and allocator types [all...] |
stl_set.h | 79 * @param Alloc Allocator type, defaults to allocator<Key>. 86 typename _Alloc = std::allocator<_Key> > 142 * @param a An allocator object. 168 * @param a An allocator object. 183 * @param x A %set of identical element and allocator types. 194 * @param x A %set of identical element and allocator types. 206 * @param a An allocator object. 221 * @param x A %set of identical element and allocator types. 224 * the allocator object is not copied [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >; 800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; 803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >; 805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_multiset.h | 83 typename _Alloc = std::allocator<_Key> > 135 * @param a An allocator object. 161 * @param a An allocator object. 176 * @param x A %multiset of identical element and allocator types. 187 * @param x A %multiset of identical element and allocator types. 199 * @param a An allocator object. 214 * @param x A %multiset of identical element and allocator types. 217 * the allocator object is not copied. 229 * @param x A %multiset of identical element and allocator types. 369 * @param x A %multiset of the same element and allocator types [all...] |
stl_set.h | 79 * @param Alloc Allocator type, defaults to allocator<Key>. 86 typename _Alloc = std::allocator<_Key> > 142 * @param a An allocator object. 168 * @param a An allocator object. 183 * @param x A %set of identical element and allocator types. 194 * @param x A %set of identical element and allocator types. 206 * @param a An allocator object. 221 * @param x A %set of identical element and allocator types. 224 * the allocator object is not copied [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_multiset.h | 85 typename _Alloc = std::allocator<_Key> > 137 * @param a An allocator object. 163 * @param a An allocator object. 178 * @param x A %multiset of identical element and allocator types. 189 * @param x A %multiset of identical element and allocator types. 201 * @param a An allocator object. 216 * @param x A %multiset of identical element and allocator types. 219 * the allocator object is not copied. 231 * @param x A %multiset of identical element and allocator types. 372 * @param x A %multiset of the same element and allocator types [all...] |
stl_set.h | 81 * @param Alloc Allocator type, defaults to allocator<Key>. 88 typename _Alloc = std::allocator<_Key> > 144 * @param a An allocator object. 170 * @param a An allocator object. 185 * @param x A %set of identical element and allocator types. 196 * @param x A %set of identical element and allocator types. 208 * @param a An allocator object. 223 * @param x A %set of identical element and allocator types. 226 * the allocator object is not copied [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
multiset.h | 40 typename _Allocator = std::allocator<_Key> >
|
set.h | 40 typename _Allocator = std::allocator<_Key> >
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
shared_ptr_base.h | 282 // Counted ptr with no deleter or allocator support 322 // Support for custom deleter and/or allocator 326 // Helper class that stores the Deleter and also acts as an allocator. 384 // Helper class that stores the pointer and also acts as an allocator. 412 // Override because the allocator needs to know the dynamic type 467 // The allocator's value_type doesn't matter, will rebind it anyway. 468 typedef std::allocator<int> _Alloc; 624 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>, 635 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>, [all...] |
stl_multiset.h | 87 typename _Alloc = std::allocator<_Key> > 139 * @param __a An allocator object. 165 * @param __a An allocator object. 180 * @param __x A %multiset of identical element and allocator types. 191 * @param __x A %multiset of identical element and allocator types. 204 * @param __a An allocator object. 219 * @param __x A %multiset of identical element and allocator types. 222 * constructor, the allocator object is not copied. 234 * @param __x A %multiset of identical element and allocator types. 376 * @param __x A %multiset of the same element and allocator types [all...] |
stl_set.h | 83 * @tparam _Alloc Allocator type, defaults to allocator<Key>. 90 typename _Alloc = std::allocator<_Key> > 146 * @param __a An allocator object. 173 * @param __a An allocator object. 189 * @param __x A %set of identical element and allocator types. 200 * @param __x A %set of identical element and allocator types. 213 * @param __a An allocator object. 228 * @param __x A %set of identical element and allocator types. 231 * constructor, the allocator object is not copied [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
multiset.h | 40 typename _Allocator = std::allocator<_Key> >
|
set.h | 40 typename _Allocator = std::allocator<_Key> >
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string.h | 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >; 800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >; 803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >; 805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeVisualContext.cpp | 805 static CFDictionaryRef QTCFDictionaryCreateWithDataCallback(CFAllocatorRef allocator, const UInt8* bytes, CFIndex length) 807 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreateWithBytesNoCopy(allocator, bytes, length, kCFAllocatorNull)); 811 return reinterpret_cast<CFDictionaryRef>(CFPropertyListCreateFromXMLData(allocator, data.get(), kCFPropertyListImmutable, 0)); [all...] |
/frameworks/native/libs/gui/ |
BufferQueue.cpp | 67 const sp<IGraphicBufferAlloc>& allocator) : 87 if (allocator == NULL) { 94 mGraphicBufferAlloc = allocator; [all...] |
/external/qemu/ |
console.c | [all...] |
/external/v8/src/ |
profile-generator.cc | [all...] |
/external/llvm/include/llvm/ADT/ |
IntervalMap.h | 43 // typedef RecyclingAllocator<...> Allocator; 47 // explicit IntervalMap(Allocator&); 104 #include "llvm/Support/Allocator.h" 455 /// Allocator - The recycling allocator used for both branch and leaf nodes. 457 /// reasonably sized entries, so the same allocator can be shared among 460 AllocBytes, CacheLineBytes> Allocator; [all...] |
/external/stlport/stlport/stl/ |
_time_facets.c | 154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type;
|
/external/stlport/stlport/stl/debug/ |
_deque.h | 50 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
_tree.h | 92 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
|