/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_vector.h | 179 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 232 * @param a An allocator object. 255 * @param a An allocator. 268 * @param a An allocator. 281 * @param x A %vector of identical element and allocator types. 299 * @param x A %vector of identical element and allocator types. 310 * @param a An allocator. 331 * @param a An allocator. 365 * @param x A %vector of identical element and allocator types. 369 * copy constructor, the allocator object is not copied [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | 404 template<typename _Tp, typename _Alloc = allocator<_Tp> > 432 * @param __al An allocator object. 440 * @brief Copy constructor with allocator argument. 442 * @param __al An allocator object. 449 * @brief Move constructor with allocator argument. 451 * @param __al An allocator object. 473 * @param __al An allocator object. 487 * @param __al An allocator object. 505 * @param __list A %forward_list of identical element and allocator 517 * @param __list A %forward_list of identical element and allocator [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename();
|
_tree.h | 291 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 343 class _Alloc = allocator< pair < _Key, _Tp > > [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_list.h | 56 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_num_put.c | 389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename();
|
_tree.h | 291 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
features.h | 343 class _Alloc = allocator< pair < _Key, _Tp > > [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_list.h | 56 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.h | 407 template<typename _Tp, typename _Alloc = allocator<_Tp> > 434 * @param al An allocator object. 442 * @brief Copy constructor with allocator argument. 444 * @param al An allocator object. 451 * @brief Move constructor with allocator argument. 453 * @param al An allocator object. 475 * @param al An allocator object. 489 * @param al An allocator object. 507 * @param list A %forward_list of identical element and allocator 519 * @param list A %forward_list of identical element and allocator [all...] |
stl_vector.h | 179 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 232 * @param a An allocator object. 255 * @param a An allocator. 268 * @param a An allocator. 281 * @param x A %vector of identical element and allocator types. 299 * @param x A %vector of identical element and allocator types. 310 * @param a An allocator. 331 * @param a An allocator. 365 * @param x A %vector of identical element and allocator types. 369 * copy constructor, the allocator object is not copied [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | 404 template<typename _Tp, typename _Alloc = allocator<_Tp> > 432 * @param __al An allocator object. 440 * @brief Copy constructor with allocator argument. 442 * @param __al An allocator object. 449 * @brief Move constructor with allocator argument. 451 * @param __al An allocator object. 473 * @param __al An allocator object. 487 * @param __al An allocator object. 505 * @param __list A %forward_list of identical element and allocator 517 * @param __list A %forward_list of identical element and allocator [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_map.h | 79 * @tparam _Alloc Allocator type, defaults to 80 * allocator<pair<const _Key, _Tp>. 95 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 166 * @param __a An allocator object. 175 * @param __x A %map of identical element and allocator types. 186 * @param __x A %map of identical element and allocator types. 199 * @param __a An allocator object. 233 * @param __a An allocator object. 258 * @param __x A %map of identical element and allocator types. 261 * constructor, the allocator object is not copied [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/ |
map.h | 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
/external/chromium_org/v8/tools/gyp/ |
v8_base.arm.host.darwin-arm.mk | 107 v8/src/lithium-allocator.cc \
|
v8_base.arm.host.linux-arm.mk | 107 v8/src/lithium-allocator.cc \
|
v8_base.ia32.host.darwin-x86.mk | 107 v8/src/lithium-allocator.cc \
|
v8_base.ia32.host.linux-x86.mk | 107 v8/src/lithium-allocator.cc \
|
v8_base.mipsel.host.darwin-mips.mk | 107 v8/src/lithium-allocator.cc \
|
v8_base.mipsel.host.linux-mips.mk | 107 v8/src/lithium-allocator.cc \
|
/external/valgrind/main/memcheck/tests/ |
unit_oset.stdout.exp | 1 -- start single oset, no pool allocator ---------------- 999 -- end single oset, no pool allocator ---------------- 1000 -- start single oset, pool allocator ---------------- [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_deque.h | 590 * allocator efficiency. 637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 695 * @param a An allocator object. 705 * @param a An allocator. 717 * @param x A %deque of identical element and allocator types. 731 * @param x A %deque of identical element and allocator types. 742 * @param a An allocator object. 763 * @param a An allocator object. 794 * @param x A %deque of identical element and allocator types. 797 * 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_deque.h | 671 * allocator efficiency. 718 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 776 * @param a An allocator object. 799 * @param a An allocator. 812 * @param a An allocator. 825 * @param x A %deque of identical element and allocator types. 839 * @param x A %deque of identical element and allocator types. 850 * @param a An allocator object. 871 * @param a An allocator object. 902 * @param x A %deque 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_deque.h | 671 * allocator efficiency. 718 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 776 * @param a An allocator object. 799 * @param a An allocator. 812 * @param a An allocator. 825 * @param x A %deque of identical element and allocator types. 839 * @param x A %deque of identical element and allocator types. 850 * @param a An allocator object. 871 * @param a An allocator object. 902 * @param x A %deque of identical element and allocator types [all...] |