Home
last modified time | relevance | path

Searched defs:newBlock (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/font/
DCacheTexture.cpp34 CacheBlock* CacheBlock::insertBlock(CacheBlock* head, CacheBlock* newBlock) { in insertBlock()
148 CacheBlock* newBlock = new CacheBlock(oldX, glyphH + TEXTURE_BORDER_SIZE, in fitBitmap() local
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1046 ssize_t newBlock = theme->resolveAttributeReference(&value, block, in android_content_AssetManager_applyStyle() local
1054 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags); in android_content_AssetManager_applyStyle() local
1207 ssize_t newBlock = res.resolveReference(&value, block, &resid, in android_content_AssetManager_retrieveAttributes() local
1320 ssize_t newBlock = res.resolveReference(&value, block, &resid, in android_content_AssetManager_retrieveArray() local
/frameworks/base/cmds/installd/
Dutils.c406 int8_t* newBlock = malloc(CACHE_BLOCK_SIZE); in _cache_malloc() local