Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DAaptXml.cpp44 const char16_t* str = tree.getAttributeStringValue(attrIndex, &len); in getStringAttributeAtIndex()
114 const char16_t* str = tree.getAttributeStringValue(idx, &len); in getResolvedAttribute()
H A DResourceTable.cpp349 attr.ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileAttribute()
381 String16 val = String16(block.getAttributeStringValue(minIdx, &len)); in compileAttribute()
399 String16 val = String16(block.getAttributeStringValue(maxIdx, &len)); in compileAttribute()
420 const char16_t* str = block.getAttributeStringValue(l10nIdx, &len); in compileAttribute()
951 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
959 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
1023 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1031 name = String16(block.getAttributeStringValue(nameIdx, &len)); in compileResourceFile()
1132 pkg = String16(block.getAttributeStringValue(pkgIdx, &len)); in compileResourceFile()
1163 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
[all …]
H A DResource.cpp263 assets->setPackage(String8(block.getAttributeStringValue(nameIndex, &len))); in parsePackage()
267 … bundle->setRevisionCode(String8(block.getAttributeStringValue(revisionCodeIndex, &len)).string()); in parsePackage()
278 const char16_t* minSdk16 = block.getAttributeStringValue(minSdkIndex, &len); in parsePackage()
2002 const char16_t* id = block.getAttributeStringValue(index, &len); in buildResources()
3191 … String8(tree.getAttributeStringValue(attrIndex, &len)), NULL, in writeProguardForXml()
3201 String8(tree.getAttributeStringValue(attrIndex, &len)), NULL, in writeProguardForXml()
H A DXMLNode.cpp295 str = inXml->getAttributeStringValue(ai, &len); in parseStyledString()
482 ResTable::normalizeForOutput(String8(block->getAttributeStringValue(i, in printXMLBlock()
487 const char16_t* val = block->getAttributeStringValue(i, &len); in printXMLBlock()
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp247 str16 = parser->getAttributeStringValue(i, &len); in CopyAttributes()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener_test.cpp537 EXPECT_THAT(tree.getAttributeStringValue(0, &len), StrEq(u"true")); in TEST_F()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h793 const char16_t* getAttributeStringValue(size_t idx, size_t* outLen) const;
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1451 const char16_t* ResXMLParser::getAttributeStringValue(size_t idx, size_t* outLen) const in getAttributeStringValue() function in android::ResXMLParser