Lines Matching defs:diag
65 static bool VerifyDeeplinkPathAttribute(xml::Element* data_el, android::SourcePathDiagnostics* diag, in VerifyDeeplinkPathAttribute()
101 android::SourcePathDiagnostics* diag) { in VerifyDeepLinkIntentAction()
121 static bool RequiredNameIsNotEmpty(xml::Element* el, android::SourcePathDiagnostics* diag) { in RequiredNameIsNotEmpty()
139 android::SourcePathDiagnostics* diag) { 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()
279 android::SourcePathDiagnostics* diag) { 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()
385 bool ManifestFixer::BuildRules(xml::XmlActionExecutor* executor, android::IDiagnostics* diag) { in BuildRules()