| /frameworks/base/libs/hwui/ |
| RenderNode.cpp | 758 LinearAllocator& alloc = handler.allocator(); local 759 handler(new (alloc) SaveOp(SkCanvas::kMatrix_SaveFlag | SkCanvas::kClip_SaveFlag), 776 ClipRectOp* clipOp = new (alloc) ClipRectOp( 782 SaveLayerOp* op = new (alloc) SaveLayerOp( 854 LinearAllocator& alloc = handler.allocator(); local [all...] |
| Snapshot.h | 48 return allocator.alloc(size);
|
| /frameworks/rs/scriptc/ |
| rs_graphics.rsh | 217 * @param alloc 220 rsgAllocationSyncAll(rs_allocation alloc); 228 * @param alloc 232 rsgAllocationSyncAll(rs_allocation alloc,
|
| /hardware/libhardware/include/hardware/ |
| gralloc.h | 150 * been created with (*alloc_device_t::alloc)() can be used. 159 * with (*alloc_device_t::alloc)(). 311 * (*alloc)() Allocates a buffer in graphic memory with the requested 324 int (*alloc)(struct alloc_device_t* dev, member in struct:alloc_device_t
|
| /ndk/sources/cxx-stl/stlport/src/ |
| sparc_atomic.s | 1 .section ".text",#alloc,#execinstr
|
| sparc_atomic64.s | 1 .section ".text",#alloc,#execinstr
|
| /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/ |
| rs_graphics.rsh | 213 * @param alloc 216 rsgAllocationSyncAll(rs_allocation alloc); 224 * @param alloc 228 rsgAllocationSyncAll(rs_allocation alloc,
|
| /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/ |
| rs_graphics.rsh | 213 * @param alloc 216 rsgAllocationSyncAll(rs_allocation alloc); 224 * @param alloc 228 rsgAllocationSyncAll(rs_allocation alloc,
|
| /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/ |
| rs_graphics.rsh | 213 * @param alloc 216 rsgAllocationSyncAll(rs_allocation alloc); 224 * @param alloc 228 rsgAllocationSyncAll(rs_allocation alloc,
|
| /prebuilts/sdk/renderscript/include/ |
| rs_graphics.rsh | 217 * @param alloc 220 rsgAllocationSyncAll(rs_allocation alloc); 228 * @param alloc 232 rsgAllocationSyncAll(rs_allocation alloc,
|
| /prebuilts/sdk/tools/darwin/renderscript/include/ |
| rs_graphics.rsh | 217 * @param alloc 220 rsgAllocationSyncAll(rs_allocation alloc); 228 * @param alloc 232 rsgAllocationSyncAll(rs_allocation alloc,
|
| /system/core/libpixelflinger/codeflinger/tinyutils/ |
| VectorImpl.cpp | 93 sb = SharedBuffer::alloc(capacity() * mItemSize); 252 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize); 296 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize); 348 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize);
|
| /external/wpa_supplicant_8/src/tls/ |
| libtommath.c | 127 int used, alloc, sign; member in struct:__anon37433 239 if (c->alloc < max + 1) { 317 if (c->alloc < max) { 393 a->alloc = MP_PREC; 417 a->alloc = a->used = 0; 967 if (a->alloc < 2) { 1122 for (n = 0; n < a->alloc; n++) { 1139 if (b->alloc < a->used) { 1269 /* if the alloc size is smaller alloc more ram * [all...] |
| /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
| AllocationInfo.java | 430 Allocation alloc = createAllocation(); local 431 return BlockingInputAllocation.wrap(alloc);
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
| CombinedLexer.m | 71 return [[CombinedLexer alloc] initWithCharStream:anInput];
|
| /external/chromium_org/third_party/skia/src/core/ |
| SkEdgeBuilder.cpp | 15 template <typename T> static T* typedAllocThrow(SkChunkAlloc& alloc) { 16 return static_cast<T*>(alloc.allocThrow(sizeof(T)));
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| memfs_malloc.cc | 99 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 116 // us with an internal lock held (see tcmalloc/system-alloc.cc). 117 void* HugetlbSysAllocator::Alloc(size_t size, size_t *actual_size, 120 return fallback_->Alloc(size, actual_size, alignment); 126 return fallback_->Alloc(size, actual_size, alignment); 135 return fallback_->Alloc(size, actual_size, alignment); 148 return fallback_->Alloc(size, actual_size, alignment); 169 "alloc too large (size, bytes left)", size, limit-hugetlb_base_); 259 SysAllocator* alloc = MallocExtension::instance()->GetSystemAllocator(); 260 HugetlbSysAllocator* hp = new (hugetlb_space) HugetlbSysAllocator(alloc); [all...] |
| /external/chromium_org/third_party/tcmalloc/vendor/src/ |
| memfs_malloc.cc | 99 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 116 // us with an internal lock held (see tcmalloc/system-alloc.cc). 117 void* HugetlbSysAllocator::Alloc(size_t size, size_t *actual_size, 120 return fallback_->Alloc(size, actual_size, alignment); 126 return fallback_->Alloc(size, actual_size, alignment); 135 return fallback_->Alloc(size, actual_size, alignment); 148 return fallback_->Alloc(size, actual_size, alignment); 169 "alloc too large (size, bytes left)", size, limit-hugetlb_base_); 259 SysAllocator* alloc = MallocExtension::instance()->GetSystemAllocator(); 260 HugetlbSysAllocator* hp = new (hugetlb_space) HugetlbSysAllocator(alloc); [all...] |
| /external/chromium_org/third_party/webrtc/modules/video_render/ios/ |
| video_render_ios_view.mm | 92 _context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];
|
| /external/chromium_org/tools/traceline/traceline/scripts/ |
| crit_sec.js | 5 // You should run this with v8, like v8_shell alloc.js datafile.json
|
| heap.js | 5 // You should run this with v8, like v8_shell alloc.js datafile.json
|
| /external/e2fsprogs/lib/ext2fs/ |
| Android.mk | 5 alloc.c \
|
| /external/libcxx/test/containers/associative/map/map.cons/ |
| Android.mk | 27 test_name := containers/associative/map/map.cons/alloc 28 test_src := alloc.pass.cpp
|
| /external/libcxx/test/containers/associative/multimap/multimap.cons/ |
| Android.mk | 27 test_name := containers/associative/multimap/multimap.cons/alloc 28 test_src := alloc.pass.cpp
|
| /external/libcxx/test/containers/associative/multiset/multiset.cons/ |
| Android.mk | 27 test_name := containers/associative/multiset/multiset.cons/alloc 28 test_src := alloc.pass.cpp
|