/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
shared_ptr.h | 67 // counted ptr with no deleter or allocator support 95 // support for custom deleter and/or allocator 103 // Helper class that stores the Deleter and also acts as an allocator. 189 // override because the allocator needs to know the dynamic type 242 // allocator's value_type doesn't matter, will rebind it anyway 243 typedef std::allocator<int> _Alloc; 245 typedef std::allocator<_Sp_cd_type> _Alloc2; 391 return new _Sp_counted_deleter<_Tp*, _Del, std::allocator<_Tp>, 402 return new _Sp_counted_deleter<_Tp*, _Del2, std::allocator<_Tp>, 608 * @param __a An allocator [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
transport.cc | 84 PortAllocator* allocator) 86 worker_thread_(worker_thread), type_(type), allocator_(allocator),
|
/external/stlport/stlport/stl/ |
_monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
char_traits.h | 53 template <class _Tp> class allocator;
|
/external/v8/test/mjsunit/compiler/ |
regress-8.js | 28 // Regression test for the register allocator.
|
regress-gap.js | 28 // Regression test that stresses the register allocator gap instruction.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
char_traits.h | 53 template <class _Tp> class allocator;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
char_traits.h | 53 template <class _Tp> class allocator;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.h | 58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type; 392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppengineimpl_iq.cc | 90 std::vector<XmppIqEntry*, std::allocator<XmppIqEntry*> >::iterator pos;
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-objc.h | 117 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
|
/external/qemu/elff/ |
elf_file.h | 85 /* Gets DWARF objects allocator for this instance. */
86 class ElfAllocator* allocator() const {
function in class:ElfFile 519 /* DWARF objects allocator for this instance. */
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_file.h | 85 /* Gets DWARF objects allocator for this instance. */ 86 class ElfAllocator* allocator() const { function in class:ElfFile 519 /* DWARF objects allocator for this instance. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ |
debug_map_base.hpp | 74 typedef typename std::allocator< Key> key_allocator;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
debug_map_base.hpp | 75 typedef typename std::allocator<Key> key_allocator;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
debug_map_base.hpp | 75 typedef typename std::allocator<Key> key_allocator;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 74 typedef typename std::allocator< Key> key_allocator;
|
/prebuilts/ndk/5/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...] |