HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 1101 - 1125 of 1347) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_vector.h 108 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
741 typedef vector<bool, allocator<bool> > bit_vector;
_rope.c 312 // allocator instances if we need them.
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 318 // the default allocator.
330 # define _Alloc allocator<bool>
344 # define __BVECTOR_QUALIFIED vector<bool, allocator<bool> >
_hash_set.h 44 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
230 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
_vector.h 108 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
741 typedef vector<bool, allocator<bool> > bit_vector;
_rope.c 312 // allocator instances if we need them.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 318 // the default allocator.
330 # define _Alloc allocator<bool>
344 # define __BVECTOR_QUALIFIED vector<bool, allocator<bool> >
_hash_set.h 44 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
230 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
_vector.h 108 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
741 typedef vector<bool, allocator<bool> > bit_vector;
_rope.c 312 // allocator instances if we need them.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bvector.h 318 // the default allocator.
330 # define _Alloc allocator<bool>
344 # define __BVECTOR_QUALIFIED vector<bool, allocator<bool> >
_hash_set.h 44 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
230 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
_vector.h 108 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
741 typedef vector<bool, allocator<bool> > bit_vector;
_rope.c 312 // allocator instances if we need them.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
forward_list.h 40 #include <bits/allocator.h>
394 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>.
413 template<typename _Tp, typename _Alloc = allocator<_Tp> >
443 * @param __al An allocator object.
451 * @brief Copy constructor with allocator argument.
453 * @param __al An allocator object.
460 * @brief Move constructor with allocator argument.
462 * @param __al An allocator object.
485 * @param __al An allocator object
    [all...]
stl_vector.h 218 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>.
232 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
305 * @param __a An allocator object.
315 * @param __a An allocator.
329 * @param __a An allocator.
342 * @param __a An allocator.
355 * @param __x A %vector of identical element and allocator types.
374 * @param __x A %vector of identical element and allocator types.
382 /// Copy constructor with alternative allocator
    [all...]
  /external/stlport/stlport/stl/
_rope.c 312 // allocator instances if we need them.
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 312 // allocator instances if we need them.
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.c 312 // allocator instances if we need them.
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp 322 // Use null allocator, and let it just fail if memory, it should not crash.
528 SkPdfAllocator* SkPdfNativeDoc::allocator() const { function in class:SkPdfNativeDoc
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 1265 SkTBlitterAllocator allocator; local
1319 SkTBlitterAllocator allocator; local
    [all...]
  /external/chromium_org/v8/src/compiler/
register-allocator.cc 5 #include "src/compiler/register-allocator.h"
    [all...]
  /external/chromium_org/v8/src/
isolate.cc 25 #include "src/lithium-allocator.h"
265 HeapStringAllocator allocator; local
267 StringStream accumulator(&allocator);
563 HeapStringAllocator allocator; local
564 StringStream accumulator(&allocator);
    [all...]
lithium-allocator.cc 9 #include "src/lithium-allocator-inl.h"
    [all...]
  /external/chromium_org/v8/tools/gyp/
v8_base.target.darwin-arm.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \

Completed in 852 milliseconds

<<41424344454647484950>>