Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DCacheTexture.cpp37 CacheBlock* CacheBlock::insertBlock(CacheBlock* head, CacheBlock* newBlock) { in insertBlock()
299 CacheBlock* newBlock = new CacheBlock(oldX, glyphH + TEXTURE_BORDER_SIZE, in fitBitmap() local
/frameworks/base/libs/androidfw/tests/
DIdmap_test.cpp87 ssize_t newBlock = mTargetTable.getResource(base::R::string::test2, &val, false); in TEST_F() local
DResTable_test.cpp130 ssize_t newBlock = table.resolveReference(&val, block); in TEST() local
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1150 ssize_t newBlock = theme->resolveAttributeReference(&value, block, in android_content_AssetManager_resolveAttrs() local
1158 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags); in android_content_AssetManager_resolveAttrs() local
1384 ssize_t newBlock = theme->resolveAttributeReference(&value, block, in android_content_AssetManager_applyStyle() local
1394 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags); in android_content_AssetManager_applyStyle() local
1550 ssize_t newBlock = res.resolveReference(&value, block, &resid, in android_content_AssetManager_retrieveAttributes() local
1664 ssize_t newBlock = res.resolveReference(&value, block, &resid, in android_content_AssetManager_retrieveArray() local
/frameworks/native/cmds/installd/
Dutils.c519 int8_t* newBlock = malloc(CACHE_BLOCK_SIZE); in _cache_malloc() local