Lines Matching refs:SourcePathDiagnostics
33 static bool RequiredNameIsNotEmpty(xml::Element* el, SourcePathDiagnostics* diag) { in RequiredNameIsNotEmpty()
51 SourcePathDiagnostics* diag) { in NameIsJavaClassName()
71 static bool OptionalNameIsJavaClassName(xml::Element* el, SourcePathDiagnostics* diag) { in OptionalNameIsJavaClassName()
78 static bool RequiredNameIsJavaClassName(xml::Element* el, SourcePathDiagnostics* diag) { in RequiredNameIsJavaClassName()
88 static bool RequiredNameIsJavaPackage(xml::Element* el, SourcePathDiagnostics* diag) { in RequiredNameIsJavaPackage()
105 return [=](xml::Element* el, SourcePathDiagnostics* diag) -> bool { in RequiredAndroidAttribute()
117 return [=](xml::Element* el, SourcePathDiagnostics* diag) -> bool { in RequiredOneAndroidAttribute()
136 static bool AutoGenerateIsFeatureSplit(xml::Element* el, SourcePathDiagnostics* diag) { in AutoGenerateIsFeatureSplit()
167 SourcePathDiagnostics* diag) { in VerifyManifest()
203 static bool FixCoreAppAttribute(xml::Element* el, SourcePathDiagnostics* diag) { in FixCoreAppAttribute()
216 static bool VerifyUsesFeature(xml::Element* el, SourcePathDiagnostics* diag) { in VerifyUsesFeature()