/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
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>) >
|
/prebuilts/ndk/9/sources/cxx-stl/EH/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/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_slist.h | 72 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/prebuilts/ndk/9/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/9/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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
forward_list.h | 388 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>. 407 template<typename _Tp, typename _Alloc = allocator<_Tp> > 437 * @param __al An allocator object. 445 * @brief Copy constructor with allocator argument. 447 * @param __al An allocator object. 454 * @brief Move constructor with allocator argument. 456 * @param __al An allocator object. 479 * @param __al An allocator object. 493 * @param __al An allocator object [all...] |
stl_list.h | 295 // Allocator<List_node<Tp>>, which according to [20.1.5]/4 398 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>. 437 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 528 * @param __a An allocator object. 551 * @param __a An allocator object. 564 * @param __a An allocator object. 577 * @param __x A %list of identical element and allocator types. 589 * @param __x A %list of identical element and allocator types. 600 * @param __a An allocator object [all...] |
stl_vector.h | 195 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>. 209 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 253 * @param __a An allocator object. 263 * @param __a An allocator. 277 * @param __a An allocator. 290 * @param __a An allocator. 303 * @param __x A %vector of identical element and allocator types. 322 * @param __x A %vector of identical element and allocator types. 330 /// Copy constructor with alternative allocator [all...] |
/external/chromium_org/ |
GypAndroid.darwin-arm.mk | 15 include $(LOCAL_PATH)/base/allocator/allocator_extension_thunks.target.darwin-arm.mk
|
GypAndroid.darwin-mips.mk | 15 include $(LOCAL_PATH)/base/allocator/allocator_extension_thunks.target.darwin-mips.mk
|
GypAndroid.darwin-x86.mk | 15 include $(LOCAL_PATH)/base/allocator/allocator_extension_thunks.target.darwin-x86.mk
|
GypAndroid.linux-arm.mk | 15 include $(LOCAL_PATH)/base/allocator/allocator_extension_thunks.target.linux-arm.mk
|
GypAndroid.linux-mips.mk | 15 include $(LOCAL_PATH)/base/allocator/allocator_extension_thunks.target.linux-mips.mk
|
GypAndroid.linux-x86.mk | 15 include $(LOCAL_PATH)/base/allocator/allocator_extension_thunks.target.linux-x86.mk
|
/external/chromium_org/v8/src/arm/ |
lithium-arm.h | 32 #include "lithium-allocator.h" 273 // Interface to the register allocator and iterators. 278 // Interface to the register allocator and iterators. [all...] |
/external/chromium_org/v8/src/ia32/ |
lithium-ia32.h | 32 #include "lithium-allocator.h" 272 // Interface to the register allocator and iterators. [all...] |
/external/chromium_org/v8/src/mips/ |
lithium-mips.h | 32 #include "lithium-allocator.h" 269 // Interface to the register allocator and iterators. 274 // Interface to the register allocator and iterators. [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-x64.h | 32 #include "lithium-allocator.h" 268 // Interface to the register allocator and iterators. 275 // Interface to the register allocator and iterators. [all...] |
/external/chromium_org/v8/test/cctest/ |
test-regexp.cc | 428 HeapStringAllocator allocator; local 429 StringStream accumulator(&allocator); [all...] |
/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...] |