Searched defs:Warning (Results 1 - 25 of 36) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DWarning.java22 public class Warning extends RuntimeException { class in inherits:RuntimeException
28 public Warning(String message) { method in class:Warning
/external/chromium_org/extensions/browser/
H A Dwarning_set.cc30 // Warning
33 Warning::Warning( function in class:extensions::Warning
49 Warning::Warning(const Warning& other) function in class:extensions::Warning
55 Warning::~Warning() {
58 Warning& Warning
[all...]
H A Dwarning_set.h25 class Warning { class in namespace:extensions
50 Warning(const Warning& other);
51 ~Warning();
52 Warning& operator=(const Warning& other);
55 static Warning CreateNetworkDelayWarning(
57 static Warning CreateNetworkConflictWarning(
59 static Warning CreateRedirectConflictWarning(
64 static Warning CreateRequestHeaderConflictWarnin
[all...]
/external/chromium_org/extensions/renderer/
H A Dlogging_native_handler.cc27 base::Bind(&LoggingNativeHandler::Warning, base::Unretained(this)));
59 void LoggingNativeHandler::Warning( function in class:extensions::LoggingNativeHandler
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h30 const char *Warning() { return Red(); } function in class:__sanitizer::SanitizerCommonDecorator
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWarning.java45 public class Warning extends SIPHeader implements WarningHeader { class in inherits:SIPHeader,WarningHeader
57 * the Warning header, for use in debugging
68 public Warning() { method in class: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/
H A Didl_node.py111 def Warning(self, msg): member in class:IDLNode
/external/clang/include/clang/Frontend/
H A DSerializedDiagnosticPrinter.h56 Warning, enumerator in enum:clang::serialized_diags::Level
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h59 bool Warning(SMLoc L, const Twine &Msg) { function in class:llvm::MCAsmParserExtension
60 return getParser().Warning(L, Msg);
/external/chromium_org/ppapi/generators/
H A Didl_node.py110 def Warning(self, msg): member in class:IDLNode
/external/llvm/lib/AsmParser/
H A DLLLexer.h67 void Warning(LocTy WarningLoc, const Twine &Msg) const;
68 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } function in class:llvm::LLLexer
H A DLLLexer.cpp37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { function in class:LLLexer
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DConsole.js27 Warning: "warning",
91 this.addMessage(text, WebInspector.Console.MessageLevel.Warning);
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h59 /// to either Ignore (nothing), Remark (emit a remark), Warning
66 Warning = 3, ///< Present this diagnostic as a warning. member in class:clang::diag::Severity
111 Ignored, Note, Remark, Warning, Error, Fatal enumerator in enum:clang::diag::DiagnosticIDs::Level
141 /// diagnostic ID is a Warning or Extension.
/external/compiler-rt/lib/msan/
H A Dmsan_report.cc33 const char *Warning() { return Red(); } function in class:__msan::Decorator
67 Printf(" %sinvalid origin id(%d)%s\n", d.Warning(), id, d.End());
105 Printf("%s", d.Warning());
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/
H A Dtsan_report.cc23 const char *Warning() { return Red(); } function in class:__tsan::Decorator
243 Printf("%s", d.Warning());
/external/lldb/source/Core/
H A DLog.cpp301 Log::Warning (const char *format, ...) function in class:Log
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp47 static void Warning(const Twine &Msg) { function
367 Warning("unknown load command: " + Twine(LCI.C.cmd));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
H A DAuditsPanel.js265 Warning: "warning",
/external/chromium_org/third_party/ots/src/
H A Dots.cc747 void Warning(const char *f, int l, const char *format, ...) { function in namespace:ots
/external/llvm/include/llvm/IR/
H A DModule.h158 Warning = 2, enumerator in enum:llvm::Module::ModFlagBehavior
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DUISourceCodeFrame.js231 Warning: "warning",
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py359 stream.Warning('Ignoring unexpected message type 0x%02x' % msg_type)
996 stream.Warning('Ignoring illegal track length - %d exceeds length of file' % track_len)
1013 stream.Warning('Ignoring data encountered beyond end-of-track meta-event')
1019 stream.Warning('Tick value is excessive - possibly corrupt data?')
1036 stream.Warning('Ignoring data byte received with no running status')
1056 stream.Warning('Duplicate note-on\'s encountered without intervening note-off')
1057 stream.Warning(' [%s]: %s' % (stream.timebase.ConvertTicksToStr(event.ticks), event.__str__()))
1060 stream.Warning('Eliminating duplicate note-on')
1076 # stream.Warning('Note-off encountered without corresponding note-on')
1077 # stream.Warning(' [
1389 def Warning (self, msg): member in class:MIDIFile
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
H A DExtensionAPI.js37 Warning: "warning",
46 Warning: "warning",
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DConsoleModel.js102 case WebInspector.ConsoleMessage.MessageLevel.Warning:
286 return (this.level === WebInspector.ConsoleMessage.MessageLevel.Warning || this.level === WebInspector.ConsoleMessage.MessageLevel.Error);
427 Warning: "warning",

Completed in 1037 milliseconds

12