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

<<31323334353637383940>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 40 * intended to be used as value and allocator types while testing
42 * allocator has additional log and debug features. The exception
783 * @brief Allocator class with logging and exception generation control.
804 // 2103. std::allocator propagate_on_container_move_assignment
811 std::allocator<value_type> _M_allocator;
829 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
897 /// Allocator throwing via limit condition.
918 /// Allocator throwing via random condition.
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
_rope.h 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope;
426 // an allocator.
483 // the proper allocator and the properly padded size.
705 _ROPE_SWAP_SPECIALIZATION(char, allocator<char>)
708 _ROPE_SWAP_SPECIALIZATION(wchar_t, allocator<wchar_t>)
    [all...]
_set.h 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
_unordered_set.h 36 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
186 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
  /system/bt/osi/
Android.mk 29 ./src/allocator.c \
  /art/runtime/base/
dchecked_vector.h 36 template <typename T, typename Alloc = std::allocator<T>>
192 // Allocator.
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 171 vk::Allocator& allocator,
200 bufferAlloc = allocator.allocate(getBufferMemoryRequirements(vk, device, *buffer), MemoryRequirement::HostVisible);
328 Allocator& allocator,
358 bufferAlloc = allocator.allocate(getBufferMemoryRequirements(vk, device, *buffer), MemoryRequirement::HostVisible);
    [all...]
  /external/dng_sdk/source/
dng_lens_correction.cpp 1109 host.Allocator ());
    [all...]
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 362 void* Alloc(unsigned bytes) { return dumper_->allocator()->Alloc(bytes); }
  /external/jemalloc/include/jemalloc/
jemalloc.h 22 * Define overrides for non-standard allocator-related functions if they are
152 # define JEMALLOC_ALLOCATOR __declspec(allocator)
322 * so that it is possible to use jemalloc in conjunction with another allocator
  /external/opencv3/modules/python/src2/
cv2.cpp 223 m.allocator = &g_numpyAllocator;
379 m.allocator = &g_numpyAllocator;
396 if(!p->u || p->allocator != &g_numpyAllocator)
398 temp.allocator = &g_numpyAllocator;
    [all...]
  /external/v8/src/compiler/
loop-peeling.cc 187 Zone zone(loop_tree->zone()->allocator());
  /external/v8/src/
effects.h 183 Zone* zone() { return map_->allocator().zone(); }
fast-accessor-assembler.cc 20 : zone_(isolate->allocator()),
  /external/webrtc/talk/app/webrtc/
peerconnection.h 77 rtc::scoped_ptr<cricket::PortAllocator> allocator,
  /libcore/ojluni/src/main/java/java/lang/
ClassLoader.java 233 * Pointer to the allocator used by the runtime to allocate metadata such
236 private transient long allocator; field in class:ClassLoader
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale_catalog.cpp 151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >;
800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >;
803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >;
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 279 // Counted ptr with no deleter or allocator support
319 // Support for custom deleter and/or allocator
323 // Helper class that stores the Deleter and also acts as an allocator.
381 // Helper class that stores the pointer and also acts as an allocator.
409 // Override because the allocator needs to know the dynamic type
463 : __shared_count(__p, std::move(__d), allocator<int>())
530 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
531 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
143 * @param __a An allocator object.
169 * @param __a An allocator object.
184 * @param __x A %multiset of identical element and allocator types.
195 * @param __x A %multiset of identical element and allocator types.
208 * @param __a An allocator object.
223 * @param __x A %multiset of identical element and allocator types.
226 * constructor, the allocator object is not copied
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 279 // Counted ptr with no deleter or allocator support
319 // Support for custom deleter and/or allocator
323 // Helper class that stores the Deleter and also acts as an allocator.
381 // Helper class that stores the pointer and also acts as an allocator.
409 // Override because the allocator needs to know the dynamic type
463 : __shared_count(__p, std::move(__d), allocator<int>())
530 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
531 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
143 * @param __a An allocator object.
169 * @param __a An allocator object.
184 * @param __x A %multiset of identical element and allocator types.
195 * @param __x A %multiset of identical element and allocator types.
208 * @param __a An allocator object.
223 * @param __x A %multiset of identical element and allocator types.
226 * 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/bits/
shared_ptr_base.h 279 // Counted ptr with no deleter or allocator support
319 // Support for custom deleter and/or allocator
323 // Helper class that stores the Deleter and also acts as an allocator.
381 // Helper class that stores the pointer and also acts as an allocator.
409 // Override because the allocator needs to know the dynamic type
463 : __shared_count(__p, std::move(__d), allocator<int>())
530 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
531 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
143 * @param __a An allocator object.
169 * @param __a An allocator object.
184 * @param __x A %multiset of identical element and allocator types.
195 * @param __x A %multiset of identical element and allocator types.
208 * @param __a An allocator object.
223 * @param __x A %multiset of identical element and allocator types.
226 * constructor, the allocator object is not copied
    [all...]

Completed in 850 milliseconds

<<31323334353637383940>>