Home
last modified time | relevance | path

Searched refs:SourcePathDiagnostics (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/xml/
DXmlActionExecutor.h52 std::function<bool(Element*, XmlActionExecutorPolicy, android::SourcePathDiagnostics*)>;
53 using ActionFuncWithDiag = std::function<bool(Element*, android::SourcePathDiagnostics*)>;
71 android::SourcePathDiagnostics* diag, Element* el) const;
DXmlActionExecutor.cpp25 const XmlActionExecutorPolicy& policy, android::SourcePathDiagnostics*) { in wrapper_one() argument
31 android::SourcePathDiagnostics* diag) { in wrapper_two()
37 android::SourcePathDiagnostics* diag) { in wrapper_three()
65 android::SourcePathDiagnostics* diag, Element* el) const { in Execute()
106 android::SourcePathDiagnostics source_diag(doc->file.source, diag); in Execute()
/frameworks/base/tools/aapt2/compile/
DXmlIdCollector.cpp41 android::SourcePathDiagnostics* source_diag) in IdCollector()
71 android::SourcePathDiagnostics* source_diag_;
79 android::SourcePathDiagnostics source_diag(xmlRes->file.source, context->GetDiagnostics()); in Consume()
/frameworks/base/tools/aapt2/link/
DManifestFixer.cpp65 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()
[all …]
/frameworks/base/libs/androidfw/include/androidfw/
DIDiagnostics.h107 class SourcePathDiagnostics : public IDiagnostics {
109 SourcePathDiagnostics(const Source& src, IDiagnostics* diag) : source_(src), diag_(diag) { in SourcePathDiagnostics() function
137 DISALLOW_COPY_AND_ASSIGN(SourcePathDiagnostics);
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.cpp100 source_diag_ = util::make_unique<android::SourcePathDiagnostics>(android::Source{source}, in SetSource()
110 std::unique_ptr<android::SourcePathDiagnostics> source_diag_;
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp198 return [config, handler](xml::Element* root_element, android::SourcePathDiagnostics* diag) { in Bind()
226 android::SourcePathDiagnostics src_diag{{output_artifact.name}, diag}; in ToOutputArtifact()
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp508 android::SourcePathDiagnostics source_diag(path_data.source, context->GetDiagnostics()); in CompilePng()