Searched refs:report (Results 151 - 175 of 328) sorted by relevance

1234567891011>>

/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java67 Report report = acheck.checkApi(originalArgs);
69 Errors.printErrors(report.errors());
70 System.exit(report.code);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp242 // Generate a report for this bug.
244 BugReport *report = new BugReport(*BT, os.str(), N); local
246 report->addRange(S->getSourceRange());
247 bugreporter::trackNullOrUndefValue(N, S, *report);
248 C.emitReport(report);
301 // Generate a report for this bug.
302 BugReport *report; local
304 report = new BugReport(*BT, warningMsg, N);
314 report = new BugReport(*BT, os.str(), N);
321 report
531 BugReport *report = local
599 BugReport *report = new BugReport(*BT_AdditionOverflow, warning, N); local
703 BugReport *report = new BugReport(*BT_NotCString, local
767 BugReport *report = new BugReport(*BT_NotCString, local
[all...]
H A DBasicObjCFoundationChecks.cpp281 // If argument is '0', report a warning.
484 BugReport *report = new BugReport(*BT, os.str(), N); local
485 report->addRange(CE->getArg(2)->getSourceRange());
486 C.emitReport(report);
567 BugReport *report = new BugReport(*BT, description, N); local
568 report->addRange(Arg->getSourceRange());
569 bugreporter::trackNullOrUndefValue(N, Arg, *report);
570 C.emitReport(report);
626 BugReport *report = new BugReport(*BT, os.str(), N); local
627 report
[all...]
H A DIdempotentOperationChecker.cpp359 // If there are no nodes accosted with the expression, nothing to report.
382 // Select the error message and SourceRanges to report.
418 // Add a report for each ExplodedNode
420 BugReport *report = new BugReport(*BT, os.str(), *I); local
425 report->addRange(LHS->getSourceRange());
426 FindLastStoreBRVisitor::registerStatementVarDecls(*report, LHS, false);
430 report->addRange(i->first->getRHS()->getSourceRange());
431 FindLastStoreBRVisitor::registerStatementVarDecls(*report, RHS, false);
434 BR.emitReport(report);
611 // aborted block. This path is unreachable and we can report th
[all...]
H A DCallAndMessageChecker.cpp123 // Generate a report for this bug.
208 // Generate a report for this bug.
410 BugReport *report = new BugReport(*BT_msg_ret, os.str(), N); local
411 report->addRange(ME->getReceiverRange());
414 bugreporter::trackNullOrUndefValue(N, receiver, *report);
416 C.emitReport(report);
H A DNSErrorChecker.cpp270 BugReport *report = new BugReport(*bug, os.str(), local
272 BR.emitReport(report);
/external/bison/src/
H A Dprint-xml.c137 /* Nothing to report. */
191 /* Nothing to report. */
245 int report = false; local
265 report = true;
278 report = true;
283 report = true;
288 /* Nothing to report. */
289 if (!report) {
506 "<bison-xml-report version=\"%s\" bug-report
[all...]
/external/elfutils/libdwfl/
H A Dlinux-kernel-modules.c181 bool report = true; local
189 report = want > 0;
192 if (report)
203 if (!report || result < 0)
212 /* Look for a kernel debug archive. If we find one, report all its modules.
272 /* First report the kernel. */
308 /* We have a .ko file to report. Following the algorithm
551 inline Dwfl_Module *report (void) function
563 return report () == NULL ? -1 : 0;
575 Dwfl_Module *mod = report ();
[all...]
/external/kernel-headers/original/linux/
H A Dhid.h98 * HID report item format
111 * HID report descriptor item type (prefix bit 2,3)
120 * HID report descriptor main item tags
130 * HID report descriptor main item contents
144 * HID report descriptor collection item types
152 * HID report descriptor global item tags
169 * HID report descriptor local item tags
278 * HID report types --- Ouch! HID spec says 1 2 3!
385 unsigned report_offset; /* bit offset in the report */
386 unsigned report_size; /* size of this field in the report */
396 struct hid_report *report; /* associated report */ member in struct:hid_field
430 struct hid_report *report; member in struct:hid_control_fifo
435 struct hid_report *report; member in struct:hid_output_fifo
448 struct hid_report *report; member in struct:hid_input
[all...]
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_scb_act.c292 /* report sequence number */
334 tAVDT_REPORT_DATA report, *p_rpt; local
339 p_rpt = &report;
340 /* parse report packet header */
349 BE_STREAM_TO_UINT32(report.sr.ntp_sec, p);
350 BE_STREAM_TO_UINT32(report.sr.ntp_frac, p);
351 BE_STREAM_TO_UINT32(report.sr.rtp_time, p);
352 BE_STREAM_TO_UINT32(report.sr.pkt_count, p);
353 BE_STREAM_TO_UINT32(report.sr.octet_count, p);
357 report
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp121 // special ranges for this report.
171 /// bug report, so it can print a note later.
214 // See if the return value is NULL. If so, suppress the report.
216 assert(Eng && "Cannot file a bug report without an owning engine");
300 // the report is resurrected as valid later on.
353 // Don't automatically suppress a report if one of the arguments is
379 // false negatives, and continue towards marking this report invalid.
791 assert(Eng && "Cannot file a bug report without an owning engine");
897 BugReport &report, bool IsArg,
945 trackNullOrUndefValue(N, Receiver, report, fals
895 trackNullOrUndefValue(const ExplodedNode *N, const Stmt *S, BugReport &report, bool IsArg, bool EnableNullFPSuppression) argument
1273 patternMatch(const Expr *Ex, raw_ostream &Out, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N, Optional<bool> &prunable) argument
1413 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1458 VisitTrueTest(const Expr *Cond, const DeclRefExpr *DR, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
[all...]
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java9 package com.vladium.emma.report;
21 import com.vladium.emma.report.IReportEnums.DepthAttribute;
22 import com.vladium.emma.report.IReportEnums.UnitsTypeAttribute;
32 * ReportCfg is a container for report type {@link ReportCfg.Element}s that are
33 * in turn containers for all properties that could be set on a &lt;report&gt;
34 * report type configurator (&lt;txt&gt;, &lt;html&gt;, etc). The elements provide
35 * the ability for report properties to be set either via the generic &lt;property&gt;
40 * Note that ReportCfg does not handle any non-report related properties.
42 * parent's responsibility to merge any inherited report properties with
142 // generically named settings don't override report name
[all...]
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate.h162 // Sends a feedback |report|, where |report| is supposed to be result of
164 virtual void SendFeedback(const std::string& report) const;
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrDebugGL.h102 void report() const;
/external/emma/core/java12/com/vladium/emma/report/
H A DreportCommand.java9 package com.vladium.emma.report;
127 processor.setReportTypes (m_reportTypes); // no "txt" default for report processor
/external/skia/src/gpu/gl/debug/
H A DGrDebugGL.h102 void report() const;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector_unittest.cc86 bool GetValue(const webrtc::StatsReport* report, argument
89 webrtc::StatsReport::Values::const_iterator it = report->values.begin();
90 for (; it != report->values.end(); ++it) {
117 // Finds the |n|-th report of type |type| in |reports|.
118 // |n| starts from 1 for finding the first report.
173 const webrtc::StatsReport* report = FindReportById(reports, certificate_id); local
174 ASSERT_TRUE(report != NULL);
178 report, webrtc::StatsReport::kStatsValueNameDer, &der_base64));
185 report,
194 report,
[all...]
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... .io.ByteArrayOutputStream bos private boolean debug private boolean report private boolean print private boolean profile private boolean nfa private ...
/external/antlr/antlr-3.4/runtime/Python/
H A Dhudson-build.sh58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
/external/chromium_org/chrome/test/functional/
H A Dstress.py17 If there are any crashes, the script generates a report, uploads it to
18 a server and mails about the crash and the link to the report on the server.
554 """Generate symbolicated crash report.
562 Crash report text.
564 report = ''
584 # we just need to copy that in to report
585 report = open(output_file, 'r').read()
591 report = test_utils.Shell2(
593 if len(report) < 200:
598 open(output_file, 'w').write(report)
[all...]
/external/chromium_org/content/renderer/media/
H A Drtc_peer_connection_handler.cc249 void AddReport(const webrtc::StatsReport& report) { argument
250 int idx = response_->addReport(blink::WebString::fromUTF8(report.id),
251 blink::WebString::fromUTF8(report.type),
252 report.timestamp);
254 report.values.begin();
255 value_it != report.values.end(); ++value_it) {
311 void LocalRTCStatsResponse::addStatistic(size_t report, argument
314 impl_.addStatistic(report, name, value);
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dperf_profiler.py78 cmd = 'perf report -n -i %s' % self._output_file
200 report = subprocess.Popen(
201 [cmd, 'report', '--show-total-period', '-U', '-t', '^', '-i',
205 for line in report.split('\n'):
/external/chromium_org/tools/valgrind/
H A Dtsan_analyze.py125 result.append("The report came from the `%s` test.\n" % \
145 '''Parses a report file and returns a list of ThreadSanitizer reports.
149 filename: report filename.
212 # Make each line of each report a string.
217 '''Reads in a set of files and prints ThreadSanitizer report.
237 logging.info("FAIL! Found %i report(s)" % len(reports))
238 for report in reports:
239 logging.info('\n' + report)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcontrol.py547 def report(self, morfs=None, show_missing=True, ignore_errors=None, member in class:coverage
551 """Write a summary report to `file`.
557 match those patterns will be included in the report. Modules matching
558 `omit` will not be included in the report.
567 reporter.report(morfs, outfile=file, config=self.config)
578 See `coverage.report()` for other arguments.
585 reporter.report(morfs, config=self.config, directory=directory)
589 """Generate an HTML report.
591 See `coverage.report()` for other arguments.
599 reporter.report(morf
[all...]
/external/qemu-pc-bios/bochs/
H A Dbochs.h225 // Ways for the the external environment to report back information
234 if (bx_guard.report.dma) bx_dbg_dma_report(addr, len, what, val)
236 if (bx_guard.report.irq) bx_dbg_iac_report(vector, irq)
238 if (bx_guard.report.a20) bx_dbg_a20_report(val)
240 if (bx_guard.report.io) bx_dbg_io_report(port, size, op, val)
242 if (bx_guard.report.ucmem) bx_dbg_ucmem_report(addr, size, op, val)
265 // values of onoff: 0=ignore, 1=report, 2=ask, 3=fatal
352 static const char *name[] = { "ignore", "report", "ask", "fatal" };

Completed in 724 milliseconds

1234567891011>>