Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp350 ssize_t identIdx = block.indexOfAttribute(NULL, "name"); in compileAttribute() local
351 if (identIdx >= 0) { in compileAttribute()
352 attr.ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileAttribute()
965 ssize_t identIdx = block.indexOfAttribute(NULL, "id"); in compileResourceFile() local
966 if (identIdx >= 0) { in compileResourceFile()
967 const char16_t* identStr = block.getAttributeStringValue(identIdx, &len); in compileResourceFile()
971 String8(block.getAttributeStringValue(identIdx, &len)).string()); in compileResourceFile()
1234 ssize_t identIdx = block.indexOfAttribute(NULL, "name"); in compileResourceFile() local
1235 if (identIdx < 0) { in compileResourceFile()
1239 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
[all …]