/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 312 // allocator instances if we need them. [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 312 // allocator instances if we need them. [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_rope.c | 312 // allocator instances if we need them. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_rope.c | 312 // allocator instances if we need them. [all...] |
/external/chromium_org/v8/src/ |
lithium-allocator.cc | 29 #include "lithium-allocator-inl.h" [all...] |
/external/chromium_org/webkit/child/ |
webkitplatformsupport_impl.cc | 11 #include "base/allocator/allocator_extension.h" [all...] |
/external/clang/lib/CodeGen/ |
CGExprCXX.cpp | 1198 FunctionDecl *allocator = E->getOperatorNew(); local [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.h | 135 SecondaryAllocator> Allocator; 136 Allocator *allocator();
|
/external/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>) >
|
/external/stlport/stlport/stl/config/ |
features.h | 349 class _Alloc = allocator< pair < _Key, _Tp > > [all...] |
/external/stlport/stlport/stl/debug/ |
_list.h | 56 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/external/stlport/test/unit/ |
type_traits_test.cpp | 587 CPPUNIT_CHECK( is_stlport_class(allocator<char>()) == 1 );
|
/ndk/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>) >
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
features.h | 343 class _Alloc = allocator< pair < _Key, _Tp > > [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_list.h | 56 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
/ndk/tests/device/test-gnustl-full/unit/ |
type_traits_test.cpp | 587 CPPUNIT_CHECK( is_stlport_class(allocator<char>()) == 1 );
|
/ndk/tests/device/test-stlport/unit/ |
type_traits_test.cpp | 587 CPPUNIT_CHECK( is_stlport_class(allocator<char>()) == 1 );
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.h | 396 template<typename _Tp, typename _Alloc = allocator<_Tp> > 423 * @param al An allocator object. 431 * @brief Copy constructor with allocator argument. 433 * @param al An allocator object. 440 * @brief Move constructor with allocator argument. 442 * @param al An allocator object. 465 * @param al An allocator object. 479 * @param al An allocator object. 497 * @param list A %forward_list of identical element and allocator 509 * @param list A %forward_list of identical element and allocator [all...] |
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...] |
stl_vector.h | 169 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 212 * @param a An allocator object. 222 * @param a An allocator. 234 * @param x A %vector of identical element and allocator types. 252 * @param x A %vector of identical element and allocator types. 263 * @param a An allocator. 284 * @param a An allocator. 318 * @param x A %vector of identical element and allocator types. 322 * copy constructor, the allocator object is not copied. 330 * @param x A %vector of identical element and allocator types [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...] |