HomeSort by relevance Sort by last modified time
    Searched defs:Warning (Results 1 - 25 of 36) 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/chromium_org/chrome/renderer/extensions/
logging_native_handler.cc 22 RouteFunction("WARNING",
23 base::Bind(&LoggingNativeHandler::Warning, base::Unretained(this)));
55 void LoggingNativeHandler::Warning(
58 LOG(WARNING) << *v8::String::AsciiValue(args[0]);
  /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/chromium_org/tools/idl_parser/
idl_node.py 110 # Log a warning for this object
111 def Warning(self, msg):
113 sys.stdout.write(self.GetLogLine('warning:' + msg))
  /external/compiler-rt/lib/msan/
msan_report.cc 41 const char *Warning() { return Red(); }
97 Printf("%s", d.Warning());
98 Report(" WARNING: MemorySanitizer: use-of-uninitialized-value\n");
110 Printf(" WARNING: Expected use of uninitialized value not found\n");
118 Printf("%s", d.Warning());
  /external/chromium_org/ppapi/generators/
idl_node.py 119 # Log a warning for this object
120 def Warning(self, msg):
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 60 /// to either MAP_IGNORE (nothing), MAP_WARNING (emit a warning), MAP_ERROR
67 MAP_WARNING = 2, ///< Map this diagnostic to a warning.
117 Ignored, Note, Warning, Error, Fatal
142 /// diagnostic ID is a Warning or Extension.
167 /// treated as a warning/error by default.
172 /// \brief Return the lowest-level warning option that enables the specified
238 /// \brief Get the warning option with the closest edit distance to the given
Diagnostic.h 138 Warning = DiagnosticIDs::Warning,
283 /// I.e. an error that was not upgraded from a warning by -Werror.
502 /// mapped onto ignore/warning/error.
540 /// \brief Set the warning-as-error flag for the given diagnostic.
545 /// \brief Set the warning-as-error flag for the given diagnostic group.
574 /// upgraded from a warning by -Werror.
    [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 47 static void Warning(const Twine &Msg) {
48 Message("warning", Msg);
352 Warning("unknown load command: " + Twine(LCI.C.Type));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditsPanel.js 263 Warning: "warning",
272 "warning": 2,
ExtensionAPI.js 37 Warning: "warning",
46 Warning: "warning",
ConsoleModel.js 99 case WebInspector.ConsoleMessage.MessageLevel.Warning:
186 return (this.level === WebInspector.ConsoleMessage.MessageLevel.Warning || this.level === WebInspector.ConsoleMessage.MessageLevel.Error);
263 Warning: "warning",
  /external/chromium_org/third_party/ots/src/
ots.cc 736 void Warning(const char *f, int l, const char *format, ...) {
738 std::fprintf(stderr, "WARNING at %s:%d: ", f, l);
  /external/compiler-rt/lib/asan/
asan_report.cc 59 const char *Warning() { return Red(); }
525 Printf("%s", d.Warning());
540 Printf("%s", d.Warning());
557 Printf("%s", d.Warning());
579 Printf("%s", d.Warning());
593 Printf("%s", d.Warning());
606 Printf("%s", d.Warning());
623 Printf("%s", d.Warning());
638 // Just print a warning here.
722 Printf("%s", d.Warning());
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 157 /// Emits a warning if two values disagree. The result value will be the
159 Warning = 2,
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 182 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); }
    [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 281 Warning = 2
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 213 virtual bool Warning(SMLoc L, const Twine &Msg,
530 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 

Completed in 699 milliseconds

1 2