/frameworks/base/libs/hwui/ |
CanvasState.h | 135 void setClippingOutline(LinearAllocator& allocator, const Outline* outline); 136 void setClippingRoundRect(LinearAllocator& allocator, 138 void setProjectionPathMask(LinearAllocator& allocator, const SkPath* path);
|
DisplayList.h | 82 PlaybackStateStruct(OpenGLRenderer& renderer, int replayFlags, LinearAllocator* allocator) 85 , mAllocator(allocator) {} 91 // Allocator with the lifetime of a single frame. replay uses an Allocator owned by the struct, 92 // while defer shares the DeferredDisplayList's Allocator 93 // TODO: move this allocator to be owned by object with clear frame lifecycle 169 return allocator.usedSize(); 180 // allocator into which all ops and LsaVector arrays allocated 181 LinearAllocator allocator; member in class:android::uirenderer::DisplayList
|
/external/clang/test/Analysis/ |
CFNumber.c | 16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
|
/external/clang/test/SemaCXX/ |
crashes.cpp | 6 template<typename _Alloc> class allocator; 9 typename _Alloc = allocator<_CharT> > 198 template<class _Alloc> class allocator {}; class in namespace:pr12791 217 template<typename _CharT, typename _Traits = char_traits<_CharT>, typename _Alloc = allocator<_CharT> > struct basic_stringbuf {
|
/external/clang/test/SemaTemplate/ |
default-arguments.cpp | 130 template<typename T> class allocator {}; class in namespace:PR9643 131 template<typename T, typename U = allocator<T> > class vector {}; 133 template<template<typename U, typename = allocator<U> > class container, 140 vector<int, allocator<int> > v = initializer<vector>(5);
|
/external/dng_sdk/source/ |
dng_1d_table.h | 61 /// \param allocator Memory allocator from which table memory is allocated. 65 void Initialize (dng_memory_allocator &allocator,
|
dng_filter_task.h | 122 /// \param allocator dng_memory_allocator to use for allocating temporary 130 dng_memory_allocator *allocator, 135 /// specific type of dng_filter_task. There is no allocator parameter as all
|
dng_resample.cpp | 93 dng_memory_allocator &allocator) 105 fCoords.Reset (allocator.Allocate (bufferSize)); 160 dng_memory_allocator &allocator) 198 fWeights32.Reset (allocator.Allocate (bufferSize)); 211 fWeights16.Reset (allocator.Allocate (bufferSize)); 311 dng_memory_allocator &allocator) 350 fWeights32.Reset (allocator.Allocate (bufferSize)); 365 fWeights16.Reset (allocator.Allocate (bufferSize)); 520 dng_memory_allocator *allocator, 630 dng_memory_allocator *allocator, [all...] |
/external/libcxx/test/std/containers/sequences/list/list.cons/ |
default_stack_alloc.pass.cpp | 27 std::list<int> l((std::allocator<int>()));
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
construct_size_value_alloc.pass.cpp | 35 test<std::vector<int> >(50, 3, std::allocator<int>());
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
construct_size_value_alloc.pass.cpp | 35 test<std::vector<bool> >(50, 3, std::allocator<bool>());
|
/external/libcxx/test/std/input.output/string.streams/istringstream/ |
types.pass.cpp | 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 22 // typedef Allocator allocator_type; 35 static_assert((std::is_same<std::basic_istringstream<char>::allocator_type, std::allocator<char> >::value), "");
|
/external/libcxx/test/std/input.output/string.streams/ostringstream/ |
types.pass.cpp | 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 22 // typedef Allocator allocator_type; 35 static_assert((std::is_same<std::basic_ostringstream<char>::allocator_type, std::allocator<char> >::value), "");
|
/external/libcxx/test/std/input.output/string.streams/stringbuf/ |
types.pass.cpp | 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 22 // typedef Allocator allocator_type; 35 static_assert((std::is_same<std::basic_stringbuf<char>::allocator_type, std::allocator<char> >::value), "");
|
/external/libcxx/test/std/input.output/string.streams/stringstream/ |
types.pass.cpp | 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 22 // typedef Allocator allocator_type; 35 static_assert((std::is_same<std::basic_stringstream<char>::allocator_type, std::allocator<char> >::value), "");
|
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/ |
allocate.pass.cpp | 12 // allocator: 13 // pointer allocate(size_type n, allocator<void>::const_pointer hint=0); 32 std::allocator<A> a;
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/ |
b2EdgeShape.h | 36 b2Shape* Clone(b2BlockAllocator* allocator) const;
|
b2Shape.h | 57 /// Clone the concrete shape using the provided allocator. 58 virtual b2Shape* Clone(b2BlockAllocator* allocator) const = 0;
|
/external/skia/src/android/ |
SkBitmapRegionCodec.cpp | 19 bool SkBitmapRegionCodec::decodeRegion(SkBitmap* bitmap, SkBRDAllocator* allocator, 103 if (!bitmap->tryAllocPixels(allocator, colorTable.get())) { 112 SkCodec::ZeroInitialized zeroInit = allocator ? allocator->zeroInit() :
|
/external/skia/src/pathops/ |
SkOpCoincidence.h | 42 SkOpPtT* oppPtTEnd, SkChunkAlloc* allocator); 43 bool addExpanded(SkChunkAlloc* allocator PATH_OPS_DEBUG_VALIDATE_PARAMS(SkOpGlobalState* )); 44 bool addMissing(SkChunkAlloc* allocator); 87 void findOverlaps(SkOpCoincidence* , SkChunkAlloc* allocator) const;
|
/external/skia/src/utils/ |
SkTextureCompressor.cpp | 165 SkTBlitterAllocator *allocator, Format format) { 168 return CreateLATCBlitter(width, height, compressedBuffer, allocator); 171 return CreateR11EACBlitter(width, height, compressedBuffer, allocator); 174 return CreateASTCBlitter(width, height, compressedBuffer, allocator);
|
/external/v8/src/crankshaft/ |
compilation-phase.cc | 14 : name_(name), info_(info), zone_(info->isolate()->allocator()) {
|
/frameworks/base/libs/hwui/utils/ |
LinearAllocator.h | 157 typedef T value_type; // needed to implement std::allocator 158 typedef T* pointer; // needed to implement std::allocator 160 LinearStdAllocator(LinearAllocator& allocator) 161 : linearAllocator(allocator) {} 198 LsaVector(const LinearStdAllocator<T>& allocator) 199 : std::vector<T, LinearStdAllocator<T>>(allocator) {}
|
/frameworks/native/include/gui/ |
BufferQueue.h | 78 // producers and consumers. allocator is used to allocate all the 82 const sp<IGraphicBufferAlloc>& allocator = NULL);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/ |
default_stack_alloc.pass.cpp | 27 std::list<int> l((std::allocator<int>()));
|