HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 276 - 300 of 764) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
60 typename Allocator>
68 typedef Allocator allocator_type;
116 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
127 typename Allocator>
153 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
163 typename Allocator = std::allocator<char> >
290 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
301 typename Allocator = std::allocator<char>
646 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
60 typename Allocator>
68 typedef Allocator allocator_type;
116 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
127 typename Allocator>
153 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
163 typename Allocator = std::allocator<char> >
290 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
301 typename Allocator = std::allocator<char>
646 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
assoc_container.hpp 69 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
76 typename Allocator>
84 typedef Allocator allocator_type;
132 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
143 typename Allocator>
169 typename __gnu_cxx::typelist::create1<Comb_Hash_Fn>::type, Allocator>
179 typename Allocator = std::allocator<char> >
306 typename __gnu_cxx::typelist::create2<Comb_Probe_Fn, Probe_Fn>::type, Allocator>
317 typename Allocator = std::allocator<char>
662 typedef Allocator allocator; typedef in class:__gnu_pbds::list_update
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 70 _STLP_EXPORT_TEMPLATE_CLASS allocator<_STLP_PRIV _Slist_node_base*>; variable
74 allocator<_Slist_node_base*> >;
76 allocator<_Slist_node_base*> >;
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >;
90 allocator<_STLP_PRIV _Slist_node_base*> >;
217 * unconditionally has a member variable to hold its allocator, even if
218 * it so happens that all instances of the allocator type are identical.
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 98 // allocator = new NullRegisterAllocator(ssaMeth, interference);
99 // allocator = new FirstFitAllocator(ssaMeth, interference);
101 RegisterAllocator allocator = local
105 RegisterMapper mapper = allocator.allocateRegisters();
118 if (allocator.wantsParamsMovedHigh()) {
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
SsaToRop.java 98 // allocator = new NullRegisterAllocator(ssaMeth, interference);
99 // allocator = new FirstFitAllocator(ssaMeth, interference);
101 RegisterAllocator allocator = local
105 RegisterMapper mapper = allocator.allocateRegisters();
118 if (allocator.wantsParamsMovedHigh()) {
  /external/skia/include/core/
SkBitmap.h 41 class Allocator;
306 /** Use the specified Allocator to create the pixelref that manages the
314 @param allocator The Allocator to use to create a pixelref that can
316 width/height/config. If allocator is NULL, the standard
325 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
515 * @param allocator Allocator used to allocate the pixelref for the dst
520 bool copyTo(SkBitmap* dst, Config c, Allocator* allocator = NULL) const
    [all...]
  /external/stlport/stlport/stl/pointers/
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
33 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV VECTOR_IMPL<void*, allocator<void*> >;
41 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
33 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV VECTOR_IMPL<void*, allocator<void*> >;
41 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
33 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV VECTOR_IMPL<void*, allocator<void*> >;
41 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
33 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV VECTOR_IMPL<void*, allocator<void*> >;
41 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
33 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV VECTOR_IMPL<void*, allocator<void*> >;
41 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 32 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV _Vector_base<void*,allocator<void*> >;
33 _STLP_EXPORT_TEMPLATE_CLASS _STLP_PRIV VECTOR_IMPL<void*, allocator<void*> >;
41 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 73 PortAllocator *allocator);
p2ptransport.cc 57 PortAllocator* allocator)
59 NS_GINGLE_P2P, allocator) {
  /external/qemu/
console.h 215 struct DisplayAllocator* allocator; member in struct:DisplayState
241 return ds->allocator->create_displaysurface(width, height);
246 return ds->allocator->resize_displaysurface(ds->surface, width, height);
251 ds->allocator->free_displaysurface(ds->surface);
  /external/v8/src/
code-stubs.cc 67 NoAllocationStringAllocator allocator(buffer,
69 StringStream stream(&allocator);
374 NoAllocationStringAllocator allocator(buffer,
376 StringStream stream(&allocator);
mark-compact.h 349 static bool AddTo(SlotsBufferAllocator* allocator,
356 allocator->DeallocateChain(buffer_address);
359 buffer = allocator->AllocateBuffer(buffer);
368 static bool AddTo(SlotsBufferAllocator* allocator,
  /external/webkit/Source/JavaScriptGlue/
JavaScriptGlue.cpp 47 void *JSCFRetain(CFAllocatorRef allocator, const void *value);
48 void JSCFRelease(CFAllocatorRef allocator, const void *value);
366 void *JSCFRetain(CFAllocatorRef allocator, const void *value)
375 void JSCFRelease(CFAllocatorRef allocator, const void *value)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.cpp 38 void* RecordingData::operator new(size_t size, android::LinearAllocator* allocator)
40 return allocator->alloc(size);
135 RTree::RTree(android::LinearAllocator* allocator, int M)
136 : m_allocator(allocator)
  /frameworks/native/libs/binder/
MemoryDealer.cpp 181 * they're special as they don't have any record in the allocator
242 const ssize_t offset = allocator()->allocate(size);
251 allocator()->deallocate(offset);
256 allocator()->dump(what);
263 SimpleBestFitAllocator* MemoryDealer::allocator() const { function in class:android::MemoryDealer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unordered_set.h 42 class _Alloc = std::allocator<_Value>,
111 class _Alloc = std::allocator<_Value>,
243 * @param Alloc Allocator type, defaults to allocator<Key>.
248 class _Alloc = std::allocator<_Value> >
308 * @param Alloc Allocator type, defaults to allocator<Key>.
313 class _Alloc = std::allocator<_Value> >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unordered_set.h 42 class _Alloc = std::allocator<_Value>,
111 class _Alloc = std::allocator<_Value>,
243 * @param Alloc Allocator type, defaults to allocator<Key>.
248 class _Alloc = std::allocator<_Value> >
308 * @param Alloc Allocator type, defaults to allocator<Key>.
313 class _Alloc = std::allocator<_Value> >
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_set.h 42 class _Alloc = std::allocator<_Value>,
111 class _Alloc = std::allocator<_Value>,
243 * @param Alloc Allocator type, defaults to allocator<Key>.
248 class _Alloc = std::allocator<_Value> >
308 * @param Alloc Allocator type, defaults to allocator<Key>.
313 class _Alloc = std::allocator<_Value> >

Completed in 1100 milliseconds

<<11121314151617181920>>