Searched refs:reports (Results 1 - 25 of 102) sorted by relevance

12345

/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A Dcl_arguments.py7 import lit.reports namespace
71 type=lit.reports.JsonReport,
119 type=lit.reports.XunitReport,
120 help="Write XUnit-compatible XML test reports to the specified file")
122 type=lit.reports.ResultDBReport,
125 type=lit.reports.TimeTraceReport,
239 opts.reports = filter(None, [opts.output, opts.xunit_xml_output, opts.resultdb_output, opts.time_trace_output])
H A Dmain.py17 import lit.reports namespace
120 for report in opts.reports:
148 tests.sort(key=lit.reports.by_suite_and_test_path)
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h31 // the reports array, in decreasing order of probability. The remaining elements
32 // of reports are zero-initialized.
101 struct scudo_error_report reports[3]; member in struct:scudo_error_info
/openbsd-current/usr.bin/usbhidctl/
H A Dusbhid.c646 struct Sreport reports[REPORT_MAXVAL + 1]; local
649 for (repind = 0; repind < (sizeof(reports) / sizeof(*reports));
651 reports[repind].status = srs_uninit;
652 reports[repind].buffer = NULL;
702 repptr = &reports[repindex];
720 for (repind = 0; repind < (sizeof(reports) / sizeof(*reports));
722 setreport(&reports[repind], hidfd, repind);
723 freereport(&reports[repin
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/
H A DQuotedPrint.pm97 Patches, bug reports, suggestions or any other feedback is welcome.
102 Bug reports and suggestions can be made on the CPAN Request Tracker at
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DupdateAUTHORS.pl444 --reverse show reports in reverse order
445 --numstat show additional file based data in some reports
446 (not needed for most reports)
447 --as-list show reports with names with common values
449 --numbered add rank numbers to reports where they are missing
596 Show numeric data as cumulative counts in the reports.
600 Show the reports in reverse order to normal.
611 Show the reports with name data rolled up together into a list like the
617 reports that do not normally show the rank number.
660 The script can also be used to produce various reports an
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DAuthor.pm230 #-> sub CPAN::Author::reports
231 sub reports { subroutine
232 $CPAN::Frontend->mywarn("reports on authors not implemented.
H A DComplete.pm35 reports
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DTextContent.pm79 Patches against Pod::Simple are welcome. Please send bug reports to
H A DDumpAsXML.pm136 Patches against Pod::Simple are welcome. Please send bug reports to
H A DDumpAsText.pm125 Patches against Pod::Simple are welcome. Please send bug reports to
H A DLinkSection.pm141 Patches against Pod::Simple are welcome. Please send bug reports to
H A DMethody.pm121 Patches against Pod::Simple are welcome. Please send bug reports to
H A DText.pm153 Patches against Pod::Simple are welcome. Please send bug reports to
H A DSimpleTree.pm148 Patches against Pod::Simple are welcome. Please send bug reports to
H A DPullParserStartToken.pm130 Patches against Pod::Simple are welcome. Please send bug reports to
H A DPullParserToken.pm132 Patches against Pod::Simple are welcome. Please send bug reports to
H A DPullParserTextToken.pm103 Patches against Pod::Simple are welcome. Please send bug reports to
H A DPullParserEndToken.pm89 Patches against Pod::Simple are welcome. Please send bug reports to
H A DXMLOutStream.pm144 Patches against Pod::Simple are welcome. Please send bug reports to
H A DChecker.pm165 Patches against Pod::Simple are welcome. Please send bug reports to
H A DDebug.pm146 Patches against Pod::Simple are welcome. Please send bug reports to
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DXref.pm7 B::Xref - Generates cross reference reports for Perl programs
30 Each B<File> section reports on a single file. Each B<Subroutine> section
31 reports on a single subroutine apart from the special cases
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DCmpRuns.py5 which reports have been added, removed, or changed.
9 1. To monitor changes in the static analyzer's reports on real code bases,
212 self.reports: List[AnalysisReport] = []
213 # Cumulative list of all diagnostics from all the reports.
230 # reports. Assume that all reports were created using the same
238 # Ignore/delete empty reports.
244 # Extract the HTML reports, if they exists.
265 self.reports.append(report)
474 for report in results.reports
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/FindBin/lib/
H A DFindBin.pm65 reports at L<https://github.com/Perl/perl5/issues>.

Completed in 138 milliseconds

12345