Home
last modified time | relevance | path

Searched refs:report (Results 226 – 250 of 63854) sorted by relevance

12345678910>>...2555

/dports/mail/thunderbird/thunderbird-91.8.0/gfx/vr/service/osvr/Util/
H A DClientCallbackTypesC.h68 const struct OSVR_OrientationReport* report);
76 const struct OSVR_LinearVelocityReport* report);
80 const struct OSVR_AngularVelocityReport* report);
84 const struct OSVR_AccelerationReport* report);
108 const struct OSVR_Location2DReport* report);
112 const struct OSVR_DirectionReport* report);
116 const struct OSVR_EyeTracker2DReport* report);
120 const struct OSVR_EyeTracker3DReport* report);
124 const struct OSVR_EyeTrackerBlinkReport* report);
128 const struct OSVR_NaviVelocityReport* report);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/vr/osvr/Util/
H A DClientCallbackTypesC.h60 const struct OSVR_PoseReport *report);
64 const struct OSVR_PositionReport *report);
68 const struct OSVR_OrientationReport *report);
72 const struct OSVR_VelocityReport *report);
84 const struct OSVR_AccelerationReport *report);
96 const struct OSVR_ButtonReport *report);
100 const struct OSVR_AnalogReport *report);
104 const struct OSVR_ImagingReport *report);
108 const struct OSVR_Location2DReport *report);
112 const struct OSVR_DirectionReport *report);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/vr/osvr/Util/
H A DClientCallbackTypesC.h68 const struct OSVR_OrientationReport *report);
76 const struct OSVR_LinearVelocityReport *report);
80 const struct OSVR_AngularVelocityReport *report);
84 const struct OSVR_AccelerationReport *report);
108 const struct OSVR_Location2DReport *report);
112 const struct OSVR_DirectionReport *report);
116 const struct OSVR_EyeTracker2DReport *report);
120 const struct OSVR_EyeTracker3DReport *report);
124 const struct OSVR_EyeTrackerBlinkReport *report);
128 const struct OSVR_NaviVelocityReport *report);
[all …]
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dquality_reporting.c89 reporting_content_metrics_t * metrics[2] = {&report->local_metrics, &report->remote_metrics}; in reset_avg_metrics()
285 if (report->info.local_addr.ip == NULL || strlen(report->info.local_addr.ip) == 0 in send_report()
286 || report->info.remote_addr.ip == NULL || strlen(report->info.remote_addr.ip) == 0) { in send_report()
376 reset_avg_metrics(report); in send_report()
439 LinphoneCall *call = report->call; in qos_analyzer_on_action_suggested()
509 , report->local_metrics.user_agent ? report->local_metrics.user_agent : "" in linphone_reporting_update_media_info()
515 , report->remote_metrics.user_agent ? report->remote_metrics.user_agent : "" in linphone_reporting_update_media_info()
523 STR_REASSIGN(report->info.orig_id, ms_strdup(report->info.remote_addr.id)); in linphone_reporting_update_media_info()
527 STR_REASSIGN(report->info.orig_id, ms_strdup(report->info.local_addr.id)); in linphone_reporting_update_media_info()
616 metrics = &report->local_metrics; in linphone_reporting_on_rtcp_update()
[all …]
/dports/sysutils/coreos-ct/container-linux-config-transpiler-0.9.0/config/types/
H A Dlocksmith.go56 return report.ReportFromError(ErrMissingStartOrLength, report.EntryError)
58 return report.Report{}
63 return report.Report{}
67 return report.Report{}
69 return report.ReportFromError(ErrUnknownStrategy, report.EntryError)
75 return report.Report{}
90 return report.ReportFromError(ErrUnknownDay, report.EntryError)
95 return report.ReportFromError(ErrParsingWindow, report.EntryError)
98 return report.Report{}
107 return report.ReportFromError(ErrParsingLength, report.EntryError)
[all …]
/dports/textproc/py-rdflib/rdflib-5.0.0/test/
H A Dearl.py10 report = Graph() variable
12 report.bind('foaf', FOAF)
13 report.bind('earl', EARL)
14 report.bind('doap', DOAP)
15 report.bind('dc', DC)
18 report.add((me, RDF.type, FOAF.Person))
26 report.add((rdflib, DOAP.developer, me))
36 report.add((a, EARL.assertedBy, me))
37 report.add((a, EARL.test, test))
40 report.add((a, DC.date, now))
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Djunitxml.py166 content_out = report.capstdout
167 content_log = report.caplog
230 if report.when == "teardown":
502 nodeid = getattr(report, "nodeid", report)
510 nodeid = getattr(report, "nodeid", report) # type: Union[str, TestReport]
560 if report.passed:
564 elif report.failed:
595 elif report.skipped:
606 self.finalize(report)
632 if not report.passed:
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Djunitxml.py166 content_out = report.capstdout
167 content_log = report.caplog
230 if report.when == "teardown":
502 nodeid = getattr(report, "nodeid", report)
510 nodeid = getattr(report, "nodeid", report) # type: Union[str, TestReport]
560 if report.passed:
564 elif report.failed:
595 elif report.skipped:
606 self.finalize(report)
632 if not report.passed:
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Djunitxml.py166 content_out = report.capstdout
167 content_log = report.caplog
230 if report.when == "teardown":
502 nodeid = getattr(report, "nodeid", report)
510 nodeid = getattr(report, "nodeid", report) # type: Union[str, TestReport]
560 if report.passed:
564 elif report.failed:
595 elif report.skipped:
606 self.finalize(report)
632 if not report.passed:
[all …]
/dports/sysutils/coreos-ct/container-linux-config-transpiler-0.9.0/vendor/github.com/coreos/ignition/config/v2_2/types/
H A Dfile.go24 return report.ReportFromError(errors.ErrAppendAndOverwrite, report.EntryError)
26 return report.Report{}
30 r := report.Report{}
32 r.Add(report.Entry{
34 Kind: report.EntryError,
38 r.Add(report.Entry{
47 r := report.Report{}
51 r.Add(report.Entry{
53 Kind: report.EntryError,
60 r := report.Report{}
[all …]
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/contrib/bbreporter/
H A Dbbreporter.py149 print self.report
325 report = []
331 report.append("")
333 report.append("")
339 report.append("")
342 report.append("")
343 report.append("")
349 report.append("")
351 report.append("")
352 report.append("")
[all …]
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/
H A Djunitxml.py176 content_log = report.caplog
224 def append_pass(self, report): argument
510 def finalize(self, report): argument
511 nodeid = getattr(report, "nodeid", report)
519 nodeid = getattr(report, "nodeid", report)
569 if report.passed:
573 elif report.failed:
604 elif report.skipped:
615 self.finalize(report)
642 if not report.passed:
[all …]
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/tests/
H A Dqwtest.py19 for report in reports:
20 …f %f+/-%f"%(report['method'],report['quantity'],report['system'],report['passed'],report['result']…
44 report={}
45 report['system']=systems[k]
46 report['method']=methods[k]
47 report['description']=descriptions[k]
48 report['quantity']=k
50 report['error']=dat_properties[k]['error'][0]
51 report['reference']=ref_data[k][0]
52 report['err_ref']=ref_data[k][1]
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/rdoc/
H A Dtest_rdoc_stats.rb46 report = @s.report
74 report = @s.report
105 report = @s.report
136 report = @s.report
154 report = @s.report
185 report = @s.report
227 report = @s.report
254 report = @s.report
275 report = @s.report
299 report = @s.report
[all …]
/dports/biology/protomol/protomol/applications/iSGProtomol-app/
H A DiSGProtomol.cpp81 report << plain <<endl in main()
349 report << endr; in main()
354 report << par.bonds[i] << endr; in main()
356 report << par.angles[i] << endr; in main()
358 report << par.dihedrals[i] << endr; in main()
364 report << par.nbfixs[i] << endr; in main()
366 report << par.hbonds[i] << endr; in main()
432 report << error << errMsg <<endr; in main()
524 report <<"."<<endr; in main()
536 report << "}"<<endr; in main()
[all …]
/dports/www/matomo/piwik/core/Report/
H A DReportWidgetFactory.php27 private $report = null; variable in Piwik\\Report\\ReportWidgetFactory
33 public function __construct(Report $report) argument
35 $this->report = $report;
49 $widget->setName($this->report->getName());
50 $widget->setCategoryId($this->report->getCategoryId());
52 if ($this->report->getDefaultTypeViewDataTable()) {
56 if ($this->report->getSubcategoryId()) {
60 $widget->setModule($this->report->getModule());
61 $widget->setAction($this->report->getAction());
66 $parameters = $this->report->getParameters();
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptrunner/wptrunner/executors/pytestrunner/
H A Drunner.py104 if report.passed and report.when == "call":
105 self.record_pass(report)
106 elif report.failed:
119 if report.when != "call":
123 elif report.skipped:
124 self.record_skip(report)
126 def record_pass(self, report): argument
127 self.record(report.nodeid, "PASS")
130 self.record(report.nodeid, "FAIL", message=message, stack=report.longrepr)
135 self.record(report.nodeid, "ERROR", message, report.longrepr)
[all …]
/dports/net/measurement-kit/measurement-kit-0.10.14/test/report/
H A Dreport_legacy.cpp15 using namespace mk::report;
103 ReportLegacy report; variable
105 report.open([&](Error err) { in __anon6dbc696e0702()
121 ReportLegacy report; variable
124 report.open([&](Error err) { in __anon6dbc696e0902()
144 ReportLegacy report; variable
195 ReportLegacy report; variable
198 report.open([&](Error err) { in __anon6dbc696e1202()
224 ReportLegacy report; variable
246 ReportLegacy report; variable
[all …]
/dports/biology/ugene/ugene-40.1/src/ugenem/src/
H A DSendReportDialog.cpp72 report = "Exception with code "; in parse()
85 report += "CPU Info: "; in parse()
88 report += "Memory Info: "; in parse()
107 report += "UUID: "; in parse()
110 report += "ActiveWindow: "; in parse()
119 report += "Log:\n"; in parse()
122 report += "Task tree:\n"; in parse()
126 report += list.takeLast(); in parse()
130 report += "\n\n"; in parse()
139 report += str + "\n"; in parse()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/browser/modules/
H A DProcessHangMonitor.jsm67 this.handleUserInput(win, report => report.terminateScript());
75 this.handleUserInput(win, report => report.terminateGlobal());
102 this.handleUserInput(win, report => report.terminatePlugin());
111 if (!report) {
131 if (!report) {
169 if (!report) {
209 if (!report) {
277 if (report.hangType == report.SLOW_SCRIPT) {
291 } else if (report.hangType == report.PLUGIN_HANG) {
558 if (report.hangType == report.SLOW_SCRIPT) {
[all …]
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Macros/
H A DSERVERINFORMATION.pm22 my $report;
41 return $report;
46 my $report = <<DONE;
106 $report .=
110 $report .= '</noautolink>';
112 return $report;
117 my $report = <<DONE;
164 $report .=
171 return $report;
176 my $report = <<DONE;
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/partials/
H A Dscheduledreport.table.html.php64 foreach ($data['reports'] as $report) {
67 ->setArgument('reportid', $report['reportid'])
72 …if (($report['state'] == ZBX_REPORT_STATE_ERROR || $report['state'] == ZBX_REPORT_STATE_SUCCESS_IN…
73 && $report['info'] !== '') {
75 ? makeErrorIcon($report['info'])
76 : makeWarningIcon($report['info']);
87 if ($report['active_till'] !== '') {
116 ? new CCheckBox('reportids['.$report['reportid'].']', $report['reportid'])
119 $report['owner'],
120 $cycles[$report['cycle']],
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/partials/
H A Dscheduledreport.table.html.php64 foreach ($data['reports'] as $report) {
67 ->setArgument('reportid', $report['reportid'])
72 …if (($report['state'] == ZBX_REPORT_STATE_ERROR || $report['state'] == ZBX_REPORT_STATE_SUCCESS_IN…
73 && $report['info'] !== '') {
75 ? makeErrorIcon($report['info'])
76 : makeWarningIcon($report['info']);
87 if ($report['active_till'] !== '') {
116 ? new CCheckBox('reportids['.$report['reportid'].']', $report['reportid'])
119 $report['owner'],
120 $cycles[$report['cycle']],
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/partials/
H A Dscheduledreport.table.html.php64 foreach ($data['reports'] as $report) {
67 ->setArgument('reportid', $report['reportid'])
72 …if (($report['state'] == ZBX_REPORT_STATE_ERROR || $report['state'] == ZBX_REPORT_STATE_SUCCESS_IN…
73 && $report['info'] !== '') {
75 ? makeErrorIcon($report['info'])
76 : makeWarningIcon($report['info']);
87 if ($report['active_till'] !== '') {
116 ? new CCheckBox('reportids['.$report['reportid'].']', $report['reportid'])
119 $report['owner'],
120 $cycles[$report['cycle']],
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/partials/
H A Dscheduledreport.table.html.php64 foreach ($data['reports'] as $report) {
67 ->setArgument('reportid', $report['reportid'])
72 …if (($report['state'] == ZBX_REPORT_STATE_ERROR || $report['state'] == ZBX_REPORT_STATE_SUCCESS_IN…
73 && $report['info'] !== '') {
75 ? makeErrorIcon($report['info'])
76 : makeWarningIcon($report['info']);
87 if ($report['active_till'] !== '') {
116 ? new CCheckBox('reportids['.$report['reportid'].']', $report['reportid'])
119 $report['owner'],
120 $cycles[$report['cycle']],
[all …]

12345678910>>...2555