Lines Matching refs:root_element

198   return [config, handler](xml::Element* root_element, android::SourcePathDiagnostics* diag) {  in Bind()  argument
199 return handler(config, root_element, diag); in Bind()
490 bool ArtifactTagHandler(PostProcessingConfiguration* config, Element* root_element, in ArtifactTagHandler() argument
493 for (const auto& attr : root_element->attributes) { in ArtifactTagHandler()
517 bool ArtifactFormatTagHandler(PostProcessingConfiguration* config, Element* root_element, in ArtifactFormatTagHandler() argument
519 for (auto& node : root_element->children) { in ArtifactFormatTagHandler()
529 bool AbiGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in AbiGroupTagHandler() argument
531 std::string label = GetLabel(root_element, diag); in AbiGroupTagHandler()
538 std::optional<int32_t> order = GetVersionCodeOrder(root_element, diag); in AbiGroupTagHandler()
547 if (root_element->GetChildElements().empty()) { in AbiGroupTagHandler()
556 for (auto* child : root_element->GetChildElements()) { in AbiGroupTagHandler()
580 bool ScreenDensityGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in ScreenDensityGroupTagHandler() argument
582 std::string label = GetLabel(root_element, diag); in ScreenDensityGroupTagHandler()
589 std::optional<int32_t> order = GetVersionCodeOrder(root_element, diag); in ScreenDensityGroupTagHandler()
598 if (root_element->GetChildElements().empty()) { in ScreenDensityGroupTagHandler()
615 for (auto* child : root_element->GetChildElements()) { in ScreenDensityGroupTagHandler()
646 bool LocaleGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in LocaleGroupTagHandler() argument
648 std::string label = GetLabel(root_element, diag); in LocaleGroupTagHandler()
655 std::optional<int32_t> order = GetVersionCodeOrder(root_element, diag); in LocaleGroupTagHandler()
664 if (root_element->GetChildElements().empty()) { in LocaleGroupTagHandler()
681 for (auto* child : root_element->GetChildElements()) { in LocaleGroupTagHandler()
712 bool AndroidSdkTagHandler(PostProcessingConfiguration* config, Element* root_element, in AndroidSdkTagHandler() argument
716 for (const auto& attr : root_element->attributes) { in AndroidSdkTagHandler()
754 for (auto node : root_element->GetChildElements()) { in AndroidSdkTagHandler()
768 bool GlTextureGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in GlTextureGroupTagHandler() argument
770 std::string label = GetLabel(root_element, diag); in GlTextureGroupTagHandler()
777 std::optional<int32_t> order = GetVersionCodeOrder(root_element, diag); in GlTextureGroupTagHandler()
786 for (auto* child : root_element->GetChildElements()) { in GlTextureGroupTagHandler()
820 bool DeviceFeatureGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in DeviceFeatureGroupTagHandler() argument
822 std::string label = GetLabel(root_element, diag); in DeviceFeatureGroupTagHandler()
829 std::optional<int32_t> order = GetVersionCodeOrder(root_element, diag); in DeviceFeatureGroupTagHandler()
837 for (auto* child : root_element->GetChildElements()) { in DeviceFeatureGroupTagHandler()