Home
last modified time | relevance | path

Searched refs:reports (Results 176 – 200 of 36078) sorted by relevance

12345678910>>...1444

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/net/
H A Dcross_origin_embedder_policy_reporter_unittest.cc91 EXPECT_TRUE(network_context().reports().empty()); in TEST_F()
105 ASSERT_EQ(2u, network_context().reports().size()); in TEST_F()
106 const Report& r1 = network_context().reports()[0]; in TEST_F()
107 const Report& r2 = network_context().reports()[1]; in TEST_F()
130 ASSERT_EQ(2u, network_context().reports().size()); in TEST_F()
131 const Report& r1 = network_context().reports()[0]; in TEST_F()
132 const Report& r2 = network_context().reports()[1]; in TEST_F()
159 ASSERT_EQ(2u, network_context().reports().size()); in TEST_F()
160 const Report& r1 = network_context().reports()[0]; in TEST_F()
161 const Report& r2 = network_context().reports()[1]; in TEST_F()
[all …]
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/internal/lsp/source/
H A Ddiagnostics.go70 reports := make(map[FileIdentity][]Diagnostic)
72 clearReports(snapshot, reports, fh.File().Identity())
79 clearReports(snapshot, reports, e.File)
82 if !diagnostics(ctx, snapshot, pkg, reports) {
99 clearReports(snapshot, reports, fh.File().Identity())
101 diagnostics(ctx, snapshot, pkg, reports)
103 return reports, warningMsg, nil
151 addReports(ctx, reports, snapshot, fileID, diags...)
196 reports[fileID] = []Diagnostic{}
203 if _, ok := reports[fileID]; !ok {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/golang.org/x/tools/internal/lsp/source/
H A Ddiagnostics.go68 reports := make(map[FileIdentity][]Diagnostic)
70 clearReports(snapshot, reports, fh.File().Identity())
82 clearReports(snapshot, reports, e.File)
106 clearReports(snapshot, reports, fh.File().Identity())
108 diagnostics(ctx, snapshot, pkg, reports)
110 return reports, warningMsg, nil
158 addReports(ctx, reports, snapshot, fileID, diags...)
186 addReports(ctx, reports, snapshot, e.File, &Diagnostic{
203 reports[fileID] = []Diagnostic{}
210 if _, ok := reports[fileID]; !ok {
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_info/
H A Dinfo_ops.c68 BKE_packedfile_pack_all_libraries(bmain, op->reports); in pack_libraries_exec()
91 BKE_packedfile_unpack_all_libraries(bmain, op->reports); in unpack_libraries_exec()
127 BKE_packedfile_pack_all(bmain, op->reports, true); in autopack_toggle_exec()
154 BKE_packedfile_pack_all(bmain, op->reports, true); in pack_all_exec()
320 BKE_report(op->reports, RPT_WARNING, "No packed file"); in unpack_item_exec()
452 BKE_bpath_missing_files_check(bmain, op->reports); in report_missing_files_exec()
539 ReportList *reports = CTX_wm_reports(C); in update_reports_display_invoke() local
548 if ((reports->reporttimer == NULL) || (reports->reporttimer != event->customdata) || in update_reports_display_invoke()
560 if ((float)reports->reporttimer->duration > timeout) { in update_reports_display_invoke()
561 WM_event_remove_timer(wm, NULL, reports->reporttimer); in update_reports_display_invoke()
[all …]
/dports/math/p5-Math-Random-OO/Math-Random-OO-0.22/t/
H A D00-report-prereqs.t44 my @reports = [qw/Version Module/];
55 push @reports, [$ver, $mod];
58 push @reports, ["missing", $mod];
62 if ( @reports ) {
63 my $vl = max map { length $_->[0] } @reports;
64 my $ml = max map { length $_->[1] } @reports;
65 splice @reports, 1, 0, ["-" x $vl, "-" x $ml];
66 diag "Prerequisite Report:\n", map {sprintf(" %*s %*s\n",$vl,$_->[0],-$ml,$_->[1])} @reports;
/dports/databases/p5-Prophet/Prophet-0.751/t/
H A D00-report-prereqs.t62 my @reports = [qw/Version Module/];
73 push @reports, [$ver, $mod];
76 push @reports, ["missing", $mod];
80 if ( @reports ) {
81 my $vl = max map { length $_->[0] } @reports;
82 my $ml = max map { length $_->[1] } @reports;
83 splice @reports, 1, 0, ["-" x $vl, "-" x $ml];
84 diag "Prerequisite Report:\n", map {sprintf(" %*s %*s\n",$vl,$_->[0],-$ml,$_->[1])} @reports;
/dports/www/baikal/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php33 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
43 * @param string|string[] $reports
45 public function __construct($reports = null) argument
47 if (!is_null($reports)) {
48 $this->addReport($reports);
68 $this->reports[] = $r;
79 return $this->reports;
93 $this->reports
/dports/devel/p5-Test-FailWarnings/Test-FailWarnings-0.008/t/
H A D00-report-prereqs.t44 my @reports = [qw/Version Module/];
55 push @reports, [$ver, $mod];
58 push @reports, ["missing", $mod];
62 if ( @reports ) {
63 my $vl = max map { length $_->[0] } @reports;
64 my $ml = max map { length $_->[1] } @reports;
65 splice @reports, 1, 0, ["-" x $vl, "-" x $ml];
66 diag "Prerequisite Report:\n", map {sprintf(" %*s %*s\n",$vl,$_->[0],-$ml,$_->[1])} @reports;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php33 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
43 * @param string|string[] $reports
45 public function __construct($reports = null) argument
47 if (!is_null($reports)) {
48 $this->addReport($reports);
68 $this->reports[] = $r;
79 return $this->reports;
93 $this->reports
/dports/www/owncloud/owncloud/lib/composer/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php33 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
43 * @param string|string[] $reports
45 public function __construct($reports = null) argument
47 if (!is_null($reports)) {
48 $this->addReport($reports);
68 $this->reports[] = $r;
79 return $this->reports;
93 $this->reports
/dports/www/nextcloud/nextcloud/3rdparty/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php33 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
43 * @param string|string[] $reports
45 public function __construct($reports = null) argument
47 if (!is_null($reports)) {
48 $this->addReport($reports);
68 $this->reports[] = $r;
79 return $this->reports;
93 $this->reports
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/testing/
H A Dtest_runner.py74 rep = reports[1]
85 rep = reports[1]
99 rep = reports[1]
119 print(reports)
120 rep = reports[0]
138 rep = reports[0]
153 print(reports)
155 rep = reports[2]
175 rep = reports[1]
245 rep = reports[0]
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/
H A Dcall_stats2.cc30 reports->remove_if( in RemoveOldReports()
34 int64_t GetMaxRttMs(const std::list<CallStats::RttTime>& reports) { in GetMaxRttMs() argument
36 for (const CallStats::RttTime& rtt_time : reports) in GetMaxRttMs()
41 int64_t GetAvgRttMs(const std::list<CallStats::RttTime>& reports) { in GetAvgRttMs() argument
42 RTC_DCHECK(!reports.empty()); in GetAvgRttMs()
44 for (std::list<CallStats::RttTime>::const_iterator it = reports.begin(); in GetAvgRttMs()
45 it != reports.end(); ++it) { in GetAvgRttMs()
48 return sum / reports.size(); in GetAvgRttMs()
51 int64_t GetNewAvgRttMs(const std::list<CallStats::RttTime>& reports, in GetNewAvgRttMs() argument
53 if (reports.empty()) in GetNewAvgRttMs()
[all …]
/dports/www/sabredav/sabre-dav-3.2.2/lib/DAV/Xml/Property/
H A DSupportedReportSet.php31 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
41 * @param string|string[] $reports
43 function __construct($reports = null) { argument
45 if (!is_null($reports))
46 $this->addReport($reports);
68 $this->reports[] = $r;
81 return $this->reports;
95 $this->reports
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php31 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
41 * @param string|string[] $reports
43 function __construct($reports = null) { argument
45 if (!is_null($reports))
46 $this->addReport($reports);
68 $this->reports[] = $r;
81 return $this->reports;
95 $this->reports
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php31 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
41 * @param string|string[] $reports
43 function __construct($reports = null) { argument
45 if (!is_null($reports))
46 $this->addReport($reports);
68 $this->reports[] = $r;
81 return $this->reports;
95 $this->reports
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php31 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
41 * @param string|string[] $reports
43 function __construct($reports = null) { argument
45 if (!is_null($reports))
46 $this->addReport($reports);
68 $this->reports[] = $r;
81 return $this->reports;
95 $this->reports
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php31 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
41 * @param string|string[] $reports
43 function __construct($reports = null) { argument
45 if (!is_null($reports))
46 $this->addReport($reports);
68 $this->reports[] = $r;
81 return $this->reports;
95 $this->reports
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php31 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
41 * @param string|string[] $reports
43 function __construct($reports = null) { argument
45 if (!is_null($reports))
46 $this->addReport($reports);
68 $this->reports[] = $r;
81 return $this->reports;
95 $this->reports
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/src/
H A Dcomplexity.cc159 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO() argument
163 if (reports.size() < 2) return results; in ComputeBigO()
171 for (const Run& run : reports) { in ComputeBigO()
181 if (reports[0].complexity == oLambda) { in ComputeBigO()
190 auto run_name = reports[0].run_name; in ComputeBigO()
197 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
199 big_o.threads = reports[0].threads; in ComputeBigO()
201 big_o.report_label = reports[0].report_label; in ComputeBigO()
223 rms.repetitions = reports[0].repetitions; in ComputeBigO()
224 rms.threads = reports[0].threads; in ComputeBigO()
[all …]
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dcomplexity.cc159 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO() argument
163 if (reports.size() < 2) return results; in ComputeBigO()
171 for (const Run& run : reports) { in ComputeBigO()
181 if (reports[0].complexity == oLambda) { in ComputeBigO()
190 auto run_name = reports[0].run_name; in ComputeBigO()
197 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
199 big_o.threads = reports[0].threads; in ComputeBigO()
201 big_o.report_label = reports[0].report_label; in ComputeBigO()
223 rms.repetitions = reports[0].repetitions; in ComputeBigO()
224 rms.threads = reports[0].threads; in ComputeBigO()
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dcomplexity.cc159 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO() argument
163 if (reports.size() < 2) return results; in ComputeBigO()
171 for (const Run& run : reports) { in ComputeBigO()
181 if (reports[0].complexity == oLambda) { in ComputeBigO()
190 auto run_name = reports[0].run_name; in ComputeBigO()
197 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
199 big_o.threads = reports[0].threads; in ComputeBigO()
201 big_o.report_label = reports[0].report_label; in ComputeBigO()
223 rms.repetitions = reports[0].repetitions; in ComputeBigO()
224 rms.threads = reports[0].threads; in ComputeBigO()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/lib/benchmark/src/
H A Dcomplexity.cc159 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO() argument
163 if (reports.size() < 2) return results; in ComputeBigO()
171 for (const Run& run : reports) { in ComputeBigO()
181 if (reports[0].complexity == oLambda) { in ComputeBigO()
190 auto run_name = reports[0].run_name; in ComputeBigO()
197 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
199 big_o.threads = reports[0].threads; in ComputeBigO()
201 big_o.report_label = reports[0].report_label; in ComputeBigO()
223 rms.repetitions = reports[0].repetitions; in ComputeBigO()
224 rms.threads = reports[0].threads; in ComputeBigO()
[all …]
/dports/science/conduit/conduit-0.8.0/src/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dcomplexity.cc159 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO() argument
163 if (reports.size() < 2) return results; in ComputeBigO()
171 for (const Run& run : reports) { in ComputeBigO()
181 if (reports[0].complexity == oLambda) { in ComputeBigO()
190 auto run_name = reports[0].run_name; in ComputeBigO()
197 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
199 big_o.threads = reports[0].threads; in ComputeBigO()
201 big_o.report_label = reports[0].report_label; in ComputeBigO()
223 rms.repetitions = reports[0].repetitions; in ComputeBigO()
224 rms.threads = reports[0].threads; in ComputeBigO()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/googlebenchmark/src/
H A Dcomplexity.cc159 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO() argument
163 if (reports.size() < 2) return results; in ComputeBigO()
171 for (const Run& run : reports) { in ComputeBigO()
181 if (reports[0].complexity == oLambda) { in ComputeBigO()
190 auto run_name = reports[0].run_name; in ComputeBigO()
197 big_o.repetitions = reports[0].repetitions; in ComputeBigO()
199 big_o.threads = reports[0].threads; in ComputeBigO()
201 big_o.report_label = reports[0].report_label; in ComputeBigO()
223 rms.repetitions = reports[0].repetitions; in ComputeBigO()
224 rms.threads = reports[0].threads; in ComputeBigO()
[all …]

12345678910>>...1444