Searched refs:Diagnostic (Results 1 - 15 of 15) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DL.java25 import javax.tools.Diagnostic;
26 import javax.tools.Diagnostic.Kind;
53 printMessage(null, Diagnostic.Kind.NOTE, String.format(msg, args));
59 printMessage(element, Diagnostic.Kind.NOTE, String.format(msg, args));
65 printMessage(null, Diagnostic.Kind.NOTE,
99 printMessage(null, Diagnostic.Kind.ERROR, fullMsg);
105 printMessage(element, Diagnostic.Kind.ERROR, fullMsg);
111 printMessage(null, Diagnostic.Kind.ERROR,
115 private static void printMessage(Element element, Diagnostic.Kind kind, String message) {
117 if (kind == Diagnostic
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticPrinter.cpp26 const Diagnostic& pInfo) {
H A DDiagnostic.cpp1 //===- Diagnostic.cpp -----------------------------------------------------===//
9 #include "mcld/LD/Diagnostic.h"
22 // Diagnostic
23 Diagnostic::Diagnostic(DiagnosticEngine& pEngine) : m_Engine(pEngine) { function in class:mcld::Diagnostic
26 Diagnostic::~Diagnostic() {
31 void Diagnostic::format(std::string& pOutStr) const {
38 const char* Diagnostic::findMatch(char pVal,
70 void Diagnostic
[all...]
H A DDiagnosticInfos.cpp13 #include "mcld/LD/Diagnostic.h"
113 Diagnostic info(pEngine);
H A DAndroid.mk14 Diagnostic.cpp \
H A DTextDiagnosticPrinter.cpp47 const Diagnostic& pInfo) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticPrinter.h12 #include "mcld/LD/Diagnostic.h"
38 const Diagnostic& pInfo);
H A DDiagnostic.h1 //===- Diagnostic.h -------------------------------------------------------===//
19 /** \class Diagnostic
20 * \brief Diagnostic provides current status to DiagnosticPrinters.
22 class Diagnostic { class in namespace:mcld
24 explicit Diagnostic(DiagnosticEngine& pEngine);
26 ~Diagnostic();
H A DTextDiagnosticPrinter.h32 const Diagnostic& pInfo);
H A DDiagnosticEngine.h88 friend class Diagnostic;
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.h23 #include "clang/Basic/Diagnostic.h"
48 const clang::Diagnostic &Info) override;
H A Dslang_diagnostic_buffer.cpp37 clang::Diagnostic const &Info) {
66 slangAssert(0 && "Diagnostic not handled during diagnostic buffering!");
H A Dslang_rs_ast_replace.h26 class Diagnostic;
H A Dslang.h56 class Diagnostic;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationAnalyzer.java37 import javax.tools.Diagnostic;
61 public void printMessage(Diagnostic.Kind kind, String message, Element element) {

Completed in 274 milliseconds