Searched refs:identIdx (Results 1 – 1 of 1) sorted by relevance
317 ssize_t identIdx = block.indexOfAttribute(NULL, "name"); in compileAttribute() local318 if (identIdx >= 0) { in compileAttribute()319 attr.ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileAttribute()878 ssize_t identIdx = block.indexOfAttribute(NULL, "id"); in compileResourceFile() local879 if (identIdx >= 0) { in compileResourceFile()880 const char16_t* identStr = block.getAttributeStringValue(identIdx, &len); in compileResourceFile()884 String8(block.getAttributeStringValue(identIdx, &len)).string()); in compileResourceFile()1139 ssize_t identIdx = block.indexOfAttribute(NULL, "name"); in compileResourceFile() local1140 if (identIdx < 0) { in compileResourceFile()1144 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()[all …]