Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser.h78 static std::unique_ptr<Item> ParseXml(const FlattenedXmlSubTree& xmlsub_tree, uint32_t type_mask,
106 std::unique_ptr<Item> ParseXml(xml::XmlPullParser* parser, const uint32_t type_mask,
H A DResourceParser.cpp714 out_resource->value = ParseXml(parser, android::ResTable_map::TYPE_REFERENCE, kNoRawString); in ParseResource()
737 out_resource->value = ParseXml(parser, format, kNoRawString); in ParseItem()
771 std::unique_ptr<Item> ResourceParser::ParseXml(xml::XmlPullParser* parser, const uint32_t type_mask, in ParseXml() function in aapt::ResourceParser
777 return ParseXml(sub_tree.value(), type_mask, allow_raw_value, *table_, config_, *diag_); in ParseXml()
780 std::unique_ptr<Item> ResourceParser::ParseXml(const FlattenedXmlSubTree& xmlsub_tree, in ParseXml() function in aapt::ResourceParser
862 ParseXml(parser, android::ResTable_map::TYPE_STRING, kNoRawString); in ParseString()
1502 std::unique_ptr<Item> value = ParseXml(parser, 0, kAllowRawString); in ParseStyleItem()
1624 std::unique_ptr<Item> item = ParseXml(parser, typeMask, kNoRawString); in ParseArrayImpl()
1707 if (!(plural->values[index] = ParseXml( in ParsePlural()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h129 bool ParseXml(const std::string& file, Configuration* config);
H A Dextensions.cpp276 bool ParseXml(const std::string& file, Configuration* config) { in ParseXml() function
H A Dmain.cpp1777 if (!fastboot::extension::ParseXml(fastboot::SEARCH_PATH + args.at("config"), in main()
/aosp12/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp421 auto new_value = ResourceParser::ParseXml(sub_tree, type_flags, reference.allow_raw, *table, in LinkReference()