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

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 43 SessionManager::SessionManager(PortAllocator *allocator,
45 allocator_ = allocator;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc 89 HttpPortAllocator* allocator,
97 : TestHttpPortAllocatorSession(allocator,
  /external/chromium_org/v8/test/mjsunit/
unbox-double-arrays.js 59 function testOneArrayType(allocator) {
60 var large_array = new allocator(large_array_size);
254 var large_array = new allocator(large_array_size);
286 var large_array = new allocator(large_array_size);
  /external/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
31 * This is similar to the default allocator, except that free-list
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
65 // Pthread-specific allocator.
98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
163 * This method do not have to be part of a user defined allocator implementation
244 //The default allocator implementation which is recognize thanks to the
272 // per_thread_allocator<> : this allocator always return memory to the same thread
278 typedef pthread_alloc _S_Alloc; // The underlying allocator
    [all...]
  /external/v8/src/
disassembler.cc 223 HeapStringAllocator allocator; local
224 StringStream accumulator(&allocator);
  /external/v8/test/mjsunit/
unbox-double-arrays.js 58 function testOneArrayType(allocator) {
59 var large_array = new allocator(large_array_size);
253 var large_array = new allocator(large_array_size);
284 var large_array = new allocator(large_array_size);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
31 * This is similar to the default allocator, except that free-list
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
65 // Pthread-specific allocator.
98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
163 * This method do not have to be part of a user defined allocator implementation
244 //The default allocator implementation which is recognize thanks to the
272 // per_thread_allocator<> : this allocator always return memory to the same thread
278 typedef pthread_alloc _S_Alloc; // The underlying allocator
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
31 * This is similar to the default allocator, except that free-list
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
65 // Pthread-specific allocator.
98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
163 * This method do not have to be part of a user defined allocator implementation
244 //The default allocator implementation which is recognize thanks to the
272 // per_thread_allocator<> : this allocator always return memory to the same thread
278 typedef pthread_alloc _S_Alloc; // The underlying allocator
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
31 * This is similar to the default allocator, except that free-list
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
65 // Pthread-specific allocator.
98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
163 * This method do not have to be part of a user defined allocator implementation
244 //The default allocator implementation which is recognize thanks to the
272 // per_thread_allocator<> : this allocator always return memory to the same thread
278 typedef pthread_alloc _S_Alloc; // The underlying allocator
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
31 * This is similar to the default allocator, except that free-list
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
65 // Pthread-specific allocator.
98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
163 * This method do not have to be part of a user defined allocator implementation
244 //The default allocator implementation which is recognize thanks to the
272 // per_thread_allocator<> : this allocator always return memory to the same thread
278 typedef pthread_alloc _S_Alloc; // The underlying allocator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
31 * This is similar to the default allocator, except that free-list
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
65 // Pthread-specific allocator.
98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
163 * This method do not have to be part of a user defined allocator implementation
244 //The default allocator implementation which is recognize thanks to the
272 // per_thread_allocator<> : this allocator always return memory to the same thread
278 typedef pthread_alloc _S_Alloc; // The underlying allocator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
31 * This is similar to the default allocator, except that free-list
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
65 // Pthread-specific allocator.
98 typedef pthread_alloc _S_Alloc; // The underlying allocator.
163 * This method do not have to be part of a user defined allocator implementation
244 //The default allocator implementation which is recognize thanks to the
272 // per_thread_allocator<> : this allocator always return memory to the same thread
278 typedef pthread_alloc _S_Alloc; // The underlying allocator
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
ListHashSet.h 252 void* operator new(size_t, NodeAllocator* allocator)
254 return allocator->allocate();
256 void destroy(NodeAllocator* allocator)
259 allocator->deallocate(this);
505 template<typename T, typename U, typename V> static void translate(T*& location, const U& key, const V& allocator)
507 location = new (allocator) T(key);
    [all...]
  /external/openfst/src/include/fst/
cache.h 55 // A simple allocator class, can be overridden as needed,
106 typedef C Allocator;
120 explicit CacheBaseImpl(C *allocator = 0)
128 allocator_ = allocator ? allocator : new C();
131 explicit CacheBaseImpl(const CacheOptions &opts, C *allocator = 0)
138 allocator_ = allocator ? allocator : new C();
514 // With Default allocator, the Free and Allocate will reuse the same S*.
  /external/stlport/stlport/stl/pointers/
_set.h 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >;
47 _SetTraitsT<void*>, allocator<void*> >;
51 _SetTraitsT<void*>, allocator<void*> >;
56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 327 JavaPixelAllocator allocator(env);
329 if (!src->copyTo(&result, dstConfig, &allocator)) {
332 return GraphicsJNI::createBitmap(env, new SkBitmap(result), allocator.getStorageObj(),
586 JavaPixelAllocator allocator(env);
588 src->extractAlpha(dst, paint, &allocator, &offset);
603 return GraphicsJNI::createBitmap(env, dst, allocator.getStorageObj(),
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >;
47 _SetTraitsT<void*>, allocator<void*> >;
51 _SetTraitsT<void*>, allocator<void*> >;
56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >;
47 _SetTraitsT<void*>, allocator<void*> >;
51 _SetTraitsT<void*>, allocator<void*> >;
56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >;
47 _SetTraitsT<void*>, allocator<void*> >;
51 _SetTraitsT<void*>, allocator<void*> >;
56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >;
47 _SetTraitsT<void*>, allocator<void*> >;
51 _SetTraitsT<void*>, allocator<void*> >;
56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >;
47 _SetTraitsT<void*>, allocator<void*> >;
51 _SetTraitsT<void*>, allocator<void*> >;
56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_set.h 41 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Rb_tree_node_base, _Node, allocator<_Node> >;
42 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree_base<void*, allocator<void*> >;
47 _SetTraitsT<void*>, allocator<void*> >;
51 _SetTraitsT<void*>, allocator<void*> >;
56 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
303 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
assoc_container.hpp 88 * @tparam _Alloc Allocator type.
190 * @tparam _Alloc Allocator type.
203 typename _Alloc = std::allocator<char> >
353 * @tparam _Alloc Allocator type.
367 typename _Alloc = std::allocator<char> >
545 * @tparam _Alloc Allocator type.
623 * @tparam _Alloc Allocator type.
634 typename _Alloc = std::allocator<char> >
714 * @tparam _Alloc Allocator type.
730 typename _Alloc = std::allocator<char>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
assoc_container.hpp 88 * @tparam _Alloc Allocator type.
190 * @tparam _Alloc Allocator type.
203 typename _Alloc = std::allocator<char> >
353 * @tparam _Alloc Allocator type.
367 typename _Alloc = std::allocator<char> >
545 * @tparam _Alloc Allocator type.
623 * @tparam _Alloc Allocator type.
634 typename _Alloc = std::allocator<char> >
714 * @tparam _Alloc Allocator type.
730 typename _Alloc = std::allocator<char>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
assoc_container.hpp 88 * @tparam _Alloc Allocator type.
190 * @tparam _Alloc Allocator type.
203 typename _Alloc = std::allocator<char> >
353 * @tparam _Alloc Allocator type.
367 typename _Alloc = std::allocator<char> >
545 * @tparam _Alloc Allocator type.
623 * @tparam _Alloc Allocator type.
634 typename _Alloc = std::allocator<char> >
714 * @tparam _Alloc Allocator type.
730 typename _Alloc = std::allocator<char>
    [all...]

Completed in 998 milliseconds

<<11121314151617181920>>