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

1 2

  /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/webkit/Source/WebCore/inspector/front-end/
ExtensionCommon.js 39 Warning: "warning",
AuditsPanel.js 319 Warning: "warning",
325 "warning": 2,
ConsoleView.js 155 this.addMessage(WebInspector.ConsoleMessage.createTextMessage(message, WebInspector.ConsoleMessage.MessageLevel.Warning));
311 case WebInspector.ConsoleMessage.MessageLevel.Warning:
807 return (this.level === WebInspector.ConsoleMessage.MessageLevel.Warning || this.level === WebInspector.ConsoleMessage.MessageLevel.Error);
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 36 Warning,
DiagnosticEngine.h 44 Warning,
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 59 bool Warning(SMLoc L, const Twine &Msg) {
60 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/compiler-rt/lib/msan/
msan_report.cc 41 const char *Warning() { return Red(); }
95 Printf("%s", d.Warning());
96 Report(" WARNING: Use of uninitialized value\n");
108 Printf(" WARNING: Expected use of uninitialized value not found\n");
114 Printf("%s", d.Warning());
  /external/llvm/tools/macho-dump/
macho-dump.cpp 46 static void Warning(const Twine &Msg) {
47 Message("warning", Msg);
422 Warning("unknown load command: " + Twine(LCI.Command.Type));
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 58 /// to either MAP_IGNORE (nothing), MAP_WARNING (emit a warning), MAP_ERROR
65 MAP_WARNING = 2, ///< Map this diagnostic to a warning.
114 Ignored, Note, Warning, Error, Fatal
139 /// diagnostic ID is a Warning or Extension.
164 /// treated as a warning/error by default.
169 /// \brief Return the lowest-level warning option that enables the specified
235 /// \brief Get the warning option with the closest edit distance to the given
Diagnostic.h 138 Warning = DiagnosticIDs::Warning,
178 bool WarnOnSpellCheck; // Emit warning when spellcheck is initiated.
284 /// I.e. an error that was not upgraded from a warning by -Werror.
500 /// mapped onto ignore/warning/error.
538 /// \brief Set the warning-as-error flag for the given diagnostic.
543 /// \brief Set the warning-as-error flag for the given diagnostic group.
572 /// upgraded from a warning by -Werror.
    [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 59 const char *Warning() { return Red(); }
489 Printf("%s", d.Warning());
504 Printf("%s", d.Warning());
515 Printf("%s", d.Warning());
534 Printf("%s", d.Warning());
548 Printf("%s", d.Warning());
561 Printf("%s", d.Warning());
578 Printf("%s", d.Warning());
593 // Just print a warning here.
677 Printf("%s", d.Warning());
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 156 /// Emits a warning if two values disagree. The result value will be the
158 Warning = 2,
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 34 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); }
  /external/sonivox/jet_tools/JetCreator/
midifile.py 359 stream.Warning('Ignoring unexpected message type 0x%02x' % msg_type)
996 stream.Warning('Ignoring illegal track length - %d exceeds length of file' % track_len)
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 281 Warning = 2
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 203 virtual bool Warning(SMLoc L, const Twine &Msg,
519 bool AsmParser::Warning(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 88 bool Warning(SMLoc L, const Twine &Msg,
90 return Parser.Warning(L, Msg, Ranges);
    [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
lint.jar 

Completed in 1671 milliseconds

1 2