/external/skia/src/core/ |
D | SkPictureFlat.cpp | 11 SkFlatData* SkFlatData::Alloc(SkChunkAlloc* heap, int32_t size, int index) { in Alloc() 18 SkFlatBitmap* SkFlatBitmap::Flatten(SkChunkAlloc* heap, const SkBitmap& bitmap, in Flatten() 30 SkFlatMatrix* SkFlatMatrix::Flatten(SkChunkAlloc* heap, const SkMatrix& matrix, int index) { in Flatten() 84 SkFlatPaint* SkFlatPaint::Flatten(SkChunkAlloc* heap, const SkPaint& paint, in Flatten() 209 SkFlatRegion* SkFlatRegion::Flatten(SkChunkAlloc* heap, const SkRegion& region, int index) { in Flatten()
|
/external/grub/stage2/ |
D | cmdline.c | 121 enter_cmdline (char *heap, int forever) in enter_cmdline() 183 run_script (char *script, char *heap) in run_script()
|
D | stage2.c | 240 char *heap, int entryno) in run_menu()
|
/external/srec/srec/Semproc/src/ |
D | SemanticProcessorImpl.c | 251 sem_partial_path* heap, in checkpath_forwardByWordID() 357 sem_partial_path* heap, in checkpath_forward() 488 sem_partial_path heap[MAX_SEM_PARTIAL_PATHS]; in SR_SemanticProcessor_CheckParseByWordID() local 794 sem_partial_path heap[MAX_SEM_PARTIAL_PATHS]; in SR_SemanticProcessor_CheckParse() local 1089 static ESR_ReturnCode sem_partial_path_list_init(sem_partial_path* heap, int nheap) in sem_partial_path_list_init() 1098 static sem_partial_path* sem_partial_path_create(sem_partial_path* heap) in sem_partial_path_create() 1153 static ESR_ReturnCode sem_partial_path_free(sem_partial_path* heap, sem_partial_path* path) in sem_partial_path_free()
|
/external/webkit/JavaScriptCore/interpreter/ |
D | RegisterFile.h | 197 void markGlobals(Heap* heap) { heap->markConservatively(lastGlobal(), m_start); } in markGlobals() 198 void markCallFrames(Heap* heap) { heap->markConservatively(m_start, m_end); } in markCallFrames()
|
D | CallFrame.h | 85 Heap* heap() { return &globalData().heap; } in heap() function
|
/external/webkit/JavaScriptCore/runtime/ |
D | ArgList.cpp | 64 if (Heap* heap = Heap::heap(v)) { in slowAppend() local
|
D | Collector.cpp | 244 static void freeHeap(CollectorHeap* heap) in freeHeap() 275 CollectorHeap& heap = heapType == PrimaryHeap ? primaryHeap : numberHeap; in heapAllocate() local 841 Heap* Heap::heap(JSValuePtr v) in heap() function in JSC::Heap 870 CollectorHeap& heap = heapType == PrimaryHeap ? primaryHeap : numberHeap; in sweep() local 1012 static void addToStatistics(Heap::Statistics& statistics, const CollectorHeap& heap) in addToStatistics()
|
D | JSGlobalData.h | 133 Heap heap; variable
|
/external/bzip2/ |
D | huffman.c | 75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
|
/external/opencore/android/author/ |
D | android_camera_input.cpp | 82 sp<IMemoryHeap> heap = data.iFrameBuffer->getMemory(&offset, &size); in ReleaseQueuedFrames() local 411 sp<IMemoryHeap> heap = data.iFrameBuffer->getMemory(&offset, &size); in writeComplete() local 1124 sp<IMemoryHeap> heap = frame->getMemory(&offset, &size); in postWriteAsync() local
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | shortest-path.h | 281 vector<StateId> heap; in ShortestPath() local
|
/external/webkit/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 1997 static ALWAYS_INLINE void setThreadHeap(TCMalloc_ThreadCache* heap) in setThreadHeap() 2491 TCMalloc_ThreadCache *heap = threadheap_allocator.New(); in NewHeap() local 2567 TCMalloc_ThreadCache* heap = NULL; in CreateCacheIfNecessary() local 2618 TCMalloc_ThreadCache* heap = GetThreadHeap(); in CreateCacheIfNecessary() local 2651 void TCMalloc_ThreadCache::DeleteCache(TCMalloc_ThreadCache* heap) { in CreateCacheIfNecessary() 3054 TCMalloc_ThreadCache* heap = TCMalloc_ThreadCache::GetCache(); in CreateCacheIfNecessary() local 3102 TCMalloc_ThreadCache* heap = TCMalloc_ThreadCache::GetCacheIfPresent(); in CreateCacheIfNecessary() local 3153 TCMalloc_ThreadCache* heap = TCMalloc_ThreadCache::GetCache(); in CreateCacheIfNecessary() local
|
/external/webkit/WebCore/platform/image-decoders/zlib/ |
D | deflate.h | 203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|
/external/zlib/ |
D | deflate.h | 203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|
/external/qemu/distrib/zlib-1.2.3/ |
D | deflate.h | 203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|
/external/opencore/android/ |
D | android_surface_output.cpp | 973 sp<MemoryHeapBase> heap = new MemoryHeapBase(frameSize * kBufferCount); in initCheck() local
|
/external/openssl/crypto/ec/ |
D | ecp_smpl.c | 1542 BIGNUM **heap = NULL; in ec_GFp_simple_points_make_affine() local
|