| /external/chromium_org/third_party/WebKit/Source/platform/mac/ |
| ScrollAnimatorMac.mm | 475 scrollbarPartAnimation.adoptNS([[WebScrollbarPartAnimation alloc] initWithScrollbar:_scrollbar 521 _uiStateTransitionAnimation.adoptNS([[WebScrollbarPartAnimation alloc] initWithScrollbar:_scrollbar 551 _expansionTransitionAnimation.adoptNS([[WebScrollbarPartAnimation alloc] initWithScrollbar:_scrollbar 600 m_scrollAnimationHelperDelegate.adoptNS([[WebScrollAnimationHelperDelegate alloc] initWithScrollAnimator:this]); 601 m_scrollAnimationHelper.adoptNS([[NSClassFromString(@"NSScrollAnimationHelper") alloc] initWithDelegate:m_scrollAnimationHelperDelegate.get()]); 604 m_scrollbarPainterControllerDelegate.adoptNS([[WebScrollbarPainterControllerDelegate alloc] initWithScrollableArea:scrollableArea]); 605 m_scrollbarPainterController = [[[NSClassFromString(@"NSScrollerImpPair") alloc] init] autorelease]; 889 m_verticalScrollbarPainterDelegate.adoptNS([[WebScrollbarPainterDelegate alloc] initWithScrollbar:scrollbar]); 924 m_horizontalScrollbarPainterDelegate.adoptNS([[WebScrollbarPainterDelegate alloc] initWithScrollbar:scrollbar]); [all...] |
| /external/lzma/C/ |
| Ppmd7.c | 89 void Ppmd7_Free(CPpmd7 *p, ISzAlloc *alloc)
91 alloc->Free(alloc, p->Base);
96 Bool Ppmd7_Alloc(CPpmd7 *p, UInt32 size, ISzAlloc *alloc)
100 Ppmd7_Free(p, alloc);
107 if ((p->Base = (Byte *)alloc->Alloc(alloc, p->AlignOffset + size
|
| /external/valgrind/main/coregrind/ |
| m_oset.c | 115 OSetAlloc_t alloc; // allocator member in struct:_OSet 305 t->alloc = _alloc; 335 t->alloc, 349 t = os->alloc(os->cc, sizeof(AvlTree)); 352 t->alloc = os->alloc; 437 n = t->alloc( t->cc, nodeSize );
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
| SimpleCParser.m | 85 return [[[DFA2 alloc] initWithRecognizer:aRecognizer] retain]; 261 return [[[SimpleCParser_program_return alloc] init] retain]; 293 return [[[SimpleCParser_declaration_return alloc] init] retain]; 325 return [[[SimpleCParser_variable_return alloc] init] retain]; 357 return [[[SimpleCParser_declarator_return alloc] init] retain]; 389 return [[[SimpleCParser_functionHeader_return alloc] init] retain]; 421 return [[[SimpleCParser_formalParameter_return alloc] init] retain]; 453 return [[[SimpleCParser_type_return alloc] init] retain]; 485 return [[[SimpleCParser_block_return alloc] init] retain]; 517 return [[[SimpleCParser_stat_return alloc] init] retain] [all...] |
| SimpleCLexer.m | 103 return [[[DFA4 alloc] initWithRecognizer:aRecognizer] retain]; 194 return [[SimpleCLexer alloc] initWithCharStream:anInput];
|
| /frameworks/base/libs/hwui/ |
| PathTessellator.cpp | 184 Vertex* buffer = vertexBuffer.alloc<Vertex>(perimeter.size()); 209 Vertex* buffer = vertexBuffer.alloc<Vertex>(perimeter.size() * 2 + 2); 270 Vertex* buffer = vertexBuffer.alloc<Vertex>(allocSize); 349 AlphaVertex* buffer = vertexBuffer.alloc<AlphaVertex>(perimeter.size() * 3 + 2); 583 AlphaVertex* buffer = vertexBuffer.alloc<AlphaVertex>(allocSize); 653 AlphaVertex* buffer = vertexBuffer.alloc<AlphaVertex>(6 * perimeter.size() + 8); 799 dstBuffer.alloc<TYPE>(numPoints * verticesPerPoint + (numPoints - 1) * 2); [all...] |
| /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
| QualcommUsbCamera.cpp | 2672 struct ion_allocation_data alloc; local [all...] |
| /external/chromium_org/third_party/skia/include/core/ |
| SkTypes.h | 639 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize); local 641 *didChangeAlloc = alloc; 643 if (alloc) {
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| system-alloc.cc | 289 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 297 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 305 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 317 void SetChildAllocator(SysAllocator* alloc, unsigned int index, 319 if (index < kMaxAllocators && alloc != NULL) { 320 allocs_[index] = alloc; 325 void* Alloc(size_t size, size_t *actual_size, size_t alignment); 338 void* SbrkSysAllocator::Alloc(size_t size, size_t *actual_size, 409 void* MmapSysAllocator::Alloc(size_t size, size_t *actual_size, 474 void* DevMemSysAllocator::Alloc(size_t size, size_t *actual_size [all...] |
| /external/e2fsprogs/lib/ext2fs/ |
| bmap.c | 215 int alloc = 0; local 253 alloc++; 263 *blocks_alloc += alloc;
|
| /external/libunwind/tests/ |
| ia64-test-rbs-asm.S | 46 alloc r18 = ar.pfs, 2, (n)-2, 2, 0;/* read ar.pfs */ \ 114 alloc r3 = ar.pfs, 0, 0, 0, 0;; \ 171 alloc loc1 = ar.pfs, 3, 90, 3, 0
|
| /external/skia/include/core/ |
| SkTypes.h | 639 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize); local 641 *didChangeAlloc = alloc; 643 if (alloc) {
|
| /frameworks/native/libs/binder/ |
| MemoryDealer.cpp | 151 ssize_t alloc(size_t size, uint32_t flags); 296 ssize_t offset = alloc(size, flags); 310 ssize_t SimpleBestFitAllocator::alloc(size_t size, uint32_t flags) function in class:android::SimpleBestFitAllocator
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
| SimpleCParser.m | 60 return [[[DFA2 alloc] initWithRecognizer:aRecognizer] retain]; 237 return [[[SimpleCParser_program_return alloc] init] retain]; 277 return [[[SimpleCParser_declaration_return alloc] init] retain]; 317 return [[[SimpleCParser_variable_return alloc] init] retain]; 357 return [[[SimpleCParser_declarator_return alloc] init] retain]; 397 return [[[SimpleCParser_functionHeader_return alloc] init] retain]; 437 return [[[SimpleCParser_formalParameter_return alloc] init] retain]; 477 return [[[SimpleCParser_type_return alloc] init] retain]; 517 return [[[SimpleCParser_block_return alloc] init] retain]; 557 return [[[SimpleCParser_stat_return alloc] init] retain] [all...] |
| /art/runtime/base/ |
| allocator.h | 39 virtual void* Alloc(size_t) = 0; 106 TrackingAllocatorImpl(const TrackingAllocatorImpl<U, kTag>& alloc) throw() {
|
| /bionic/linker/ |
| linker.h | 104 static LinkedListEntry<soinfo>* alloc();
|
| /device/asus/flo/camera/QCamera2/HAL/ |
| QCameraMem.h | 77 int alloc(int count, int size, int heap_id);
|
| /device/lge/hammerhead/camera/QCamera2/HAL/ |
| QCameraMem.h | 77 int alloc(int count, int size, int heap_id);
|
| /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/ |
| mm_qcamera_app.h | 67 struct ion_allocation_data alloc[MM_CAMERA_MAX_NUM_FRAMES]; member in struct:__anon3563 116 uint8_t *(*mm_camera_do_mmap_ion)(int ion_fd, struct ion_allocation_data *alloc,
|
| /device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/ |
| mm_qcamera_app.h | 65 struct ion_allocation_data alloc[MM_CAMERA_MAX_NUM_FRAMES]; member in struct:__anon4051 147 uint8_t *(*mm_camera_do_mmap_ion)(int ion_fd, struct ion_allocation_data *alloc,
|
| /device/moto/shamu/camera/QCamera2/HAL/ |
| QCameraMem.h | 88 int alloc(int count, int size, int heap_id, uint32_t is_secure);
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
| SymbolTableLexer.m | 90 return [[[DFA4 alloc] initWithRecognizer:aRecognizer] retain]; 168 return [[SymbolTableLexer alloc] initWithCharStream:anInput];
|
| /external/chromium_org/third_party/libsrtp/srtp/crypto/ |
| Makefile | 89 kernel = kernel/crypto_kernel.o kernel/alloc.o \
|
| /external/chromium_org/third_party/mozilla/ |
| NSPasteboard+Utils.mm | 291 [[[NSAttributedString alloc] 302 return [[[NSString alloc]
|
| /external/chromium_org/third_party/skia/src/views/ |
| SkViewInflate.cpp | 128 pair->fStr = (char*)fStrings.alloc(len, SkChunkAlloc::kThrow_AllocFailType);
|