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

<<11121314151617181920>>

  /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);
profile-generator.h 811 void Pair(HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry);
824 EntryInfo(HeapEntry* entry, HeapEntriesAllocator* allocator)
826 allocator(allocator),
831 HeapEntriesAllocator* allocator; member in struct:v8::internal::HeapEntriesMap::EntryInfo
877 HeapEntriesAllocator* allocator) = 0;
880 HeapEntriesAllocator* allocator) = 0;
    [all...]
  /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.
  /external/webkit/Source/JavaScriptCore/assembler/
AssemblerBufferWithConstantPool.h 205 void* executableCopy(ExecutablePool* allocator)
208 return AssemblerBuffer::executableCopy(allocator);
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.h 327 BytecodePattern(PassOwnPtr<ByteDisjunction> body, Vector<ByteDisjunction*> allParenthesesInfo, YarrPattern& pattern, BumpPointerAllocator* allocator)
332 , m_allocator(allocator)
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 258 JavaPixelAllocator* allocator = (JavaPixelAllocator*) decoder->getAllocator(); local
259 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/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-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.6/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
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...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 62 template <class Allocator>
64 Allocator *a = new Allocator;
66 SizeClassAllocatorLocalCache<Allocator> cache;
85 uptr class_id0 = Allocator::SizeClassMapT::ClassID(size);
98 CHECK_EQ(class_id, Allocator::SizeClassMapT::ClassID(size));
143 template <class Allocator>
145 Allocator *a = new Allocator;
147 SizeClassAllocatorLocalCache<Allocator> cache
497 AllocatorCache::Allocator *allocator; member in struct:NewThreadParams
511 AllocatorCache::Allocator allocator; local
    [all...]
  /external/skia/legacy/include/core/
SkBitmap.h 41 class Allocator;
277 /** Use the specified Allocator to create the pixelref that manages the
285 @param allocator The Allocator to use to create a pixelref that can
287 width/height/config. If allocator is NULL, the standard
296 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
485 * @param allocator Allocator used to allocate the pixelref for the dst
490 bool copyTo(SkBitmap* dst, Config c, Allocator* allocator = NULL) const
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_uninitialized.h 228 // and uninitialized_fill_n that take an allocator parameter.
230 // default allocator. For nondefault allocators we do not use
256 _ForwardIterator __result, allocator<_Tp>&)
291 const _Tp& __x, allocator<_Tp2>&)
317 const _Tp& __x, allocator<_Tp2>&)
323 // All of these algorithms take a user-supplied allocator, which is used
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_uninitialized.h 228 // and uninitialized_fill_n that take an allocator parameter.
230 // default allocator. For nondefault allocators we do not use
256 _ForwardIterator __result, allocator<_Tp>&)
291 const _Tp& __x, allocator<_Tp2>&)
317 const _Tp& __x, allocator<_Tp2>&)
323 // All of these algorithms take a user-supplied allocator, which is used
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_uninitialized.h 228 // and uninitialized_fill_n that take an allocator parameter.
230 // default allocator. For nondefault allocators we do not use
256 _ForwardIterator __result, allocator<_Tp>&)
291 const _Tp& __x, allocator<_Tp2>&)
317 const _Tp& __x, allocator<_Tp2>&)
323 // All of these algorithms take a user-supplied allocator, which is used
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_uninitialized.h 228 // and uninitialized_fill_n that take an allocator parameter.
230 // default allocator. For nondefault allocators we do not use
256 _ForwardIterator __result, allocator<_Tp>&)
291 const _Tp& __x, allocator<_Tp2>&)
317 const _Tp& __x, allocator<_Tp2>&)
323 // All of these algorithms take a user-supplied allocator, which is used
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_uninitialized.h 228 // and uninitialized_fill_n that take an allocator parameter.
230 // default allocator. For nondefault allocators we do not use
256 _ForwardIterator __result, allocator<_Tp>&)
291 const _Tp& __x, allocator<_Tp2>&)
317 const _Tp& __x, allocator<_Tp2>&)
323 // All of these algorithms take a user-supplied allocator, which is used
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h 55 SessionManager(PortAllocator *allocator,

Completed in 792 milliseconds

<<11121314151617181920>>