Searched refs:allocator (Results 151 - 175 of 299) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h310 @param allocator The Allocator to use to create a pixelref that can
312 width/height/config. If allocator is NULL, the standard
321 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
521 * @param allocator Allocator used to allocate the pixelref for the dst
526 bool copyTo(SkBitmap* dst, Config c, Allocator* allocator = NULL) const;
571 fails to be initialized, e.g. because allocator can't allocate pixels
576 @param allocator Allocator used to allocate the pixelref for the dst
583 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator* allocator,
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder.cpp301 * Special allocator used by DecodeMemoryToTarget. Uses preallocated memory
302 * provided if the bm is 8888. Otherwise, uses a heap allocator. The same
303 * allocator will be used again for a copy to 8888, when the preallocated
380 TargetAllocator allocator(target);
381 decoder->setAllocator(&allocator);
395 if (!bitmap->copyTo(&bm8888, SkBitmap::kARGB_8888_Config, &allocator)) {
/external/skia/include/core/
H A DSkBitmap.h310 @param allocator The Allocator to use to create a pixelref that can
312 width/height/config. If allocator is NULL, the standard
321 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
521 * @param allocator Allocator used to allocate the pixelref for the dst
526 bool copyTo(SkBitmap* dst, Config c, Allocator* allocator = NULL) const;
571 fails to be initialized, e.g. because allocator can't allocate pixels
576 @param allocator Allocator used to allocate the pixelref for the dst
583 bool extractAlpha(SkBitmap* dst, const SkPaint* paint, Allocator* allocator,
/external/skia/src/images/
H A DSkImageDecoder.cpp304 * Special allocator used by DecodeMemoryToTarget. Uses preallocated memory
305 * provided if the bm is 8888. Otherwise, uses a heap allocator. The same
306 * allocator will be used again for a copy to 8888, when the preallocated
383 TargetAllocator allocator(target);
384 decoder->setAllocator(&allocator);
398 if (!bitmap->copyTo(&bm8888, SkBitmap::kARGB_8888_Config, &allocator)) {
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.h73 PortAllocator *allocator);
H A Dsessionmanager.h55 SessionManager(PortAllocator *allocator,
H A Dtransport.h113 PortAllocator* allocator);
124 // Returns the port allocator object for this transport.
H A Dsessionmanager.cc41 SessionManager::SessionManager(PortAllocator *allocator, argument
43 allocator_ = allocator;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.h73 PortAllocator *allocator);
H A Dsessionmanager.h55 SessionManager(PortAllocator *allocator,
H A Dsessionmanager.cc43 SessionManager::SessionManager(PortAllocator *allocator, argument
45 allocator_ = allocator;
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.cc261 bool RegisterSystemAllocator(SysAllocator *allocator, int priority) { argument
269 // The current system allocator
/external/chromium_org/v8/src/
H A Dmark-compact.h369 INLINE(static bool AddTo(SlotsBufferAllocator* allocator, argument
376 allocator->DeallocateChain(buffer_address);
379 buffer = allocator->AllocateBuffer(buffer);
388 static bool AddTo(SlotsBufferAllocator* allocator,
/external/eigen/Eigen/src/StlSupport/
H A DStdVector.h18 * std::vector such that for data types with alignment issues the correct allocator
25 class vector<__VA_ARGS__, std::allocator<__VA_ARGS__> > \
/external/stlport/stlport/stl/
H A D_complex.c93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp;
/external/stlport/stlport/stl/pointers/
H A D_slist.h40 _STLP_EXPORT_TEMPLATE_CLASS _STLP_alloc_proxy<_Slist_node_base, _VoidPtrSNode, allocator<_VoidPtrSNode> >;
41 _STLP_EXPORT_TEMPLATE_CLASS _Slist_base<void*, allocator<void*> >;
42 _STLP_EXPORT_TEMPLATE_CLASS SLIST_IMPL<void*, allocator<void*> >;
52 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
H A D_set.h41 _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>) >
/external/stlport/test/unit/
H A Dmultiset_test.cpp105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker_unittest.cc89 HttpPortAllocator* allocator,
97 : TestHttpPortAllocatorSession(allocator,
88 FakeHttpPortAllocatorSession( HttpPortAllocator* allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const std::vector<talk_base::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay_token, const std::string& agent) argument
/external/v8/src/
H A Ddisassembler.cc223 HeapStringAllocator allocator; local
224 StringStream accumulator(&allocator);
/external/openfst/src/include/fst/
H A Dcache.h55 // A simple allocator class, can be overridden as needed,
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/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc241 // accidentally left by the memory allocator.
734 // (In particular we test that there's no complex STL's own allocator
735 // running on top of our allocator with hooks to heap profiler
760 // (In particular we test that there's no complex STL's own allocator
761 // running on top of our allocator with hooks to heap profiler
785 static void DirectTestSTLAlloc(Alloc allocator, const char* name) { argument
790 typename Alloc::pointer p = allocator.allocate(i*3+1);
793 // (i.e. STL's "allocator" does not have a direct hook to heap profiler)
798 allocator.deallocate(ptrs[i], i*3+1);
1473 DTSL(std::allocator<cha
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc241 // accidentally left by the memory allocator.
734 // (In particular we test that there's no complex STL's own allocator
735 // running on top of our allocator with hooks to heap profiler
760 // (In particular we test that there's no complex STL's own allocator
761 // running on top of our allocator with hooks to heap profiler
785 static void DirectTestSTLAlloc(Alloc allocator, const char* name) { argument
790 typename Alloc::pointer p = allocator.allocate(i*3+1);
793 // (i.e. STL's "allocator" does not have a direct hook to heap profiler)
798 allocator.deallocate(ptrs[i], i*3+1);
1473 DTSL(std::allocator<cha
[all...]
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc9 #include "base/allocator/allocator_extension.h"
52 #include "base/allocator/type_profiler.h"
53 #include "base/allocator/type_profiler_tcmalloc.h"
532 // dependency on TCMalloc. Really, we ought to have our allocator shim code
547 base::allocator::SetGetAllocatorWasteSizeFunction(
549 base::allocator::SetGetStatsFunction(GetStatsThunk);
550 base::allocator::SetReleaseFreeMemoryFunction(ReleaseFreeMemoryThunk);
/external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
H A Dpcp_main.cc661 AutoPortAllocator allocator(&network_manager, "pcp_agent");
662 allocator.SetXmppClient(pump.client());
663 cricket::SessionManager session_manager(&allocator);

Completed in 759 milliseconds

1234567891011>>