Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp320 attr.ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileAttribute()
334 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len)); in compileAttribute()
352 String16 val = String16(block.getAttributeStringValue(minIdx, &len)); in compileAttribute()
370 String16 val = String16(block.getAttributeStringValue(maxIdx, &len)); in compileAttribute()
391 const uint16_t* str = block.getAttributeStringValue(l10nIdx, &len); in compileAttribute()
463 itemIdent = String16(block.getAttributeStringValue(itemIdentIdx, &len)); in compileAttribute()
473 value = String16(block.getAttributeStringValue(valueIdx, &len)); in compileAttribute()
905 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
913 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
918 const char16_t* identStr = block.getAttributeStringValue(identIdx, &len); in compileResourceFile()
[all …]
DCommand.cpp256 const uint16_t* str = tree.getAttributeStringValue(idx, &len); in getAttribute()
274 const uint16_t* str = tree.getAttributeStringValue(idx, &len); in getAttribute()
328 const uint16_t* str = tree.getAttributeStringValue(idx, &len); in getResolvedAttribute()
DResource.cpp242 assets->setPackage(String8(block.getAttributeStringValue(nameIndex, &len))); in parsePackage()
252 const uint16_t* minSdk16 = block.getAttributeStringValue(minSdkIndex, &len); in parsePackage()
1425 const uint16_t* id = block.getAttributeStringValue(index, &len); in buildResources()
2496 … String8(tree.getAttributeStringValue(attrIndex, &len)), NULL, in writeProguardForXml()
2506 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.h691 const uint16_t* getAttributeStringValue(size_t idx, size_t* outLen) const;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1078 const uint16_t* ResXMLParser::getAttributeStringValue(size_t idx, size_t* outLen) const in getAttributeStringValue() function in android::ResXMLParser