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()
446 manifest_action.Action([this, diag](xml::Element* el) -> bool { in BuildRules()
509 manifest_action["uses-sdk"].Action([this](xml::Element* el) -> bool { in BuildRules()
531 manifest_action["instrumentation"].Action([this](xml::Element* el) -> bool { in BuildRules()
547 manifest_action["overlay"].Action([this](xml::Element* el) -> bool { in BuildRules()
628 application_action.Action([](xml::Element* el) -> bool { in BuildRules()
662 xml::Element* el) { in FullyQualifyClassName()