• Home
  • Raw
  • Download

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()
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()
332 android::SourcePathDiagnostics* diag) { 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()
440 android::IDiagnostics* diag = context->GetDiagnostics(); in BuildRules() local