Home
last modified time | relevance | path

Searched refs:curIdent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp984 const uint32_t curIdent = (uint32_t)src[ii]; in android_content_AssetManager_applyStyle() local
986 DEBUG_STYLES(LOGI("RETRIEVING ATTR 0x%08x...", curIdent)); in android_content_AssetManager_applyStyle()
997 while (ix < NX && curIdent > curXmlAttr) { in android_content_AssetManager_applyStyle()
1002 if (ix < NX && curIdent == curXmlAttr) { in android_content_AssetManager_applyStyle()
1012 while (styleEnt < endStyleEnt && curIdent > styleEnt->map.name.ident) { in android_content_AssetManager_applyStyle()
1016 if (styleEnt < endStyleEnt && curIdent == styleEnt->map.name.ident) { in android_content_AssetManager_applyStyle()
1028 while (defStyleEnt < endDefStyleEnt && curIdent > defStyleEnt->map.name.ident) { in android_content_AssetManager_applyStyle()
1032 if (defStyleEnt < endDefStyleEnt && curIdent == defStyleEnt->map.name.ident) { in android_content_AssetManager_applyStyle()
1054 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags); in android_content_AssetManager_applyStyle()
1080 curIdent, value.dataType, value.data)); in android_content_AssetManager_applyStyle()
[all …]
/frameworks/base/tools/aapt/
DResourceTable.cpp996 for (uint32_t curIdent=start; curIdent<=end; curIdent++) { in compileResourceFile() local
1002 sprintf(buf, "%d", (int)(end-curIdent+1)); in compileResourceFile()
1013 curName, curIdent); in compileResourceFile()