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

1 2 3 4 5

  /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/webkit/Source/WebCore/inspector/front-end/
ExtensionCommon.js 39 Warning: "warning",
AuditCategories.js 40 this.addRule(new WebInspector.AuditRules.UnusedCssRule(), WebInspector.AuditRule.Severity.Warning);
58 this.addRule(new WebInspector.AuditRules.ImageDimensionsRule(), WebInspector.AuditRule.Severity.Warning);
59 this.addRule(new WebInspector.AuditRules.CookieSizeRule(400), WebInspector.AuditRule.Severity.Warning);
60 this.addRule(new WebInspector.AuditRules.StaticCookielessRule(5), WebInspector.AuditRule.Severity.Warning);
63 this.addRule(new WebInspector.AuditRules.MinimizeDnsLookupsRule(4), WebInspector.AuditRule.Severity.Warning);
64 this.addRule(new WebInspector.AuditRules.ParallelizeDownloadRule(4, 10, 0.5), WebInspector.AuditRule.Severity.Warning);
66 this.addRule(new WebInspector.AuditRules.ProxyCacheControlRule(), WebInspector.AuditRule.Severity.Warning);
  /external/llvm/lib/TableGen/
Error.cpp 32 errs() << "warning:" << Msg << "\n";
35 void PrintWarning(const TGError &Warning) {
36 PrintWarning(Warning.getLoc(), Warning.getMessage());
  /sdk/lint/cli/src/com/android/tools/lint/
Warning.java 28 * A {@link Warning} represents a specific warning that a {@link LintClient}
33 class Warning implements Comparable<Warning> {
47 public Warning(Issue issue, String message, Severity severity, Project project, Object data) {
55 // ---- Implements Comparable<Warning> ----
57 public int compareTo(Warning other) {
MultiProjectHtmlReporter.java 50 public void write(int errorCount, int warningCount, List<Warning> allIssues) throws IOException {
51 Map<Project, List<Warning>> projectToWarnings = new HashMap<Project, List<Warning>>();
52 for (Warning warning : allIssues) {
53 List<Warning> list = projectToWarnings.get(warning.project);
55 list = new ArrayList<Warning>();
56 projectToWarnings.put(warning.project, list);
58 list.add(warning);
    [all...]
HtmlReporter.java 71 * When a warning has at least {@link #SPLIT_LIMIT} items, then we show the
93 public void write(int errorCount, int warningCount, List<Warning> issues) throws IOException {
135 List<List<Warning>> related = new ArrayList<List<Warning>>();
136 List<Warning> currentList = null;
137 for (Warning warning : issues) {
138 if (warning.issue != previousIssue) {
139 previousIssue = warning.issue;
140 currentList = new ArrayList<Warning>();
    [all...]
  /external/webkit/Tools/Scripts/
print-msvc-project-dependencies 45 warn "Warning: Can't find $sln; skipping\n";
50 warn "Warning: Can't open $sln; skipping\n";
64 warn "Warning: Project $name appears more than once in $sln; using first definition\n";
100 warn "Warning: UUID $uuid1 listed more than once as dependency of project ", $currentProject->{name}, "\n";
104 $uuid1 eq $uuid2 or warn "Warning: UUIDs in depedency section of project ", $currentProject->{name}, " don't match: $uuid1 $uuid2; using first UUID\n";
115 close SLN or warn "Warning: Can't close $sln\n";
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 35 case DiagnosticsEngine::Warning:
51 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Warning,
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 59 bool Warning(SMLoc L, const Twine &Msg) {
60 return getParser().Warning(L, Msg);
MCAsmParser.h 76 /// Warning - Emit a warning at the location \arg L, with the message \arg
80 virtual bool Warning(SMLoc L, const Twine &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/llvm/include/llvm/TableGen/
Error.h 35 void PrintWarning(const TGError &Warning);
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 36 Warning,
  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 59 case clang::DiagnosticsEngine::Warning: {
60 (*mSOS) << "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/compile/mclinker/lib/LD/
StaticResolver.cpp 117 result = Resolver::Warning;
137 result = Resolver::Warning;
150 result = Resolver::Warning;
174 result = Resolver::Warning;
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 208 // noreturn, that don't return. If people would like this warning to be more
454 /// as a warning. If a pariticular use is one we omit warnings for, returns
466 // specifically avoid warning about self references which take the
649 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << LockName);
650 Warnings.push_back(DelayedDiag(Warning, OptionalNotes()));
673 PartialDiagnosticAt Warning(Loc,
675 Warnings.push_back(DelayedDiag(Warning, OptionalNotes()));
703 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << LockName);
705 Warnings.push_back(DelayedDiag(Warning, OptionalNotes(1, Note)));
711 PartialDiagnosticAt 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...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 303 /// level of the specified diagnostic ID is a Warning or Extension.
321 /// which case -pedantic enables it) or treated as a warning/error by default.
391 Result = DiagnosticIDs::Warning;
404 Result = DiagnosticIDs::Warning;
423 Result = DiagnosticIDs::Warning;
426 // Upgrade ignored or warning diagnostics to errors.
427 if (Result == DiagnosticIDs::Ignored || Result == DiagnosticIDs::Warning)
439 if (Result == DiagnosticIDs::Warning && Diag.IgnoreAllWarnings)
443 if (Result == DiagnosticIDs::Warning) {
458 if (Result >= DiagnosticIDs::Warning &
    [all...]

Completed in 2020 milliseconds

1 2 3 4 5