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

<<41424344454647484950>>

  /external/chromium_org/v8/tools/gyp/
v8_base.target.linux-arm.mk 80 v8/src/compiler/register-allocator.cc \
170 v8/src/lithium-allocator.cc \
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 69 SecondaryAllocator> Allocator;
70 Allocator *allocator();
  /external/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/skia/src/core/
SkDraw.cpp 1252 SkTBlitterAllocator allocator; local
1306 SkTBlitterAllocator allocator; local
    [all...]
SkScaledImageCache.cpp 253 class SkScaledImageCacheDiscardableAllocator : public SkBitmap::Allocator {
780 SkBitmap::Allocator* SkScaledImageCache::GetAllocator() {
782 return get_cache()->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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
map.h 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
map.h 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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...]

Completed in 763 milliseconds

<<41424344454647484950>>