HomeSort by relevance Sort by last modified time
    Searched defs:Warning (Results 1 - 25 of 26) 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 $
  /sdk/lint/cli/src/com/android/tools/lint/
Warning.java 28 * A {@link Warning} represents a specific warning that a {@link LintClient}
33 class Warning implements Comparable<Warning> {
47 public Warning(Issue issue, String message, Severity severity, Project project, Object data) {
55 // ---- Implements Comparable<Warning> ----
57 public int compareTo(Warning other) {
  /external/llvm/tools/macho-dump/
macho-dump.cpp 46 static void Warning(const Twine &Msg) {
47 Message("warning", Msg);
394 Warning("unknown load command: " + Twine(LCI.Command.Type));
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 62 /// to either MAP_IGNORE (nothing), MAP_WARNING (emit a warning), MAP_ERROR
69 MAP_WARNING = 2, ///< Map this diagnostic to a warning.
118 Ignored, Note, Warning, Error, Fatal
143 /// diagnostic ID is a Warning or Extension.
168 /// treated as a warning/error by default.
173 /// \brief Return the lowest-level warning option that enables the specified
239 /// \brief Get the warning option with the closest edit distance to the given
Diagnostic.h 137 Warning = DiagnosticIDs::Warning,
489 /// mapped onto ignore/warning/error.
527 /// \brief Set the warning-as-error flag for the given diagnostic.
532 /// \brief Set the warning-as-error flag for the given diagnostic group.
    [all...]
  /external/llvm/include/llvm/
Module.h 164 /// 2 Warning
165 /// Emits a warning if two values disagree.
179 enum ModFlagBehavior { Error = 1, Warning = 2, Require = 3, Override = 4 };
  /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 164 virtual bool Warning(SMLoc L, const Twine &Msg,
457 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 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 85 bool Warning(SMLoc L, const Twine &Msg,
87 return Parser.Warning(L, Msg, Ranges);
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
lint.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 735 milliseconds

1 2