Lines Matching defs:el

121 static bool RequiredNameIsNotEmpty(xml::Element* el, android::SourcePathDiagnostics* diag) {  in RequiredNameIsNotEmpty()
138 static bool NameIsJavaClassName(xml::Element* el, xml::Attribute* attr, in NameIsJavaClassName()
158 static bool OptionalNameIsJavaClassName(xml::Element* el, android::SourcePathDiagnostics* diag) { in OptionalNameIsJavaClassName()
165 static bool RequiredNameIsJavaClassName(xml::Element* el, android::SourcePathDiagnostics* diag) { in RequiredNameIsJavaClassName()
175 static bool RequiredNameIsJavaPackage(xml::Element* el, android::SourcePathDiagnostics* diag) { in RequiredNameIsJavaPackage()
192 return [=](xml::Element* el, android::SourcePathDiagnostics* diag) -> bool { in RequiredAndroidAttribute()
204 return [=](xml::Element* el, android::SourcePathDiagnostics* diag) -> bool { in RequiredOneAndroidAttribute()
223 static bool AutoGenerateIsFeatureSplit(xml::Element* el, android::SourcePathDiagnostics* diag) { in AutoGenerateIsFeatureSplit()
253 static bool AutoGenerateIsSplitRequired(xml::Element* el, android::SourcePathDiagnostics* diag) { in AutoGenerateIsSplitRequired()
278 static bool VerifyManifest(xml::Element* el, xml::XmlActionExecutorPolicy policy, in VerifyManifest()
316 static bool FixCoreAppAttribute(xml::Element* el, android::SourcePathDiagnostics* diag) { in FixCoreAppAttribute()
329 static bool VerifyUsesFeature(xml::Element* el, android::SourcePathDiagnostics* diag) { in VerifyUsesFeature()
444 manifest_action.Action([&](xml::Element* el) -> bool { in BuildRules()
497 manifest_action["uses-sdk"].Action([&](xml::Element* el) -> bool { in BuildRules()
519 manifest_action["instrumentation"].Action([&](xml::Element* el) -> bool { in BuildRules()
535 manifest_action["overlay"].Action([&](xml::Element* el) -> bool { in BuildRules()
616 application_action.Action([&](xml::Element* el) -> bool { in BuildRules()
650 xml::Element* el) { in FullyQualifyClassName()