HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 401 - 425 of 1067) sorted by null

<<11121314151617181920>>

  /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> >
stl_uninitialized.h 230 // and uninitialized_fill_n that take an allocator parameter.
232 // default allocator. For nondefault allocators we do not use
258 _ForwardIterator __result, allocator<_Tp>&)
293 const _Tp& __x, allocator<_Tp2>&)
319 const _Tp& __x, allocator<_Tp2>&)
325 // All of these algorithms take a user-supplied allocator, which is used
551 // constructed value_types(s), constructed with the allocator alloc.
575 allocator<_Tp>&)
581 // constructed with the allocator alloc.
603 allocator<_Tp>&
    [all...]
  /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> >
stl_uninitialized.h 230 // and uninitialized_fill_n that take an allocator parameter.
232 // default allocator. For nondefault allocators we do not use
258 _ForwardIterator __result, allocator<_Tp>&)
293 const _Tp& __x, allocator<_Tp2>&)
319 const _Tp& __x, allocator<_Tp2>&)
325 // All of these algorithms take a user-supplied allocator, which is used
551 // constructed value_types(s), constructed with the allocator alloc.
575 allocator<_Tp>&)
581 // constructed with the allocator alloc.
603 allocator<_Tp>&
    [all...]
  /prebuilts/ndk/9/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> >
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.cc 57 PortAllocator* allocator)
59 NS_GINGLE_P2P, allocator) {
  /external/chromium_org/media/video/capture/win/
pin_base_win.cc 234 STDMETHODIMP PinBase::GetAllocator(IMemAllocator** allocator) {
238 STDMETHODIMP PinBase::NotifyAllocator(IMemAllocator* allocator,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransport.cc 63 PortAllocator* allocator)
65 content_name, NS_GINGLE_P2P, allocator) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 118 BasicPortAllocatorSession(BasicPortAllocator* allocator,
125 virtual BasicPortAllocator* allocator() { return allocator_; } function in class:cricket::BasicPortAllocatorSession
connectivitychecker.h 117 HttpPortAllocator* allocator,
127 allocator, content_name, component, ice_ufrag, ice_pwd, stun_hosts,
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-2.js 29 // control flow in the register allocator.
  /external/chromium_org/v8/test/webkit/
boxed-double-to-int.js 25 "This tests that converting a boxed double to an integer does not crash the register allocator."
  /external/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >;
217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
  /external/v8/src/
log-utils.cc 96 HeapStringAllocator allocator; local
97 StringStream stream(&allocator);
  /external/v8/test/cctest/
test-spaces.cc 104 // Temporarily sets a given allocator in an isolate.
107 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator)
110 isolate->memory_allocator_ = allocator;
  /external/v8/test/mjsunit/compiler/
regress-2.js 29 // control flow in the register allocator.
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 251 JavaPixelAllocator* allocator = (JavaPixelAllocator*) decoder->getAllocator(); local
252 jbyteArray buff = allocator->getStorageObjAndReset();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >;
217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >;
217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >;
217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >;
217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >;
217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_base.h 34 // allocator and whose size is _M_end_of_storage - _M_start_of_storage._M_data.
215 _STLP_EXPORT_TEMPLATE_CLASS _String_base<char, allocator<char> >;
217 _STLP_EXPORT_TEMPLATE_CLASS _String_base<wchar_t, allocator<wchar_t> >;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_uninitialized.h 230 // and uninitialized_fill_n that take an allocator parameter.
232 // default allocator. For nondefault allocators we do not use
258 _ForwardIterator __result, allocator<_Tp>&)
293 const _Tp& __x, allocator<_Tp2>&)
319 const _Tp& __x, allocator<_Tp2>&)
325 // All of these algorithms take a user-supplied allocator, which is used
551 // constructed value_types(s), constructed with the allocator alloc.
575 allocator<_Tp>&)
581 // constructed with the allocator alloc.
603 allocator<_Tp>&
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_uninitialized.h 230 // and uninitialized_fill_n that take an allocator parameter.
232 // default allocator. For nondefault allocators we do not use
259 _ForwardIterator __result, allocator<_Tp>&)
308 const _Tp& __x, allocator<_Tp2>&)
335 const _Tp& __x, allocator<_Tp2>&)
341 // All of these algorithms take a user-supplied allocator, which is used
552 // constructed value_types(s), constructed with the allocator alloc.
577 allocator<_Tp>&)
583 // constructed with the allocator alloc.
606 allocator<_Tp>&
    [all...]

Completed in 853 milliseconds

<<11121314151617181920>>