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

1 2 3 4 5 6 7 8 9

  /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/audits/
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);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 30 const char *Warning() { return Red(); }
  /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...]
  /external/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 56 Warning,
  /external/llvm/lib/AsmParser/
LLLexer.h 67 void Warning(LocTy WarningLoc, const Twine &Msg) const;
68 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); }
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 34 Warning,
  /external/compiler-rt/lib/msan/
msan_report.cc 33 const char *Warning() { return Red(); }
67 Printf(" %sinvalid origin id(%d)%s\n", d.Warning(), id, d.End());
105 Printf("%s", d.Warning());
106 Report(" WARNING: MemorySanitizer: use-of-uninitialized-value\n");
118 Printf(" WARNING: Expected use of uninitialized value not found\n");
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
    [all...]
  /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/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/extensions/renderer/
logging_native_handler.h 41 // Equivalent to LOG(WARNING) << message.
44 void Warning(const v8::FunctionCallbackInfo<v8::Value>& args);
logging_native_handler.cc 26 "WARNING",
27 base::Bind(&LoggingNativeHandler::Warning, base::Unretained(this)));
59 void LoggingNativeHandler::Warning(
62 LOG(WARNING) << *v8::String::Utf8Value(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:
54 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Warning, "%0"))
  /external/lldb/source/Core/
AddressResolverName.cpp 43 log->Warning ("function name regexp: \"%s\" did not compile.", m_func_name.AsCString());
106 log->Warning ("Class/method function specification not supported yet.\n");
147 log->Warning ("glob is not supported yet.");
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 257 // warning on functions that do not terminate.
397 // noreturn, that don't return. If people would like this warning to be more
839 /// as a warning. If a particular use is one we omit warnings for, returns
849 // specifically avoid warning about self references which take the
    [all...]
  /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
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 59 /// to either Ignore (nothing), Remark (emit a remark), Warning
60 /// (emit a warning) or Error (emit as an error). It allows clients to
66 Warning = 3, ///< Present this diagnostic as a warning.
111 Ignored, Note, Remark, Warning, Error, Fatal
141 /// diagnostic ID is a Warning or Extension.
166 /// treated as a warning/error by default.
171 /// \brief Return the lowest-level warning option that enables the specified
237 /// \brief Get the warning option with the closest edit distance to the given
  /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...]

Completed in 938 milliseconds

1 2 3 4 5 6 7 8 9