/external/webkit/JavaScriptCore/jit/ |
D | ExecutableAllocatorWin.cpp | 48 ExecutablePool::Allocation alloc = {reinterpret_cast<char*>(allocation), n}; in systemAlloc() local 52 void ExecutablePool::systemRelease(const ExecutablePool::Allocation& alloc) in systemRelease()
|
D | ExecutableAllocatorSymbian.cpp | 59 ExecutablePool::Allocation alloc = { allocation, n, codeChunk }; in systemAlloc() local 63 void ExecutablePool::systemRelease(const ExecutablePool::Allocation& alloc) in systemRelease()
|
D | ExecutableAllocatorPosix.cpp | 50 ExecutablePool::Allocation alloc = { reinterpret_cast<char*>(allocation), n }; in systemAlloc() local 54 void ExecutablePool::systemRelease(const ExecutablePool::Allocation& alloc) in systemRelease()
|
D | ExecutableAllocatorFixedVMPool.cpp | 310 void* alloc(size_t size) in alloc() function in JSC::FixedVMPoolAllocator 433 ExecutablePool::Allocation alloc = {reinterpret_cast<char*>(allocator->alloc(size)), size}; in systemAlloc() local
|
/external/webkit/WebKit/gtk/tests/ |
D | testatk.c | 215 GtkAllocation alloc = { 0, 0, 800, 600 }; in test_webkit_atk_get_text_at_offset_forms() local 246 GtkAllocation alloc = { 0, 0, 800, 600 }; in test_webkit_atk_get_text_at_offset() local 277 GtkAllocation alloc = { 0, 0, 800, 600 }; in test_webkit_atk_get_text_at_offset_newlines() local 308 GtkAllocation alloc = { 0, 0, 800, 600 }; in test_webkit_atk_get_text_at_offset_textarea() local 341 GtkAllocation alloc = { 0, 0, 800, 600 }; in test_webkit_atk_get_text_at_offset_text_input() local 377 GtkAllocation alloc = { 0, 0, 800, 600 }; in testWebkitAtkGetTextInParagraphAndBodySimple() local 421 GtkAllocation alloc = { 0, 0, 800, 600 }; in testWebkitAtkGetTextInParagraphAndBodyModerate() local
|
/external/libvpx/vpx_mem/memory_manager/ |
D | hmm_alloc.c | 18 void *U(alloc)(U(descriptor) *desc, U(size_aau) n) in U() argument
|
/external/webkit/JavaScriptCore/API/ |
D | JSStringRefCF.cpp | 54 CFStringRef JSStringCopyCFString(CFAllocatorRef alloc, JSStringRef string) in JSStringCopyCFString()
|
/external/qemu/elff/ |
D | elf_alloc.cc | 34 void* ElfAllocator::alloc(size_t size) { in alloc() function in ElfAllocator
|
/external/grub/stage2/ |
D | vstafs.h | 43 struct alloc struct 55 struct alloc fs_freesecs[0]; argument
|
/external/skia/include/core/ |
D | SkMaskFilter.h | 85 SkAutoMaskImage(SkMask* mask, bool alloc) in SkAutoMaskImage()
|
/external/kernel-headers/original/linux/ |
D | mempool.h | 21 mempool_alloc_t *alloc; member
|
/external/skia/src/ports/ |
D | SkImageRef_ashmem.cpp | 126 AshmemAllocator alloc(&fRec, this->getURI()); in onDecode() local
|
/external/bluetooth/glib/gio/xdgmime/ |
D | xdgmimealias.c | 125 int alloc; in _xdg_mime_alias_read_from_file() local
|
D | xdgmimeicon.c | 124 int alloc; in _xdg_mime_icon_read_from_file() local
|
D | xdgmimeparent.c | 130 int i, alloc; in _xdg_mime_parent_read_from_file() local
|
/external/chromium/base/third_party/xdg_mime/ |
D | xdgmimealias.c | 125 int alloc; in _xdg_mime_alias_read_from_file() local
|
D | xdgmimeicon.c | 124 int alloc; in _xdg_mime_icon_read_from_file() local
|
D | xdgmimeparent.c | 130 int i, alloc; in _xdg_mime_parent_read_from_file() local
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 10 template <typename T> static T* typedAllocThrow(SkChunkAlloc& alloc) { in typedAllocThrow()
|
D | SkChunkAlloc.cpp | 103 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { in alloc() function in SkChunkAlloc
|
D | SkWriter32.cpp | 12 uint32_t* alloc(size_t size) in alloc() function
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | DumpRenderTreePasteboard.m | 85 {
|
/external/freetype/src/raster/ |
D | ftmisc.h | 76 FT_Alloc_Func alloc; member
|
/external/freetype/include/freetype/ |
D | ftsystem.h | 174 FT_Alloc_Func alloc; member
|
/external/webkit/JavaScriptCore/wtf/ |
D | SegmentedVector.h | 152 T& alloc() in alloc() function
|