Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp319 attr.ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileAttribute()
333 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len)); in compileAttribute()
351 String16 val = String16(block.getAttributeStringValue(minIdx, &len)); in compileAttribute()
369 String16 val = String16(block.getAttributeStringValue(maxIdx, &len)); in compileAttribute()
390 const uint16_t* str = block.getAttributeStringValue(l10nIdx, &len); in compileAttribute()
462 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileAttribute()
472 value = String16(block.getAttributeStringValue(valueIdx, &len)); in compileAttribute()
867 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
875 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
880 const char16_t* identStr = block.getAttributeStringValue(identIdx, &len); in compileResourceFile()
[all …]
DCommand.cpp255 const uint16_t* str = tree.getAttributeStringValue(idx, &len); in getAttribute()
273 const uint16_t* str = tree.getAttributeStringValue(idx, &len); in getAttribute()
327 const uint16_t* str = tree.getAttributeStringValue(idx, &len); in getResolvedAttribute()
DResource.cpp241 assets->setPackage(String8(block.getAttributeStringValue(nameIndex, &len))); in parsePackage()
251 const uint16_t* minSdk16 = block.getAttributeStringValue(minSdkIndex, &len); in parsePackage()
1368 const uint16_t* id = block.getAttributeStringValue(index, &len); in buildResources()
2266 … String8(tree.getAttributeStringValue(attrIndex, &len)), NULL, in writeProguardForXml()
2275 String8(tree.getAttributeStringValue(attrIndex, &len)), NULL, in writeProguardForXml()
DXMLNode.cpp276 str = inXml->getAttributeStringValue(ai, &len); in parseStyledString()
461 ResTable::normalizeForOutput(String8(block->getAttributeStringValue(i, in printXMLBlock()
466 const char16_t* val = block->getAttributeStringValue(i, &len); in printXMLBlock()
/frameworks/base/include/androidfw/
DResourceTypes.h687 const uint16_t* getAttributeStringValue(size_t idx, size_t* outLen) const;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp987 const uint16_t* ResXMLParser::getAttributeStringValue(size_t idx, size_t* outLen) const in getAttributeStringValue() function in android::ResXMLParser