| /external/grpc-grpc/src/csharp/Grpc.Core/Logging/ |
| D | ILogger.cs | 43 void Warning(string message); in Warning() method 46 void Warning(string format, params object[] formatArgs); in Warning() method 49 void Warning(Exception exception, string message); in Warning() method
|
| D | NullLogger.cs | 89 public void Warning(string message) in Warning() method in Grpc.Core.Logging.NullLogger 96 public void Warning(Exception exception, string message) in Warning() method in Grpc.Core.Logging.NullLogger 103 public void Warning(string format, params object[] formatArgs) in Warning() method in Grpc.Core.Logging.NullLogger
|
| D | LogLevelFilterLogger.cs | 107 public void Warning(string message) in Warning() method in Grpc.Core.Logging.LogLevelFilterLogger 116 public void Warning(string format, params object[] formatArgs) in Warning() method in Grpc.Core.Logging.LogLevelFilterLogger 125 public void Warning(Exception exception, string message) in Warning() method in Grpc.Core.Logging.LogLevelFilterLogger
|
| D | TextWriterLogger.cs | 111 public void Warning(string message) in Warning() method in Grpc.Core.Logging.TextWriterLogger 117 public void Warning(string format, params object[] formatArgs) in Warning() method in Grpc.Core.Logging.TextWriterLogger 123 public void Warning(Exception exception, string message) in Warning() method in Grpc.Core.Logging.TextWriterLogger
|
| D | LogLevel.cs | 38 Warning, enumerator
|
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| D | Warning.java | 45 public class Warning extends SIPHeader implements WarningHeader { class 68 public Warning() { in Warning() method in Warning
|
| /external/clang/lib/Sema/ |
| D | AnalysisBasedWarnings.cpp | 1522 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind << LockName); in warnLockMismatch() local 1547 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local 1562 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_kind_mismatch) in handleIncorrectUnlockKind() local 1594 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope() local 1608 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local 1624 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld() local 1652 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local 1682 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local 1697 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld() local 1705 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) in handleFunExcludesLock() local [all …]
|
| /external/llvm-project/clang/lib/Sema/ |
| D | AnalysisBasedWarnings.cpp | 1732 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local 1741 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock) in handleUnmatchedUnlock() local 1753 PartialDiagnosticAt Warning( in handleIncorrectUnlockKind() local 1764 PartialDiagnosticAt Warning(LocDoubleLock, S.PDiag(diag::warn_double_lock) in handleDoubleLock() local 1792 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope() local 1801 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local 1817 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld() local 1845 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local 1875 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local 1889 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld() local [all …]
|
| /external/perfetto/protos/perfetto/metrics/android/ |
| D | jank_metric.proto | 24 message Warning { message
|
| /external/llvm-project/clang/test/CoverageMapping/ |
| D | trycatch.cpp | 9 class Warning { class
|
| /external/clang/test/CoverageMapping/ |
| D | trycatch.cpp | 9 class Warning { class
|
| /external/parameter-framework/upstream/parameter/log/include/log/ |
| D | LogWrapper.h | 132 typedef details::LogWrapper<true> Warning; typedef
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_report_decorator.h | 30 const char *Warning() { return Red(); } in Warning() function
|
| /external/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_report_decorator.h | 29 const char *Warning() const { return Red(); } in Warning() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | WithColor.h | 30 Warning, enumerator
|
| /external/grpc-grpc/src/core/lib/channel/ |
| D | channel_trace.h | 46 Warning, enumerator
|
| /external/clang/include/clang/Basic/ |
| D | DiagnosticIDs.h | 66 Warning = 3, ///< Present this diagnostic as a warning. enumerator 120 Ignored, Note, Remark, Warning, Error, Fatal enumerator
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
| D | channel_trace.h | 50 Warning, enumerator
|
| /external/clang/include/clang/Frontend/ |
| D | SerializedDiagnostics.h | 47 Warning, enumerator
|
| /external/llvm-project/clang/include/clang/Frontend/ |
| D | SerializedDiagnostics.h | 46 Warning, enumerator
|
| /external/llvm-project/llvm/include/llvm/Support/ |
| D | WithColor.h | 34 Warning, enumerator
|
| /external/catch2/include/internal/ |
| D | catch_result_type.h | 18 Warning = 2, enumerator
|
| /external/llvm-project/llvm/include/llvm/InterfaceStub/ |
| D | ELFStub.h | 44 Optional<std::string> Warning; member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/ELF/ |
| D | ELFStub.h | 44 Optional<std::string> Warning; member
|
| /external/llvm/lib/AsmParser/ |
| D | LLLexer.h | 67 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
|