Searched defs:newBlock (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | CacheTexture.cpp | 37 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/ |
D | Idmap_test.cpp | 87 ssize_t newBlock = mTargetTable.getResource(base::R::string::test2, &val, false); in TEST_F() local
|
D | ResTable_test.cpp | 130 ssize_t newBlock = table.resolveReference(&val, block); in TEST() local
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1150 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/ |
D | utils.c | 519 int8_t* newBlock = malloc(CACHE_BLOCK_SIZE); in _cache_malloc() local
|