HomeSort by relevance Sort by last modified time
    Searched refs:SourcePathDiagnostics (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt2/xml/
XmlActionExecutor.h 51 using ActionFuncWithDiag = std::function<bool(Element*, SourcePathDiagnostics*)>;
71 bool execute(XmlActionExecutorPolicy policy, SourcePathDiagnostics* diag, Element* el) const;
XmlActionExecutor.cpp 22 static bool wrapperOne(XmlNodeAction::ActionFunc& f, Element* el, SourcePathDiagnostics*) {
27 SourcePathDiagnostics* diag) {
51 bool XmlNodeAction::execute(XmlActionExecutorPolicy policy, SourcePathDiagnostics* diag,
82 SourcePathDiagnostics sourceDiag(doc->file.source, diag);
  /frameworks/base/tools/aapt2/
Diagnostics.h 128 class SourcePathDiagnostics : public IDiagnostics {
130 SourcePathDiagnostics(const Source& src, IDiagnostics* diag) : mSource(src), mDiag(diag) {
142 DISALLOW_COPY_AND_ASSIGN(SourcePathDiagnostics);
  /frameworks/base/tools/aapt2/link/
ManifestFixer.cpp 29 SourcePathDiagnostics* diag) {
54 static bool optionalNameIsJavaClassName(xml::Element* el, SourcePathDiagnostics* diag) {
61 static bool requiredNameIsJavaClassName(xml::Element* el, SourcePathDiagnostics* diag) {
70 static bool verifyManifest(xml::Element* el, SourcePathDiagnostics* diag) {

Completed in 114 milliseconds