Searched refs:report (Results 201 - 225 of 361) sorted by relevance

1234567891011>>

/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_scb_act.c299 /* report sequence number */
341 tAVDT_REPORT_DATA report, *p_rpt; local
346 p_rpt = &report;
347 /* parse report packet header */
356 BE_STREAM_TO_UINT32(report.sr.ntp_sec, p);
357 BE_STREAM_TO_UINT32(report.sr.ntp_frac, p);
358 BE_STREAM_TO_UINT32(report.sr.rtp_time, p);
359 BE_STREAM_TO_UINT32(report.sr.pkt_count, p);
360 BE_STREAM_TO_UINT32(report.sr.octet_count, p);
364 report
[all...]
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service_unittest.cc31 // report uploader.
35 // collector and report uploader via callbacks.
51 const safe_browsing::ClientIncidentReport& report)> StartUploadCallback;
93 const safe_browsing::ClientIncidentReport& report) OVERRIDE {
94 return start_upload_callback_.Run(callback, report);
437 const safe_browsing::ClientIncidentReport& report) {
438 // Remember the report that is being uploaded.
439 uploaded_report_.reset(new safe_browsing::ClientIncidentReport(report));
493 // Verify that report upload took place and contained the incident,
501 // Ensure that no report processin
435 StartUpload( const safe_browsing::IncidentReportUploader::OnResultCallback& callback, const safe_browsing::ClientIncidentReport& report) argument
[all...]
H A Dincident_reporting_service.h65 // remaining are uploaded in an incident report.
116 // initiates a new search for the most recent download if a report is being
130 const ClientIncidentReport& report);
132 // Returns true if a report is currently being processed.
161 // Begins processing a report. If processing is already underway, ensures that
180 // complete. Incident report processing continues, either by waiting for the
181 // collection timeout or by sending an incident report.
186 // uploading a report.
193 // completed. Incident report processing continues, either by waiting for
195 // incident report
[all...]
/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...]
H A Dhtml.py9 from coverage.report import Reporter
62 def report(self, morfs, config=None): member in class:HtmlReporter
63 """Generate an HTML report for `morfs`.
86 raise CoverageException("No data to report.")
94 """Make local instances of static files for HTML report."""
211 """Write the index.html file for this report."""
/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" };
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp317 // If argument is '0', report a warning.
519 BugReport *report = new BugReport(*BT, os.str(), N); local
520 report->addRange(CE->getArg(2)->getSourceRange());
521 C.emitReport(report);
608 BugReport *report = new BugReport(*BT, description, N); local
609 report->addRange(Arg->getSourceRange());
610 bugreporter::trackNullOrUndefValue(N, Arg, *report);
611 C.emitReport(report);
669 BugReport *report = new BugReport(*BT, os.str(), N); local
670 report
[all...]
H A DCallAndMessageChecker.cpp199 // Generate a report for this bug.
283 // Generate a report for this bug.
515 BugReport *report = new BugReport(*BT_msg_ret, os.str(), N); local
516 report->addRange(ME->getReceiverRange());
519 bugreporter::trackNullOrUndefValue(N, receiver, *report);
521 C.emitReport(report);
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java9 package com.vladium.emma.report.html;
40 import com.vladium.emma.report.AbstractReportGenerator;
41 import com.vladium.emma.report.AllItem;
42 import com.vladium.emma.report.ClassItem;
43 import com.vladium.emma.report.IItem;
44 import com.vladium.emma.report.IItemAttribute;
45 import com.vladium.emma.report.IItemMetadata;
46 import com.vladium.emma.report.ItemComparator;
47 import com.vladium.emma.report.MethodItem;
48 import com.vladium.emma.report
[all...]
/external/chromium_org/tools/
H A Dcheck_git_config.py13 When running as hook in *.corp.google.com network it will also report status
49 # Do not attempt to upload a report after this date.
430 """Posts report to the server, returns True if server accepted it.
432 Uploads the report only if script is running in Google corp network. Otherwise
433 just prints the report.
435 report = conf.copy()
436 report.update(
441 as_bytes = json.dumps({'access_check': report}, indent=2, sort_keys=True)
450 'You can send the above report to chrome-git-migration@google.com '
465 'Attempting to upload the report t
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cc398 static void ErrorReportCallbackOneToZ(const char *report) { argument
399 int report_len = strlen(report);
401 ASSERT_EQ(report_len, write(2, report, report_len));
/external/pcre/dist/
H A DMakefile.am798 # coverage: Create a coverage report from 'make check'
801 # coverage-report: This creates the coverage report only
802 # coverage-clean-report: This removes the generated coverage report
807 # coverage report.
830 coverage-report:
854 @echo "Code coverage report written to file://$(abs_builddir)/$(COVERAGE_OUTPUT_DIR)/index.html"
859 coverage-clean-report:
866 coverage-clean: coverage-reset coverage-clean-report coverag
[all...]
/external/bison/tests/
H A Dtestsuite696 104;reduce.at:124;Useless Rules;report;
697 105;reduce.at:271;Reduced Automaton;report;
698 106;reduce.at:381;Underivable Rules;report;
777 185;conflicts.at:546;Unresolved SR Conflicts;report;
778 186;conflicts.at:653;Resolved SR Conflicts;report;
779 187;conflicts.at:775;Defaulted Conflicted Reduction;report;
789 197;conflicts.at:1273;Solved conflicts report for multiple reductions in a state;;
866 274;regression.at:222;Rule Line Numbers;report;
872 280;regression.at:544;Web2c Report;report;
873 281;regression.at:721;Web2c Actions;report;
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.h106 void SetReportingPreference(bool report);
115 // report but clicked "proceed anyway", we delay the call to
160 // enabled, the report is scheduled to be sent on the |ui_manager_|.
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.l259 yyextra->diagnostics->report(pp::Diagnostics::PP_EOF_IN_COMMENT,
311 mContext.diagnostics->report(Diagnostics::PP_TOKEN_TOO_LONG,
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDirectiveHandler.cpp78 mDiagnostics.report(pp::Diagnostics::PP_UNRECOGNIZED_PRAGMA, loc, name);
/external/chromium_org/third_party/fontconfig/include/src/
H A Dfcobjshash.h29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/external/clang/test/
H A DMakefile77 .PHONY: all report clean
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/core/java12/com/vladium/emma/report/
H A DClassItem.java9 package com.vladium.emma.report;
H A DMethodItem.java9 package com.vladium.emma.report;
71 if ($assert.ENABLED) $assert.ASSERT (false, "excluded method in report data model");
H A DReportDataModel.java9 package com.vladium.emma.report;
145 // TODO: report generators work off data model views only; I should deref
H A DSourcePathCache.java9 package com.vladium.emma.report;
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java9 package com.vladium.emma.report.html.doc;
/external/chromium_org/build/android/buildbot/
H A Dbb_device_status_check.py7 """A class to keep track of devices across builds and report state."""
45 Tuple of device type, build id, report as a string, error messages, and
73 report = ['Device %s (%s)' % (serial, device_type),
107 full_report = '\n'.join(report)

Completed in 1137 milliseconds

1234567891011>>