Searched refs:Diagnostic (Results 1 – 16 of 16) sorted by relevance
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/ |
D | L.java | 25 import javax.tools.Diagnostic; 26 import javax.tools.Diagnostic.Kind; 53 printMessage(null, Diagnostic.Kind.NOTE, String.format(msg, args)); in d() 59 printMessage(element, Diagnostic.Kind.NOTE, String.format(msg, args)); in d() 65 printMessage(null, Diagnostic.Kind.NOTE, in d() 99 printMessage(null, Diagnostic.Kind.ERROR, fullMsg); in e() 105 printMessage(element, Diagnostic.Kind.ERROR, fullMsg); in e() 111 printMessage(null, Diagnostic.Kind.ERROR, in e() 115 private static void printMessage(Element element, Diagnostic.Kind kind, String message) { in printMessage() 117 if (kind == Diagnostic.Kind.ERROR) { in printMessage() [all …]
|
/frameworks/compile/mclinker/lib/LD/ |
D | Diagnostic.cpp | 23 Diagnostic::Diagnostic(DiagnosticEngine& pEngine) : m_Engine(pEngine) { in Diagnostic() function in mcld::Diagnostic 26 Diagnostic::~Diagnostic() { in ~Diagnostic() 31 void Diagnostic::format(std::string& pOutStr) const { in format() 38 const char* Diagnostic::findMatch(char pVal, in findMatch() 70 void Diagnostic::format(const char* pBegin, in format()
|
D | DiagnosticPrinter.cpp | 26 const Diagnostic& pInfo) { in handleDiagnostic()
|
D | Android.mk | 14 Diagnostic.cpp \
|
D | DiagnosticInfos.cpp | 113 Diagnostic info(pEngine); in process()
|
D | TextDiagnosticPrinter.cpp | 47 const Diagnostic& pInfo) { in handleDiagnostic()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Diagnostic.h | 22 class Diagnostic { 24 explicit Diagnostic(DiagnosticEngine& pEngine); 26 ~Diagnostic();
|
D | DiagnosticPrinter.h | 38 const Diagnostic& pInfo);
|
D | TextDiagnosticPrinter.h | 32 const Diagnostic& pInfo);
|
D | DiagnosticEngine.h | 88 friend class Diagnostic; variable
|
/frameworks/compile/slang/ |
D | slang_diagnostic_buffer.h | 48 const clang::Diagnostic &Info) override;
|
D | slang_diagnostic_buffer.cpp | 37 clang::Diagnostic const &Info) { in HandleDiagnostic()
|
D | slang_rs_ast_replace.h | 26 class Diagnostic; variable
|
D | slang.h | 56 class Diagnostic; variable
|
D | RSCCOptions.td | 127 // Diagnostic Options
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/ |
D | AnnotationAnalyzer.java | 37 import javax.tools.Diagnostic; 61 public void printMessage(Diagnostic.Kind kind, String message, Element element) { in AnnotationAnalyzer()
|