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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
priority_queue.hpp 55 typename Allocator = std::allocator<char> >
58 Cmp_Fn,Tag,Allocator>::type
63 Tag, Allocator>::type base_type;
69 typedef Allocator allocator_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
standard_policies.hpp 137 #define __dtrie_alloc std::allocator<char>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
priority_queue.hpp 69 * @tparam _Alloc Allocator type.
82 typename _Alloc = std::allocator<char> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_construct.h 82 // 402. wrong new expression in [some_]allocator::construct
131 * Destroy a range of objects using the supplied allocator. For
149 allocator<_Tp>&)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
standard_policies.hpp 137 #define __dtrie_alloc std::allocator<char>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
priority_queue.hpp 69 * @tparam _Alloc Allocator type.
82 typename _Alloc = std::allocator<char> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
unordered_map.h 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_construct.h 82 // 402. wrong new expression in [some_]allocator::construct
131 * Destroy a range of objects using the supplied allocator. For
149 allocator<_Tp>&)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
standard_policies.hpp 137 #define __dtrie_alloc std::allocator<char>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
priority_queue.hpp 69 * @tparam _Alloc Allocator type.
82 typename _Alloc = std::allocator<char> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
unordered_map.h 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
  /art/compiler/optimizing/
liveness_test.cc 44 ArenaAllocator allocator(&pool);
45 HGraphBuilder builder(&allocator);
52 CodeGenerator* codegen = CodeGenerator::Create(&allocator, graph, InstructionSet::kX86);
  /external/chromium_org/base/
security_unittest.cc 46 // - ADDRESS_SANITIZER and SYZYASAN because they have their own memory allocator
70 char* allocator = getenv("CHROME_ALLOCATOR");
71 if (allocator && strcmp(allocator, "tcmalloc"))
242 // Check if TCMalloc uses an underlying random memory allocator.
  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 98 P2PPortAllocator* allocator,
104 allocator, content_name, component,
106 allocator_(allocator),
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 31 cricket::HttpPortAllocatorBase* allocator,
66 cricket::HttpPortAllocatorBase* allocator,
75 : HttpPortAllocatorSessionBase(allocator,
  /external/chromium_org/remoting/protocol/
chromium_port_allocator.cc 28 cricket::HttpPortAllocatorBase* allocator,
54 cricket::HttpPortAllocatorBase* allocator,
63 : HttpPortAllocatorSessionBase(allocator,
  /external/libcxx/test/utilities/template.bitset/bitset.members/
to_string.pass.cpp 12 // template <class charT, class traits, class Allocator>
13 // basic_string<charT, traits, Allocator>
17 // basic_string<charT, traits, allocator<charT> > to_string() const;
20 // basic_string<charT, char_traits<charT>, allocator<charT> > to_string() const;
22 // basic_string<char, char_traits<char>, allocator<char> > to_string() const;
47 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >();
82 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >('0');
117 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >('0', '1');
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 44 BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) :
45 mAllocator(allocator),
71 if (allocator == NULL) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
to_string.pass.cpp 12 // template <class charT, class traits, class Allocator>
13 // basic_string<charT, traits, Allocator>
17 // basic_string<charT, traits, allocator<charT> > to_string() const;
20 // basic_string<charT, char_traits<charT>, allocator<charT> > to_string() const;
22 // basic_string<char, char_traits<char>, allocator<char> > to_string() const;
47 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >();
82 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >('0');
117 std::wstring s = v.template to_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >('0', '1');
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h 0 // Allocator traits -*- C++ -*-
38 # include <bits/allocator.h> // for __alloc_swap
54 struct __allocator_always_compares_equal<std::allocator<_Tp>>
58 const bool __allocator_always_compares_equal<std::allocator<_Tp>>::value;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
alloc_traits.h 0 // Allocator traits -*- C++ -*-
38 # include <bits/allocator.h> // for __alloc_swap
54 struct __allocator_always_compares_equal<std::allocator<_Tp>>
58 const bool __allocator_always_compares_equal<std::allocator<_Tp>>::value;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
alloc_traits.h 0 // Allocator traits -*- C++ -*-
38 # include <bits/allocator.h> // for __alloc_swap
54 struct __allocator_always_compares_equal<std::allocator<_Tp>>
58 const bool __allocator_always_compares_equal<std::allocator<_Tp>>::value;

Completed in 1278 milliseconds

<<11121314151617181920>>