Home
last modified time | relevance | path

Searched refs:reports (Results 101 – 125 of 27374) sorted by relevance

12345678910>>...1095

/dports/www/firefox/firefox-99.0/testing/web-platform/tests/reporting/resources/
H A DREADME.md3 To send reports to the collector, configure the reporting API to POST reports
7 The collector supports both CSP Level 2 (report-uri) reports as well as
8 Reporting API reports.
10 A GET request can be used to retrieve stored reports for analysis.
12 A POST request can be used to clear reports stored in the server.
14 Sent credentials are stored with the reports, and can be retrieved separately.
26 `reportID`: A UUID to associate with the reports sent from this document. This
27 can be used to distinguish between reports from multiple documents, and to
42 By default, reports are cleared once retrieved.
52 `retrieve_count`: Returns the number of POST requests for reports with this
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/src/
H A Dcomplexity.cc161 if (reports.size() < 2) return results; in ComputeBigO()
169 for (const Run& run : reports) { in ComputeBigO()
179 if (reports[0].complexity == oLambda) { in ComputeBigO()
188 auto run_name = reports[0].run_name; in ComputeBigO()
194 big_o.family_index = reports[0].family_index; in ComputeBigO()
197 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
199 big_o.threads = reports[0].threads; in ComputeBigO()
218 rms.family_index = reports[0].family_index; in ComputeBigO()
225 rms.repetitions = reports[0].repetitions; in ComputeBigO()
226 rms.threads = reports[0].threads; in ComputeBigO()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/google-benchmark/src/
H A Dcomplexity.cc161 if (reports.size() < 2) return results; in ComputeBigO()
169 for (const Run& run : reports) { in ComputeBigO()
179 if (reports[0].complexity == oLambda) { in ComputeBigO()
188 auto run_name = reports[0].run_name; in ComputeBigO()
194 big_o.family_index = reports[0].family_index; in ComputeBigO()
197 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
199 big_o.threads = reports[0].threads; in ComputeBigO()
218 rms.family_index = reports[0].family_index; in ComputeBigO()
225 rms.repetitions = reports[0].repetitions; in ComputeBigO()
226 rms.threads = reports[0].threads; in ComputeBigO()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/src/
H A Dcomplexity.cc161 if (reports.size() < 2) return results; in ComputeBigO()
169 for (const Run& run : reports) { in ComputeBigO()
179 if (reports[0].complexity == oLambda) { in ComputeBigO()
188 auto run_name = reports[0].run_name; in ComputeBigO()
194 big_o.family_index = reports[0].family_index; in ComputeBigO()
197 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
199 big_o.threads = reports[0].threads; in ComputeBigO()
218 rms.family_index = reports[0].family_index; in ComputeBigO()
225 rms.repetitions = reports[0].repetitions; in ComputeBigO()
226 rms.threads = reports[0].threads; in ComputeBigO()
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/google-benchmark/src/
H A Dcomplexity.cc161 if (reports.size() < 2) return results; in ComputeBigO()
169 for (const Run& run : reports) { in ComputeBigO()
180 if (reports[0].complexity == oLambda) { in ComputeBigO()
189 auto run_name = reports[0].run_name; in ComputeBigO()
195 big_o.family_index = reports[0].family_index; in ComputeBigO()
198 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
200 big_o.threads = reports[0].threads; in ComputeBigO()
219 rms.family_index = reports[0].family_index; in ComputeBigO()
226 rms.repetitions = reports[0].repetitions; in ComputeBigO()
227 rms.threads = reports[0].threads; in ComputeBigO()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/src/
H A Dcomplexity.cc161 if (reports.size() < 2) return results; in ComputeBigO()
169 for (const Run& run : reports) { in ComputeBigO()
179 if (reports[0].complexity == oLambda) { in ComputeBigO()
188 auto run_name = reports[0].run_name; in ComputeBigO()
194 big_o.family_index = reports[0].family_index; in ComputeBigO()
197 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
199 big_o.threads = reports[0].threads; in ComputeBigO()
218 rms.family_index = reports[0].family_index; in ComputeBigO()
225 rms.repetitions = reports[0].repetitions; in ComputeBigO()
226 rms.threads = reports[0].threads; in ComputeBigO()
[all …]
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/
H A Dmobile_helper.php150 …$reports["included_reports"] = array_merge( $default_reports["included_reports"] , $override_repor…
151 …$reports["excluded_reports"] = array_merge($default_reports["excluded_reports"] , $override_report…
154 $reports["included_reports"] = array_unique($reports["included_reports"]);
155 $reports["excluded_reports"] = array_unique($reports["excluded_reports"]);
157 foreach ( $reports["included_reports"] as $index => $report_name ) {
158 if ( ! in_array( $report_name, $reports["excluded_reports"] ) ) {
240 $reports["included_reports"] = array_unique($reports["included_reports"]);
241 $reports["excluded_reports"] = array_unique($reports["excluded_reports"]);
243 foreach ( $reports["included_reports"] as $index => $report_name ) {
245 if ( ! in_array( $report_name, $reports["excluded_reports"] ) ) {
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_packedFile.h62 struct PackedFile *BKE_packedfile_new(struct ReportList *reports,
68 void BKE_packedfile_pack_all_libraries(struct Main *bmain, struct ReportList *reports);
71 char *BKE_packedfile_unpack_to_file(struct ReportList *reports,
78 struct ReportList *reports,
82 struct ReportList *reports,
86 struct ReportList *reports,
90 struct ReportList *reports,
94 struct ReportList *reports,
96 int BKE_packedfile_unpack_all_libraries(struct Main *bmain, struct ReportList *reports);
98 int BKE_packedfile_write_to_file(struct ReportList *reports,
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/modules/bl_i18n_utils/
H A Dbl_extract_messages.py138 def print_info(reports, pot): argument
146 …"(among which {} were skipped).".format(len(reports["rna_structs"]), len(reports["rna_structs_skip…
147 … len(reports["rna_props"]), len(reports["rna_props_skipped"])))
157 check_ctxt = reports["check_ctxt"]
240 check_ctxt = reports["check_ctxt"]
617 if reports["check_ctxt"]:
760 if reports["check_ctxt"]:
879 print_info(reports, pot)
917 reports = _gen_reports(check_ctxt)
948 reports["check_ctxt"] = check_ctxt
[all …]
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/menu_manager/
H A Dmenu_manager-admin-functions.php459 function addItem(&$reports) { argument
483 …$reports[] = "<p class = 'messagebox fade-message'>" . gettext("Menu items for all Zenphoto object…
487 …$reports[] = "<p class = 'messagebox fade-message'>" . gettext("Menu items for all albums added.")…
491 …$reports[] = "<p class = 'messagebox fade-message'>" . gettext("Menu items for all Zenpage pages a…
500 …$reports[] = "<p class = 'errorbox fade-message'>" . gettext("You forgot to select an album.") . "…
620 $reports[] = "<p class = 'messagebox fade-message'>" . $successmsg . "</p>";
638 function updateMenuItem(&$reports) { argument
657 …$reports[] = "<p class = 'errorbox fade-message'>" . gettext("You forgot to select an album.") . "…
770 $reports[] = "<p class = 'messagebox fade-message'>" . gettext("Menu item updated!") . " </p>";
780 function deleteItem(&$reports) { argument
[all …]
/dports/devel/benchmark/benchmark-1.6.0/src/
H A Dcomplexity.cc161 if (reports.size() < 2) return results; in ComputeBigO()
169 for (const Run& run : reports) { in ComputeBigO()
180 if (reports[0].complexity == oLambda) { in ComputeBigO()
189 auto run_name = reports[0].run_name; in ComputeBigO()
195 big_o.family_index = reports[0].family_index; in ComputeBigO()
198 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
200 big_o.threads = reports[0].threads; in ComputeBigO()
220 rms.family_index = reports[0].family_index; in ComputeBigO()
228 rms.repetitions = reports[0].repetitions; in ComputeBigO()
229 rms.threads = reports[0].threads; in ComputeBigO()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/console/
H A DConsoleReportCollector.cpp41 nsTArray<PendingReport> reports; in FlushReportsToConsole() local
46 reports = std::move(mPendingReports); in FlushReportsToConsole()
48 reports = mPendingReports.Clone(); in FlushReportsToConsole()
53 PendingReport& report = reports[i]; in FlushReportsToConsole()
90 nsTArray<PendingReport> reports; in FlushReportsToConsoleForServiceWorkerScope() local
97 reports = mPendingReports.Clone(); in FlushReportsToConsoleForServiceWorkerScope()
102 PendingReport& report = reports[i]; in FlushReportsToConsoleForServiceWorkerScope()
154 nsTArray<PendingReport> reports; in FlushConsoleReports() local
158 reports = std::move(mPendingReports); in FlushConsoleReports()
162 PendingReport& report = reports[i]; in FlushConsoleReports()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/console/
H A DConsoleReportCollector.cpp39 nsTArray<PendingReport> reports; in FlushReportsToConsole() local
44 mPendingReports.SwapElements(reports); in FlushReportsToConsole()
46 reports = mPendingReports.Clone(); in FlushReportsToConsole()
51 PendingReport& report = reports[i]; in FlushReportsToConsole()
88 nsTArray<PendingReport> reports; in FlushReportsToConsoleForServiceWorkerScope() local
95 reports = mPendingReports.Clone(); in FlushReportsToConsoleForServiceWorkerScope()
100 PendingReport& report = reports[i]; in FlushReportsToConsoleForServiceWorkerScope()
152 nsTArray<PendingReport> reports; in FlushConsoleReports() local
156 mPendingReports.SwapElements(reports); in FlushConsoleReports()
160 PendingReport& report = reports[i]; in FlushConsoleReports()
[all …]
/dports/editors/zile/zile-2.4.14/
H A DTHANKS8 * Nelson Beebe for portability reports and fixes
13 * George Young <gryoung@nortel.ca> for bug reports
16 * Jeff Sheinberg <jeffsh@erols.com> for bug reports
18 * Pawel A. Gajda <mis@k2.net.pl> for bug reports
19 * Jason Evans <jasone@canonware.com> for bug reports
20 * Mattias R�nnblom <hofors@lysator.liu.se> for bug reports
22 * Gerd Bavendiek <bav@epost.de> for suggestions and bug reports
30 * Falk Hueffner <falk@debian.org> for bug reports
37 * Robert Millan for bug reports and fixes
42 * Ulrich Mueller for bug reports
[all …]
/dports/www/firefox/firefox-99.0/dom/console/
H A DConsoleReportCollector.cpp41 nsTArray<PendingReport> reports; in FlushReportsToConsole() local
46 reports = std::move(mPendingReports); in FlushReportsToConsole()
48 reports = mPendingReports.Clone(); in FlushReportsToConsole()
53 PendingReport& report = reports[i]; in FlushReportsToConsole()
90 nsTArray<PendingReport> reports; in FlushReportsToConsoleForServiceWorkerScope() local
97 reports = mPendingReports.Clone(); in FlushReportsToConsoleForServiceWorkerScope()
102 PendingReport& report = reports[i]; in FlushReportsToConsoleForServiceWorkerScope()
154 nsTArray<PendingReport> reports; in FlushConsoleReports() local
158 reports = std::move(mPendingReports); in FlushConsoleReports()
162 PendingReport& report = reports[i]; in FlushConsoleReports()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/console/
H A DConsoleReportCollector.cpp41 nsTArray<PendingReport> reports; in FlushReportsToConsole() local
46 reports = std::move(mPendingReports); in FlushReportsToConsole()
48 reports = mPendingReports.Clone(); in FlushReportsToConsole()
53 PendingReport& report = reports[i]; in FlushReportsToConsole()
90 nsTArray<PendingReport> reports; in FlushReportsToConsoleForServiceWorkerScope() local
97 reports = mPendingReports.Clone(); in FlushReportsToConsoleForServiceWorkerScope()
102 PendingReport& report = reports[i]; in FlushReportsToConsoleForServiceWorkerScope()
154 nsTArray<PendingReport> reports; in FlushConsoleReports() local
158 reports = std::move(mPendingReports); in FlushConsoleReports()
162 PendingReport& report = reports[i]; in FlushConsoleReports()
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_runner.py14 from _pytest import reports
120 rep = reports[1]
133 rep = reports[1]
149 rep = reports[1]
171 print(reports)
172 rep = reports[0]
192 rep = reports[0]
209 print(reports)
211 rep = reports[2]
235 rep = reports[1]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_runner.py14 from _pytest import reports
120 rep = reports[1]
133 rep = reports[1]
149 rep = reports[1]
171 print(reports)
172 rep = reports[0]
192 rep = reports[0]
209 print(reports)
211 rep = reports[2]
235 rep = reports[1]
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_runner.py14 from _pytest import reports
120 rep = reports[1]
133 rep = reports[1]
149 rep = reports[1]
171 print(reports)
172 rep = reports[0]
192 rep = reports[0]
209 print(reports)
211 rep = reports[2]
235 rep = reports[1]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/reporting/
H A Dreporting_delivery_agent_unittest.cc130 cache()->GetReports(&reports); in TEST_F()
131 EXPECT_TRUE(reports.empty()); in TEST_F()
176 cache()->GetReports(&reports); in TEST_F()
177 EXPECT_TRUE(reports.empty()); in TEST_F()
216 cache()->GetReports(&reports); in TEST_F()
217 EXPECT_TRUE(reports.empty()); in TEST_F()
266 EXPECT_TRUE(reports.empty()); in TEST_F()
401 EXPECT_TRUE(reports.empty()); in TEST_F()
407 EXPECT_TRUE(reports.empty()); in TEST_F()
433 EXPECT_TRUE(reports.empty()); in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/reporting/resources/
H A DREADME.md3 To send reports to the collector, configure the reporting API to POST reports
7 The collector supports both CSP Level 2 (report-uri) reports as well as
8 Reporting API reports.
10 A GET request can be used to retrieve stored reports for analysis.
12 Sent credentials are stored with the reports, and can be retrieved separately.
23 `reportID`: A UUID to associate with the reports sent from this document. This
24 can be used to distinguish between reports from multiple documents, and to
34 `retain`: If present, reports will remain in the stash after being retrieved.
35 By default, reports are cleared once retrieved.
41 `retrieve_cookies`: Returns the cookies sent with the most recent reports for
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/reporting/resources/
H A DREADME.md3 To send reports to the collector, configure the reporting API to POST reports
7 The collector supports both CSP Level 2 (report-uri) reports as well as
8 Reporting API reports.
10 A GET request can be used to retrieve stored reports for analysis.
12 Sent credentials are stored with the reports, and can be retrieved separately.
23 `reportID`: A UUID to associate with the reports sent from this document. This
24 can be used to distinguish between reports from multiple documents, and to
34 `retain`: If present, reports will remain in the stash after being retrieved.
35 By default, reports are cleared once retrieved.
41 `retrieve_cookies`: Returns the cookies sent with the most recent reports for
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/internal/lsp/
H A Ddiagnostics.go44 if s.reports == nil {
51 if _, ok := s.reports[key]; !ok {
131 reports := new(reportSet)
141 return reports, nil
160 reports := new(reportSet)
187 return reports, nil
275 _, ok := reports.reports[idWithAnalysis{
291 return reports, showMsg
358 for key, diagnosticsMap := range reports.reports {
443 reports = append(reports, protocol.Diagnostic{
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna_anim.c354 ReportList reports; in pyrna_struct_keyframe_insert() local
388 ReportList reports; in pyrna_struct_keyframe_insert() local
391 BKE_reports_init(&reports, RPT_STORE); in pyrna_struct_keyframe_insert()
395 &reports, in pyrna_struct_keyframe_insert()
460 ReportList reports; in pyrna_struct_keyframe_delete() local
485 &reports, in pyrna_struct_keyframe_delete()
522 ReportList reports; in pyrna_struct_keyframe_delete() local
524 BKE_reports_init(&reports, RPT_STORE); in pyrna_struct_keyframe_delete()
566 ReportList reports; in pyrna_struct_driver_add() local
571 result = ANIM_add_driver(&reports, in pyrna_struct_driver_add()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/testing/
H A Dtest_runner.py86 rep = reports[1]
97 rep = reports[1]
111 rep = reports[1]
131 print(reports)
132 rep = reports[0]
150 rep = reports[0]
165 print(reports)
167 rep = reports[2]
187 rep = reports[1]
291 rep = reports[0]
[all …]

12345678910>>...1095