HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 451 - 475 of 764) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 41 * intended to be used as value and allocator types while testing
43 * allocator has additional log and debug features. The exception
593 * @brief Allocator class with logging and exception generation control.
615 std::allocator<value_type> _M_allocator;
633 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
695 /// Allocator throwing via limit condition.
716 /// Allocator throwing via random condition.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
_rope.h 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope;
426 // an allocator.
483 // the proper allocator and the properly padded size.
705 _ROPE_SWAP_SPECIALIZATION(char, allocator<char>)
708 _ROPE_SWAP_SPECIALIZATION(wchar_t, allocator<wchar_t>)
    [all...]
_set.h 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
_unordered_set.h 36 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
186 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
  /external/stlport/src/
locale_catalog.cpp 151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
  /external/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/v8/src/
hydrogen.h     [all...]
  /frameworks/base/libs/hwui/
DisplayList.h 90 LinearAllocator allocator; member in class:android::uirenderer::DisplayListData
  /ndk/sources/cxx-stl/stlport/src/
locale_catalog.cpp 151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
  /ndk/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
multiset.h 40 typename _Allocator = std::allocator<_Key> >
set.h 40 typename _Allocator = std::allocator<_Key> >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
multiset.h 40 typename _Allocator = std::allocator<_Key> >
set.h 40 typename _Allocator = std::allocator<_Key> >
  /prebuilts/ndk/5/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/5/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/6/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...]

Completed in 1452 milliseconds

<<11121314151617181920>>