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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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> > >
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 121 HttpPortAllocator* allocator, const std::string &name,
127 : BasicPortAllocatorSession(allocator, name, session_type),
174 request->set_proxy(allocator()->proxy());
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/bitset.members/
to_string.pass.cpp 12 // template <class charT, class traits, class Allocator>
13 // basic_string<charT, traits, Allocator>
17 // basic_string<charT, traits, allocator<charT> > to_string() const;
20 // basic_string<charT, char_traits<charT>, allocator<charT> > to_string() const;
22 // basic_string<char, char_traits<char>, allocator<char> > to_string() const;
47 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >();
82 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >('0');
117 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >('0', '1');
  /external/stlport/stlport/stl/pointers/
_deque.h 83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >;
86 _STLP_EXPORT_TEMPLATE_CLASS _Deque_base<void*,allocator<void*> >;
87 _STLP_EXPORT_TEMPLATE_CLASS DEQUE_IMPL<void*,allocator<void*> >;
96 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_list.h 42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >;
86 _STLP_EXPORT_TEMPLATE_CLASS _Deque_base<void*,allocator<void*> >;
87 _STLP_EXPORT_TEMPLATE_CLASS DEQUE_IMPL<void*,allocator<void*> >;
96 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_list.h 42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >;
86 _STLP_EXPORT_TEMPLATE_CLASS _Deque_base<void*,allocator<void*> >;
87 _STLP_EXPORT_TEMPLATE_CLASS DEQUE_IMPL<void*,allocator<void*> >;
96 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_list.h 42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >;
86 _STLP_EXPORT_TEMPLATE_CLASS _Deque_base<void*,allocator<void*> >;
87 _STLP_EXPORT_TEMPLATE_CLASS DEQUE_IMPL<void*,allocator<void*> >;
96 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_list.h 42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >;
86 _STLP_EXPORT_TEMPLATE_CLASS _Deque_base<void*,allocator<void*> >;
87 _STLP_EXPORT_TEMPLATE_CLASS DEQUE_IMPL<void*,allocator<void*> >;
96 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_list.h 42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >;
86 _STLP_EXPORT_TEMPLATE_CLASS _Deque_base<void*,allocator<void*> >;
87 _STLP_EXPORT_TEMPLATE_CLASS DEQUE_IMPL<void*,allocator<void*> >;
96 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
_list.h 42 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _List_node<void*> >; variable
46 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_List_node_base, _List_node<void*>, allocator<_List_node<void*> > >;
47 _STLP_EXPORT_TEMPLATE_CLASS _List_base<void*, allocator<void*> >;
48 _STLP_EXPORT_TEMPLATE_CLASS LIST_IMPL<void*, allocator<void*> >;
58 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 10 // Specialized memory allocator for ThreadSanitizer, MemorySanitizer, etc.
39 // This class also gives a hint to a thread-caching allocator about the amount
196 // Memory allocator statistics
282 // SizeClassAllocator64 -- allocator for 64-bit address space.
563 // SizeClassAllocator32 -- allocator for 32-bit address space.
564 // This allocator can theoretically be used on 64-bit arch, but there it is less
575 // 0 size class means the region is not used by the allocator.
806 typedef SizeClassAllocator Allocator;
815 void Destroy(SizeClassAllocator *allocator, AllocatorGlobalStats *s) {
816 Drain(allocator);
    [all...]
  /external/stlport/stlport/stl/
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
60 typename Allocator>
68 typedef Allocator allocator_type;
116 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
127 typename Allocator>
153 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
163 typename Allocator = std::allocator<char> >
290 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
301 typename Allocator = std::allocator<char>
646 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
assoc_container.hpp 69 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
76 typename Allocator>
84 typedef Allocator allocator_type;
132 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
143 typename Allocator>
169 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
179 typename Allocator = std::allocator<char> >
306 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
317 typename Allocator = std::allocator<char>
662 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
assoc_container.hpp 69 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
76 typename Allocator>
84 typedef Allocator allocator_type;
132 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
143 typename Allocator>
169 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
179 typename Allocator = std::allocator<char> >
306 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
317 typename Allocator = std::allocator<char>
662 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
60 typename Allocator>
68 typedef Allocator allocator_type;
116 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
127 typename Allocator>
153 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
163 typename Allocator = std::allocator<char> >
290 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
301 typename Allocator = std::allocator<char>
646 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
60 typename Allocator>
68 typedef Allocator allocator_type;
116 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
127 typename Allocator>
153 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
163 typename Allocator = std::allocator<char> >
290 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
301 typename Allocator = std::allocator<char>
646 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.

Completed in 833 milliseconds

<<11121314151617181920>>