Searched refs:Warning (Results 26 - 50 of 178) sorted by relevance

12345678

/external/chromium_org/chrome/browser/extensions/
H A Dextension_warning_badge_service.cc119 const std::set<Warning>& warnings = GetCurrentWarnings();
121 for (std::set<Warning>::const_iterator i = warnings.begin();
/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/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/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp337 msg.setIcon(QMessageBox::Warning);
358 msg.setIcon(QMessageBox::Warning);
382 msg.setIcon(QMessageBox::Warning);
397 msg.setIcon(QMessageBox::Warning);
1358 msg.setIcon(QMessageBox::Warning);
1392 msg.setIcon(QMessageBox::Warning);
1415 msg.setIcon(QMessageBox::Warning);
1438 msg.setIcon(QMessageBox::Warning);
1459 msg.setIcon(QMessageBox::Warning);
1488 msg.setIcon(QMessageBox::Warning);
[all...]
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp164 assert(Info.getSeverity() == diag::Severity::Warning &&
318 /// level of the specified diagnostic ID is a Warning or Extension.
370 case diag::Severity::Warning:
371 return DiagnosticIDs::Warning;
424 Result = diag::Severity::Warning;
429 if (Result == diag::Severity::Warning &&
452 if (Result == diag::Severity::Warning && Diag.IgnoreAllWarnings)
456 if (Result == diag::Severity::Warning) {
663 if (DiagLevel == DiagnosticIDs::Warning)
H A DWarnings.cpp72 Diags.setExtensionHandlingBehavior(diag::Severity::Warning);
110 isPositive ? diag::Severity::Warning : diag::Severity::Ignored;
/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp36 case DiagnosticsEngine::Warning: return CXDiagnostic_Warning;
/external/compiler-rt/lib/asan/
H A Dasan_report.cc602 Printf("%s", d.Warning());
617 Printf("%s", d.Warning());
633 Printf("%s", d.Warning());
651 Printf("%s", d.Warning());
675 Printf("%s", d.Warning());
691 Printf("%s", d.Warning());
704 Printf("%s", d.Warning());
721 Printf("%s", d.Warning());
737 Printf("%s", d.Warning());
764 Printf("%s", d.Warning());
[all...]
/external/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp49 log->Warning ("function name regexp: \"%s\" did not compile.", name_cstr);
203 log->Warning ("Class/method function specification not supported yet.\n");
245 log->Warning ("glob is not supported yet.");
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp26 case DiagnosticsEngine::Warning:
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp48 case DiagnosticsEngine::Warning: return 'W';
/external/nanopb-c/tests/site_scons/site_tools/
H A Dnanopb.py36 class NanopbWarning(SCons.Warnings.Warning):
/external/chromium_org/third_party/icu/source/data/
H A Dmakedata.mak195 !MESSAGE Warning: cannot find "ucmcore.mk". Not building core MIME/Unix/Windows converter files.
202 !MESSAGE Warning: cannot find "ucmfiles.mk". Not building many converter files.
215 !MESSAGE Warning: cannot find "ucmebcdic.mk". Not building EBCDIC converter files.
245 !MESSAGE Warning: cannot find "brkfiles.mk"
278 !MESSAGE Warning: cannot find "resfiles.mk"
297 !MESSAGE Warning: cannot find "curr\resfiles.mk"
318 !MESSAGE Warning: cannot find "lang\resfiles.mk"
339 !MESSAGE Warning: cannot find "region\resfiles.mk"
360 !MESSAGE Warning: cannot find "zone\resfiles.mk"
381 !MESSAGE Warning
[all...]
/external/icu/icu4c/source/data/
H A Dmakedata.mak195 !MESSAGE Warning: cannot find "ucmcore.mk". Not building core MIME/Unix/Windows converter files.
202 !MESSAGE Warning: cannot find "ucmfiles.mk". Not building many converter files.
215 !MESSAGE Warning: cannot find "ucmebcdic.mk". Not building EBCDIC converter files.
245 !MESSAGE Warning: cannot find "brkfiles.mk"
278 !MESSAGE Warning: cannot find "resfiles.mk"
297 !MESSAGE Warning: cannot find "curr\resfiles.mk"
318 !MESSAGE Warning: cannot find "lang\resfiles.mk"
339 !MESSAGE Warning: cannot find "region\resfiles.mk"
360 !MESSAGE Warning: cannot find "zone\resfiles.mk"
381 !MESSAGE Warning
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dcobject.pxd6 # Warning:
/external/chromium_org/third_party/ots/src/
H A Dots.h39 ots::Warning(__FILE__, __LINE__, format, ##args)
40 void Warning(const char *f, int l, const char *format, ...)
/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",
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DLiveEditSupport.js141 var warningLevel = WebInspector.Console.MessageLevel.Warning;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DUISourceCodeFrame.js231 Warning: "warning",
/external/chromium_org/tools/idl_parser/
H A Didl_node.py111 def Warning(self, msg): member in class:IDLNode
/external/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp38 case DiagnosticsEngine::Warning: return "warning";
/external/lldb/include/lldb/Core/
H A DLog.h157 Warning (const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h123 /// Warning - Emit a warning at the location \p L, with the message \p Msg.
126 virtual bool Warning(SMLoc L, const Twine &Msg,
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DNameMap.java153 putNameMap(WARNING, Warning.class.getName()); //38
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DListMap.java83 headerListTable.put(Warning.class, WarningList.class);

Completed in 411 milliseconds

12345678