/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 74 typedef typename std::allocator< Key> key_allocator;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
trie_policy.hpp | 54 typename Allocator> 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator> 62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator> 69 typename Allocator = std::allocator<char> > 73 typedef typename Allocator::size_type size_type; 75 typedef typename Allocator::template rebind<key_type>::other key_rebind; 134 template<typename Const_Node_Iterator,typename Node_Iterator,class E_Access_Traits, typename Allocator> 137 trie_prefix_search_node_update<Const_Node_Iterator, Node_Iterator, E_Access_Traits,Allocator> 140 detail::trie_policy_base<Const_Node_Iterator,Node_Iterator,E_Access_Traits, Allocator> [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 53 template <class _Tp> class allocator;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 74 typedef typename std::allocator< Key> key_allocator;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
trie_policy.hpp | 54 typename Allocator> 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator> 62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator> 69 typename Allocator = std::allocator<char> > 73 typedef typename Allocator::size_type size_type; 75 typedef typename Allocator::template rebind<key_type>::other key_rebind; 134 template<typename Const_Node_Iterator,typename Node_Iterator,class E_Access_Traits, typename Allocator> 137 trie_prefix_search_node_update<Const_Node_Iterator, Node_Iterator, E_Access_Traits,Allocator> 140 detail::trie_policy_base<Const_Node_Iterator,Node_Iterator,E_Access_Traits, Allocator> [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 53 template <class _Tp> class allocator;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 74 typedef typename std::allocator< Key> key_allocator;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/ |
trie_policy.hpp | 54 typename Allocator> 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator> 62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator> 69 typename Allocator = std::allocator<char> > 73 typedef typename Allocator::size_type size_type; 75 typedef typename Allocator::template rebind<key_type>::other key_rebind; 134 template<typename Const_Node_Iterator,typename Node_Iterator,class E_Access_Traits, typename Allocator> 137 trie_prefix_search_node_update<Const_Node_Iterator, Node_Iterator, E_Access_Traits,Allocator> 140 detail::trie_policy_base<Const_Node_Iterator,Node_Iterator,E_Access_Traits, Allocator> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 75 typedef typename std::allocator<Key> key_allocator;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/ |
trie_policy.hpp | 55 typename Allocator> 60 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator> 63 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator> 70 typename Allocator = std::allocator<char> > 74 typedef typename Allocator::size_type size_type; 76 typedef typename Allocator::template rebind<key_type>::other key_rebind; 135 template<typename Const_Node_Iterator,typename Node_Iterator,class E_Access_Traits, typename Allocator> 138 trie_prefix_search_node_update<Const_Node_Iterator, Node_Iterator, E_Access_Traits,Allocator> 141 detail::trie_policy_base<Const_Node_Iterator,Node_Iterator,E_Access_Traits, Allocator> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/ |
trie_policy.hpp | 68 * @tparam _Alloc Allocator type. 74 typename _Alloc = std::allocator<char> >
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 53 template <class _Tp> class allocator;
|
/external/v8/src/ |
isolate.cc | 41 #include "lithium-allocator.h" 505 HeapStringAllocator allocator; local 507 StringStream accumulator(&allocator); 673 StringAllocator* allocator; local 675 allocator = new HeapStringAllocator(); 677 allocator = preallocated_message_space_; 681 StringStream accumulator(allocator); 691 delete allocator; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
shared_ptr_base.h | 282 // Counted ptr with no deleter or allocator support 322 // Support for custom deleter and/or allocator 329 // Helper class that stores the Deleter and also acts as an allocator. 414 // Override because the allocator needs to know the dynamic type 468 // The allocator's value_type doesn't matter, will rebind it anyway. 469 typedef std::allocator<int> _Alloc; 471 typedef std::allocator<_Sp_cd_type> _Alloc2; 617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>, 628 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
shared_ptr_base.h | 282 // Counted ptr with no deleter or allocator support 322 // Support for custom deleter and/or allocator 329 // Helper class that stores the Deleter and also acts as an allocator. 414 // Override because the allocator needs to know the dynamic type 468 // The allocator's value_type doesn't matter, will rebind it anyway. 469 typedef std::allocator<int> _Alloc; 471 typedef std::allocator<_Sp_cd_type> _Alloc2; 617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>, 628 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>, [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 282 // Counted ptr with no deleter or allocator support 322 // Support for custom deleter and/or allocator 329 // Helper class that stores the Deleter and also acts as an allocator. 414 // Override because the allocator needs to know the dynamic type 468 // The allocator's value_type doesn't matter, will rebind it anyway. 469 typedef std::allocator<int> _Alloc; 471 typedef std::allocator<_Sp_cd_type> _Alloc2; 617 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>, 628 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>, [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.cc | 62 // We will try creating a new allocator from scratch after a delay of this 165 PortAllocator *allocator) : 168 allocator_(allocator), 186 // Add the allocator session to our list so that we know which sessions 209 // Kick off an allocator session 501 // Time for a new allocator, lets make sure we have a signalling channel 684 // were writable, go into the connecting state (kick off a new allocator 691 // If we were writable, let's kick off an allocator session immediately 702 // but they were also timed out, we really need a new allocator. 708 // We weren't timed out before, so kick off an allocator now (we'll stil [all...] |
/external/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>) >
|
/frameworks/base/libs/hwui/ |
DisplayList.cpp | 160 mSize = mDisplayListData->allocator.usedSize(); 167 LinearAllocator& alloc = mDisplayListData->allocator;
|
/ndk/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>) >
|