Home
last modified time | relevance | path

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

1234

/external/grpc-grpc/src/csharp/Grpc.Core/Logging/
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
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
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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DWithColor.h31 Warning, enumerator
/external/u-boot/tools/gdb/
Derror.c16 Warning(char *fmt, ...) in Warning() function
/external/grpc-grpc/src/core/lib/channel/
Dchannel_trace.h46 Warning, enumerator
/external/clang/include/clang/Frontend/
DSerializedDiagnostics.h47 Warning, enumerator
/external/catch2/include/internal/
Dcatch_result_type.h18 Warning = 2, enumerator
Dcatch_console_colour.h37 Warning = BrightYellow, enumerator
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmParserExtension.h59 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
/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/syzkaller/vendor/google.golang.org/grpc/grpclog/
Dloggerv2.go38 Warning(args ...interface{}) methodSpec
154 func (g *loggerT) Warning(args ...interface{}) { func
/external/llvm/lib/AsmParser/
DLLLexer.h67 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h68 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLLexer.h74 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
/external/u-boot/tools/patman/
Dtout.py104 def Warning(msg): function
/external/google-breakpad/src/common/
Dstabs_to_module.cc148 void StabsToModule::Warning(const char *format, ...) { in Warning() function in google_breakpad::StabsToModule
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h71 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function

1234