HomeSort by relevance Sort by last modified time
    Searched refs:curIdent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_util_AssetManager.cpp 988 const uint32_t curIdent = (uint32_t)src[ii];
990 DEBUG_STYLES(LOGI("RETRIEVING ATTR 0x%08x...", curIdent));
1001 while (ix < NX && curIdent > curXmlAttr) {
1006 if (ix < NX && curIdent == curXmlAttr) {
1016 while (styleEnt < endStyleEnt && curIdent > styleEnt->map.name.ident) {
1020 if (styleEnt < endStyleEnt && curIdent == styleEnt->map.name.ident) {
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 101 milliseconds