Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp202 return [config, handler](xml::Element* root_element, SourcePathDiagnostics* diag) { in Bind() argument
203 return handler(config, root_element, diag); in Bind()
491 bool ArtifactTagHandler(PostProcessingConfiguration* config, Element* root_element, in ArtifactTagHandler() argument
494 for (const auto& attr : root_element->attributes) { in ArtifactTagHandler()
518 bool ArtifactFormatTagHandler(PostProcessingConfiguration* config, Element* root_element, in ArtifactFormatTagHandler() argument
520 for (auto& node : root_element->children) { in ArtifactFormatTagHandler()
530 bool AbiGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in AbiGroupTagHandler() argument
532 std::string label = GetLabel(root_element, diag); in AbiGroupTagHandler()
539 Maybe<int32_t> order = GetVersionCodeOrder(root_element, diag); in AbiGroupTagHandler()
548 if (root_element->GetChildElements().empty()) { in AbiGroupTagHandler()
[all …]