/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 146 * @brief Construct an empty string using allocator @a a. 175 * @param __a Allocator to use (default is default allocator). 201 * @param __a Allocator to use. 215 * @param __a Allocator to use (default is default allocator). 227 * @param __a Allocator to use (default is default allocator). 237 * @param __a Allocator to use (default is default allocator) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tree.h | 63 #include <bits/allocator.h> 321 typename _Compare, typename _Alloc = allocator<_Val> > [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 146 * @brief Construct an empty string using allocator @a a. 175 * @param __a Allocator to use (default is default allocator). 201 * @param __a Allocator to use. 215 * @param __a Allocator to use (default is default allocator). 227 * @param __a Allocator to use (default is default allocator). 237 * @param __a Allocator to use (default is default allocator) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_tree.h | 63 #include <bits/allocator.h> 321 typename _Compare, typename _Alloc = allocator<_Val> > [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
vstring.h | 146 * @brief Construct an empty string using allocator @a a. 175 * @param __a Allocator to use (default is default allocator). 201 * @param __a Allocator to use. 215 * @param __a Allocator to use (default is default allocator). 227 * @param __a Allocator to use (default is default allocator). 237 * @param __a Allocator to use (default is default allocator) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_tree.h | 64 #include <bits/allocator.h> 331 typename _Compare, typename _Alloc = allocator<_Val> > [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring.h | 151 * @brief Construct an empty string using allocator @a a. 180 * @param __a Allocator to use (default is default allocator). 206 * @param __a Allocator to use. 220 * @param __a Allocator to use (default is default allocator). 232 * @param __a Allocator to use (default is default allocator). 242 * @param __a Allocator to use (default is default allocator) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_tree.h | 64 #include <bits/allocator.h> 331 typename _Compare, typename _Alloc = allocator<_Val> > [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 139 * @brief Construct an empty string using allocator @a a. 168 * @param __a Allocator to use (default is default allocator). 194 * @param __a Allocator to use. 208 * @param __a Allocator to use (default is default allocator). 220 * @param __a Allocator to use (default is default allocator). 230 * @param __a Allocator to use (default is default allocator) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string.h | [all...] |
/external/v8/src/ |
hydrogen.cc | 34 #include "lithium-allocator.h" 691 LAllocator allocator(values, this); 692 LChunkBuilder builder(info, this, &allocator); 696 if (!allocator.Allocate(chunk)) { [all...] |
/external/stlport/stlport/stl/ |
_list.h | 227 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
_slist.h | 197 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/external/stlport/stlport/stl/debug/ |
_slist.h | 72 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/external/webkit/Source/JavaScriptCore/assembler/ |
ARMAssembler.h | 723 void* executableCopy(ExecutablePool* allocator);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 227 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
_slist.h | 197 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 72 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_list.h | 314 // Allocator<List_node<Tp>>, which according to [20.1.5]/4 448 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 537 * @param a An allocator object. 560 * @param a An allocator object. 573 * @param a An allocator object. 586 * @param x A %list of identical element and allocator types. 598 * @param x A %list of identical element and allocator types. 609 * @param a An allocator object. 624 * @param a An allocator object. 650 * @param x A %list of identical element and allocator types [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_list.h | 314 // Allocator<List_node<Tp>>, which according to [20.1.5]/4 448 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 537 * @param a An allocator object. 560 * @param a An allocator object. 573 * @param a An allocator object. 586 * @param x A %list of identical element and allocator types. 598 * @param x A %list of identical element and allocator types. 609 * @param a An allocator object. 624 * @param a An allocator object. 650 * @param x A %list of identical element and allocator types [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_list.h | 227 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
_slist.h | 197 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 72 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|