HomeSort by relevance Sort by last modified time
    Searched defs:Warning (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /dalvik/dexgen/src/com/android/dexgen/util/
Warning.java 20 * Exception which is meant to indicate a non-fatal warning.
22 public class Warning extends RuntimeException {
28 public Warning(String message) {
  /dalvik/dx/src/com/android/dx/util/
Warning.java 20 * Exception which is meant to indicate a non-fatal warning.
22 public class Warning extends RuntimeException {
28 public Warning(String message) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
Warning.java 20 * Exception which is meant to indicate a non-fatal warning.
22 public class Warning extends RuntimeException {
28 public Warning(String message) {
  /external/clang/test/CoverageMapping/
trycatch.cpp 9 class Warning {
33 catch(const Warning &w) { // CHECK-NEXT: File 0, [[@LINE]]:27 -> [[@LINE+2]]:4 = #4
  /system/keymaster/
logger.cpp 57 int Logger::Warning(const char* fmt, ...) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 30 const char *Warning() { return Red(); }
  /external/parameter-framework/upstream/parameter/log/include/log/
LogWrapper.h 76 mLogger.warning(mProlog + mLog.str());
131 /** Default warning logger type */
132 typedef details::LogWrapper<true> Warning;
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 31 enum Action { Success, Warning, Abort, LastAction };
  /external/google-breakpad/src/common/
stabs_to_module.cc 148 void StabsToModule::Warning(const char *format, ...) {
stabs_reader_unittest.cc 226 void Warning(const char *format, ...) { MockWarning(format); }
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 68 bool Warning(SMLoc L, const Twine &Msg) {
69 return getParser().Warning(L, Msg);
  /external/nist-sip/java/gov/nist/javax/sip/header/
Warning.java 45 public class Warning extends SIPHeader implements WarningHeader {
57 * the Warning header, for use in debugging
68 public Warning() {
69 super(WARNING);
121 "Code parameter in the Warning header is invalid: code="
132 throw new NullPointerException("the host parameter in the Warning header is null");
146 "The text parameter in the Warning header is null",
153 * $Log: Warning.java,v $
  /external/clang/include/clang/Frontend/
SerializedDiagnostics.h 47 Warning,
  /external/llvm/lib/AsmParser/
LLLexer.h 66 void Warning(LocTy WarningLoc, const Twine &Msg) const;
67 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); }
LLLexer.cpp 37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const {
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_debugger.cpp 117 void HWCDebugHandler::Warning(DebugTag /*tag*/, const char *format, ...) {
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 34 Warning = 1 << 2,
36 All = Note | Remark | Warning | Error
DiagnosticIDs.h 59 /// to either Ignore (nothing), Remark (emit a remark), Warning
60 /// (emit a warning) or Error (emit as an error). It allows clients to
66 Warning = 3, ///< Present this diagnostic as a warning.
120 Ignored, Note, Remark, Warning, Error, Fatal
150 /// diagnostic ID is a Warning or Extension.
175 /// treated as a warning/error by default.
180 /// \brief Return the lowest-level warning option that enables the specified
  /external/libgdx/gdx/src/com/badlogic/gdx/net/
HttpRequestHeader.java 184 /** A general warning about possible problems with the entity body.
186 * Example: Warning: 199 Miscellaneous warning */
187 public static final String Warning = "Warning";
HttpResponseHeader.java 201 /** A general warning about possible problems with the entity body.
203 * Example: Warning: 199 Miscellaneous warning */
204 public static final String Warning = "Warning";
  /hardware/qcom/display/msm8996/sdm/include/utils/
debug.h 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__)
88 virtual void Warning(DebugTag /*tag*/, const char */*format*/, ...) { }
  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 7 // Magick::Warning* and Magick::Error*. Derived from C++ STD
236 class MagickPPExport Warning: public Exception
239 explicit Warning(const std::string& what_);
240 explicit Warning(const std::string& what_,Exception *nested_);
241 ~Warning() throw();
244 class MagickPPExport WarningBlob: public Warning
252 class MagickPPExport WarningCache: public Warning
260 class MagickPPExport WarningCoder: public Warning
268 class MagickPPExport WarningConfigure: public Warning
276 class MagickPPExport WarningCorruptImage: public Warning
    [all...]
  /external/compiler-rt/lib/msan/
msan_report.cc 33 const char *Warning() { return Red(); }
105 Printf("%s", d.Warning());
106 Report("WARNING: MemorySanitizer: use-of-uninitialized-value\n");
118 Printf("WARNING: Expected use of uninitialized value not found\n");
145 Printf("%s", d.Warning());
204 Printf("%s", d.Warning());
269 Printf("%s", d.Warning());
271 d.Warning(), d.Name(), what, d.Warning(), offset, start, size,
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 41 const char *Warning() { return Red(); }
291 Printf("%s", d.Warning());
292 Printf("WARNING: ThreadSanitizer: %s (pid=%d)\n", rep_typ_str,
323 "to get more informative warning message\n\n");
404 Printf("WARNING: DATA RACE");
410 Printf("WARNING: DEADLOCK\n");
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 99 static void Warning(const Twine &Msg) { errs() << "warning: " + Msg + "\n"; }
123 Warning(Twine("cannot open debug object \"") + Path.str() + "\": " +
131 return Warning(Twine("cannot open debug object \"") + Path.str() + "\": " +
390 return Warning("could not find object file symbol for symbol " +
396 return Warning(Twine("failed to insert symbol '") + Name +

Completed in 612 milliseconds

1 2 3 4 5 6 7 8