HomeSort by relevance Sort by last modified time
    Searched refs:Warning (Results 1 - 25 of 181) sorted by null

1 2 3 4 5 6 7 8

  /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/nist-sip/java/gov/nist/javax/sip/header/
WarningList.java 34 * A list of Warning headers.
43 public class WarningList extends SIPHeaderList<Warning> {
58 super(Warning.class, Warning.NAME);
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/third_party/WebKit/Source/devtools/front_end/
AuditCategories.js 44 this.addRule(new WebInspector.AuditRules.UnusedCssRule(), WebInspector.AuditRule.Severity.Warning);
47 this.addRule(new WebInspector.AuditRules.VendorPrefixedCSSProperties(), WebInspector.AuditRule.Severity.Warning);
67 this.addRule(new WebInspector.AuditRules.ImageDimensionsRule(), WebInspector.AuditRule.Severity.Warning);
68 this.addRule(new WebInspector.AuditRules.CookieSizeRule(400), WebInspector.AuditRule.Severity.Warning);
69 this.addRule(new WebInspector.AuditRules.StaticCookielessRule(5), WebInspector.AuditRule.Severity.Warning);
72 this.addRule(new WebInspector.AuditRules.MinimizeDnsLookupsRule(4), WebInspector.AuditRule.Severity.Warning);
73 this.addRule(new WebInspector.AuditRules.ParallelizeDownloadRule(4, 10, 0.5), WebInspector.AuditRule.Severity.Warning);
75 this.addRule(new WebInspector.AuditRules.ProxyCacheControlRule(), WebInspector.AuditRule.Severity.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",
  /frameworks/compile/mclinker/lib/LD/
DiagnosticPrinter.cpp 30 if (pSeverity == DiagnosticEngine::Warning)
  /external/chromium_org/ppapi/generators/
idl_lint.py 18 Option('wcomment', 'Disable warning for missing comment.')
19 Option('wenum', 'Disable warning for missing enum value.')
20 Option('winline', 'Disable warning for inline blocks.')
21 Option('wname', 'Disable warning for inconsistent interface name.')
23 Option('wparam', 'Disable warning for missing [in|out|inout] on param.')
24 Option('wpass', 'Disable warning for mixed passByValue and returnByValue.')
43 node.Warning('Expecting a comment.')
50 node.Warning('Expecting a label in a file containing interfaces.')
62 node.Warning('%s passByValue but %s returnByValue.' % (pbv, ret))
67 node.Warning('Expecting value for enumeration.'
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 36 Warning,
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 59 bool Warning(SMLoc L, const Twine &Msg) {
60 return getParser().Warning(L, Msg);
  /external/clang/bindings/python/tests/cindex/
test_diagnostics.py 9 assert tu.diagnostics[0].severity == Diagnostic.Warning
19 assert tu.diagnostics[0].severity == Diagnostic.Warning
31 assert tu.diagnostics[0].severity == Diagnostic.Warning
45 assert tu.diagnostics[0].severity == Diagnostic.Warning
68 assert d.severity == Diagnostic.Warning
  /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/nist-sip/java/gov/nist/javax/sip/parser/
WarningParser.java 34 * Parser for Warning header.
50 * @param warning -
51 * Warning header to parse
53 public WarningParser(String warning) {
54 super(warning);
80 headerName(TokenTypes.WARNING);
83 Warning warning = new Warning(); local
84 warning.setHeaderName(SIPHeaderNames.WARNING)
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
logging_native_handler.h 40 // Equivalent to LOG(WARNING) << message.
43 void Warning(const v8::FunctionCallbackInfo<v8::Value>& args);
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/slang/
slang_diagnostic_buffer.cpp 59 case clang::DiagnosticsEngine::Warning: {
60 (*mSOS) << "warning: ";
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 35 case DiagnosticsEngine::Warning:
71 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Warning,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 27 RSSFeedAddEntryTask.BranchError=Warning: no branch specified, eg., 3.2.0\!
28 RSSFeedAddEntryTask.BuildIDError=Warning: no buildID specified, eg., S200506071234\!
29 RSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/project/downloads/drops/branch/buildID/\!
70 RSSFeedWatcherTask.WarningNoScriptAction=Warning: Assuming no script action for
71 RSSFeedWatcherTask.WarningNoCommandlineParams=Warning: Assuming no commandline params for
  /frameworks/webview/chromium/
chromium.mk 15 # Warning: this is actually a product definition, to be inherited from
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 15 """Issue a deprecation warning for Python 3.x related changes.
25 """Hook to write a warning to a file; replace if you like."""
31 pass # the file (probably stderr) is invalid - this warning gets lost.
37 """Function to format a warning the standard way."""
45 def filterwarnings(action, message="", category=Warning, module="", lineno=0,
51 'message' -- a regex that the warning message must match
52 'category' -- a class that the warning must be a subclass of
63 assert issubclass(category, Warning), "category must be a Warning subclass"
74 def simplefilter(action, category=Warning, lineno=0, append=0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 15 """Issue a deprecation warning for Python 3.x related changes.
25 """Hook to write a warning to a file; replace if you like."""
31 pass # the file (probably stderr) is invalid - this warning gets lost.
37 """Function to format a warning the standard way."""
45 def filterwarnings(action, message="", category=Warning, module="", lineno=0,
51 'message' -- a regex that the warning message must match
52 'category' -- a class that the warning must be a subclass of
63 assert issubclass(category, Warning), "category must be a Warning subclass"
74 def simplefilter(action, category=Warning, lineno=0, append=0)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 34 MsgHandler warning(unsigned int pID);
59 inline mcld::MsgHandler mcld::warning(unsigned int pID) function in class:mcld
61 return getDiagnosticEngine().report(pID, DiagnosticEngine::Warning);
  /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/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 337 msg.setIcon(QMessageBox::Warning);
358 msg.setIcon(QMessageBox::Warning);
382 msg.setIcon(QMessageBox::Warning);
397 msg.setIcon(QMessageBox::Warning);
    [all...]

Completed in 1536 milliseconds

1 2 3 4 5 6 7 8