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 UpdateConfigChangesIfNeeded(xml::Element* el, IAaptContext* context) { in UpdateConfigChangesIfNeeded()
228 static bool RequiredNameIsJavaPackage(xml::Element* el, android::SourcePathDiagnostics* diag) { in RequiredNameIsJavaPackage()
245 return [=](xml::Element* el, android::SourcePathDiagnostics* diag) -> bool { in RequiredAndroidAttribute()
257 return [=](xml::Element* el, android::SourcePathDiagnostics* diag) -> bool { in RequiredOneAndroidAttribute()
276 static bool AutoGenerateIsFeatureSplit(xml::Element* el, android::SourcePathDiagnostics* diag) { in AutoGenerateIsFeatureSplit()
306 static bool AutoGenerateIsSplitRequired(xml::Element* el, android::SourcePathDiagnostics* diag) { in AutoGenerateIsSplitRequired()
331 static bool VerifyManifest(xml::Element* el, xml::XmlActionExecutorPolicy policy, in VerifyManifest()
369 static bool FixCoreAppAttribute(xml::Element* el, android::SourcePathDiagnostics* diag) { in FixCoreAppAttribute()
382 static bool VerifyUsesFeature(xml::Element* el, android::SourcePathDiagnostics* diag) { in VerifyUsesFeature()
490 [context](xml::Element* el) -> bool { return UpdateConfigChangesIfNeeded(el, context); }); in BuildRules()
502 manifest_action.Action([this, diag](xml::Element* el) -> bool { in BuildRules()
565 manifest_action["uses-sdk"].Action([this](xml::Element* el) -> bool { in BuildRules()
587 manifest_action["instrumentation"].Action([this](xml::Element* el) -> bool { in BuildRules()
603 manifest_action["overlay"].Action([this](xml::Element* el) -> bool { in BuildRules()
684 application_action.Action([](xml::Element* el) -> bool { in BuildRules()
718 xml::Element* el) { in FullyQualifyClassName()