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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
standard_policies.hpp 137 #define __dtrie_alloc std::allocator<char>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
priority_queue.hpp 69 * @tparam _Alloc Allocator type.
82 typename _Alloc = std::allocator<char> >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
standard_policies.hpp 137 #define __dtrie_alloc std::allocator<char>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
priority_queue.hpp 69 * @tparam _Alloc Allocator type.
82 typename _Alloc = std::allocator<char> >
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/current/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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
standard_policies.hpp 137 #define __dtrie_alloc std::allocator<char>
  /prebuilts/ndk/current/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/current/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> > >
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
hash.h 214 typename Alloc = std::allocator< std::pair<const Key, Data> > >
273 typename Alloc = std::allocator< std::pair<const Key, Data> > >
304 typename Alloc = std::allocator< std::pair<const Key, Data> > >
367 typename Alloc = std::allocator< std::pair<const Key, Data> > >
  /art/runtime/base/
bit_vector.h 28 class Allocator;
130 Allocator* allocator);
133 Allocator* allocator,
139 Allocator* allocator);
274 Allocator* GetAllocator() const;
301 Allocator* const allocator_; // Allocator if expandable
    [all...]
  /external/libcxx/test/std/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');
  /external/skia/src/core/
SkCoreBlitters.h 190 SkTBlitterAllocator* allocator);
194 SkTBlitterAllocator* allocator);
213 SkTBlitterAllocator* allocator);
SkImageGenerator.cpp 160 SkBitmap::Allocator* allocator) {
172 if (!bitmap->tryAllocPixels(allocator, ctable)) {
177 // ignroe the allocator, and see if we can succeed without it
183 // to remind ourselves that this might be better than ignoring the allocator.
190 if (!bitmap->tryAllocPixels(allocator, nullptr)) {
  /external/webrtc/webrtc/p2p/client/
httpportallocator.cc 104 HttpPortAllocatorBase* allocator,
113 : BasicPortAllocatorSession(allocator, content_name, component,
141 if (allocator()->flags() & PORTALLOCATOR_DISABLE_RELAY) {
  /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-linux-glibc2.15-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;
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 52 Move<VkBuffer> createBufferAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocator& allocator, size_t numBytes, AllocationMp* outMemory)
68 AllocationMp bufferMemory = allocator.allocate(requirements, MemoryRequirement::HostVisible);
294 Allocator& allocator = m_context.getDefaultAllocator(); local
312 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(vkdi, device, allocator, numBytes, &alloc));
325 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(vkdi, device, allocator, numBytes, &alloc));
  /external/gemmlowp/internal/
multi_thread_gemm.h 210 Allocator* local_allocator;
331 // Each thread had a local allocator so they can allocate temporary
333 Allocator local_allocator_;
472 Allocator* main_thread_task_allocator() {
492 // dedicated allocator for that (separate from the base allocator_)
495 Allocator main_thread_task_allocator_;
602 Allocator* allocator = context->allocator(); local
611 Side::Rhs, allocator, block_params)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 83 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<size_t, void*, allocator<void*> >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<void***, void**, allocator<void**> >;
86 _STLP_EXPORT_TEMPLATE_CLASS _Deque_base<void*,allocator<void*> >;
87 _STLP_EXPORT_TEMPLATE_CLASS DEQUE_IMPL<void*,allocator<void*> >;
96 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >

Completed in 1686 milliseconds

<<11121314151617181920>>