/prebuilts/ndk/6/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/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 72 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/prebuilts/ndk/7/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/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 72 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_list.h | 283 // Allocator<List_node<Tp>>, which according to [20.1.5]/4 416 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 504 * @param a An allocator object. 514 * @param a An allocator object. 526 * @param x A %list of identical element and allocator types. 538 * @param x A %list of identical element and allocator types. 549 * @param a An allocator object. 564 * @param a An allocator object. 590 * @param x A %list of identical element and allocator types. 593 * constructor, the allocator object is not copied [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_list.h | 294 // Allocator<List_node<Tp>>, which according to [20.1.5]/4 428 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 517 * @param a An allocator object. 540 * @param a An allocator object. 553 * @param a An allocator object. 566 * @param x A %list of identical element and allocator types. 578 * @param x A %list of identical element and allocator types. 589 * @param a An allocator object. 604 * @param a An allocator object. 630 * @param x A %list of identical element and allocator types [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_list.h | 296 // Allocator<List_node<Tp>>, which according to [20.1.5]/4 435 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 526 * @param __a An allocator object. 549 * @param __a An allocator object. 562 * @param __a An allocator object. 575 * @param __x A %list of identical element and allocator types. 587 * @param __x A %list of identical element and allocator types. 598 * @param __a An allocator object. 613 * @param __a An allocator object. 639 * @param __x A %list of identical element and allocator types [all...] |
stl_vector.h | 207 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 251 * @param __a An allocator object. 274 * @param __a An allocator. 287 * @param __a An allocator. 300 * @param __x A %vector of identical element and allocator types. 319 * @param __x A %vector of identical element and allocator types. 327 /// Copy constructor with alternative allocator 336 /// Move constructor with alternative allocator 353 * @param __a An allocator. 374 * @param __a An allocator [all...] |
/prebuilts/ndk/8/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/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 72 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/external/v8/src/ |
spaces.cc | 297 // TODO(gc) make code_range part of memory allocator? 320 // TODO(gc) make code_range part of memory allocator? [all...] |
/external/v8/test/cctest/ |
test-regexp.cc | 421 HeapStringAllocator allocator; local 422 StringStream accumulator(&allocator); [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
ARMv7Assembler.h | [all...] |
/external/chromium/chrome/browser/ |
browser_main.cc | 11 #include "base/allocator/allocator_shim.h" [all...] |
/external/stlport/stlport/stl/ |
_deque.h | 399 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) > [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_deque.h | 399 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) > [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
hashtable.h | 90 class _EqualKey, class _Alloc = std::allocator<_Val> > 244 // allocator, even if it so happens that all instances of the 245 // allocator type are identical. This is because, for hashtables, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/ |
hashtable.h | 92 class _EqualKey, class _Alloc = std::allocator<_Val> > 262 // allocator, even if it so happens that all instances of the 263 // allocator type are identical. This is because, for hashtables, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/ |
hashtable.h | 92 class _EqualKey, class _Alloc = std::allocator<_Val> > 262 // allocator, even if it so happens that all instances of the 263 // allocator type are identical. This is because, for hashtables, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex.h | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hashtable.h | 90 class _EqualKey, class _Alloc = std::allocator<_Val> > 244 // allocator, even if it so happens that all instances of the 245 // allocator type are identical. This is because, for hashtables, [all...] |