Home
last modified time | relevance | path

Searched defs:Warning (Results 1 – 25 of 111) sorted by relevance

12345

/external/grpc-grpc/src/csharp/Grpc.Core/Logging/
DILogger.cs43 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
DNullLogger.cs89 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
DLogLevelFilterLogger.cs107 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
DTextWriterLogger.cs111 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
DLogLevel.cs38 Warning, enumerator
/external/nist-sip/java/gov/nist/javax/sip/header/
DWarning.java45 public class Warning extends SIPHeader implements WarningHeader { class
68 public Warning() { in Warning() method in Warning
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1522 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/
DAnalysisBasedWarnings.cpp1732 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/
Djank_metric.proto24 message Warning { message
/external/llvm-project/clang/test/CoverageMapping/
Dtrycatch.cpp9 class Warning { class
/external/clang/test/CoverageMapping/
Dtrycatch.cpp9 class Warning { class
/external/parameter-framework/upstream/parameter/log/include/log/
DLogWrapper.h132 typedef details::LogWrapper<true> Warning; typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h30 const char *Warning() { return Red(); } in Warning() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h29 const char *Warning() const { return Red(); } in Warning() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DWithColor.h30 Warning, enumerator
/external/grpc-grpc/src/core/lib/channel/
Dchannel_trace.h46 Warning, enumerator
/external/clang/include/clang/Basic/
DDiagnosticIDs.h66 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/
Dchannel_trace.h50 Warning, enumerator
/external/clang/include/clang/Frontend/
DSerializedDiagnostics.h47 Warning, enumerator
/external/llvm-project/clang/include/clang/Frontend/
DSerializedDiagnostics.h46 Warning, enumerator
/external/llvm-project/llvm/include/llvm/Support/
DWithColor.h34 Warning, enumerator
/external/catch2/include/internal/
Dcatch_result_type.h18 Warning = 2, enumerator
/external/llvm-project/llvm/include/llvm/InterfaceStub/
DELFStub.h44 Optional<std::string> Warning; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/ELF/
DELFStub.h44 Optional<std::string> Warning; member
/external/llvm/lib/AsmParser/
DLLLexer.h67 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function

12345