Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp349 ssize_t identIdx = block.indexOfAttribute(NULL, "name"); in compileAttribute() local
350 if (identIdx >= 0) { in compileAttribute()
351 attr.ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileAttribute()
964 ssize_t identIdx = block.indexOfAttribute(NULL, "id"); in compileResourceFile() local
965 if (identIdx >= 0) { in compileResourceFile()
966 const char16_t* identStr = block.getAttributeStringValue(identIdx, &len); in compileResourceFile()
970 String8(block.getAttributeStringValue(identIdx, &len)).c_str()); in compileResourceFile()
1233 ssize_t identIdx = block.indexOfAttribute(NULL, "name"); in compileResourceFile() local
1234 if (identIdx < 0) { in compileResourceFile()
1238 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
[all …]