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

  /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/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...]
  /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/llvm/tools/macho-dump/
macho-dump.cpp 46 static void Warning(const Twine &Msg) {
47 Message("warning", Msg);
362 Warning("unknown load command: " + Twine(LCI.Command.Type));
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 59 /// to either MAP_IGNORE (nothing), MAP_WARNING (emit a warning), MAP_ERROR
66 MAP_WARNING = 2, //< Map this diagnostic to a warning.
115 Ignored, Note, Warning, Error, Fatal
140 /// of the specified diagnostic ID is a Warning or Extension. This only works
164 /// which case -pedantic enables it) or treated as a warning/error by default.
169 /// getWarningOptionForDiag - Return the lowest-level warning option that
Diagnostic.h 114 Warning = DiagnosticIDs::Warning,
421 /// extension diagnostics are mapped onto ignore/warning/error. This
453 /// \brief Set the warning-as-error flag for the given diagnostic group. This
    [all...]
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 36 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); }
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 208 // noreturn, that don't return. If people would like this warning to be more
470 /// as a warning. If a pariticular use is one we omit warnings for, returns
482 // specifically avoid warning about self references which take the
643 PartialDiagnostic Warning = S.PDiag(DiagID) << LockName;
644 Warnings.push_back(DelayedDiag(Loc, Warning));
663 PartialDiagnostic Warning = S.PDiag(diag::warn_cannot_resolve_lock) << Loc;
664 Warnings.push_back(DelayedDiag(Loc, Warning));
694 PartialDiagnostic Warning =
698 Warnings.push_back(DelayedDiag(Loc1, Warning));
709 PartialDiagnostic Warning = S.PDiag(DiagID
    [all...]
  /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 186 Warning = 2
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 147 virtual bool Warning(SMLoc L, const Twine &Msg,
404 bool AsmParser::Warning(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 80 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); }
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 462 milliseconds