Searched refs:getAttributeStringValue (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 319 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 …]
|
D | Command.cpp | 255 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()
|
D | Resource.cpp | 241 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()
|
D | XMLNode.cpp | 276 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/ |
D | ResourceTypes.h | 687 const uint16_t* getAttributeStringValue(size_t idx, size_t* outLen) const;
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 987 const uint16_t* ResXMLParser::getAttributeStringValue(size_t idx, size_t* outLen) const in getAttributeStringValue() function in android::ResXMLParser
|