Home
last modified time | relevance | path

Searched defs:report (Results 1 – 25 of 6974) sorted by relevance

12345678910>>...279

/dports/devel/etcd/etcd-2.3.8/tools/benchmark/cmd/
H A Dreport.go37 type report struct { struct
38 avgTotal float64
39 fastest float64
40 slowest float64
41 average float64
42 stddev float64
43 rps float64
45 results chan result
46 total time.Duration
49 lats []float64
[all …]
/dports/www/gurl/gurl-0.2.3/
H A Dbench.go70 type report struct { struct
71 avgTotal float64
72 fastest float64
73 slowest float64
74 average float64
75 rps float64
77 results chan *result
78 total time.Duration
82 lats []float64
83 sizeTotal int64
[all …]
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_data_report.c267 ReportStruct *report; in gsb_data_report_get_structure() local
297 ReportStruct *report; in gsb_data_report_get_report_number() local
328 ReportStruct *report; in gsb_data_report_max_number() local
378 ReportStruct *report; in gsb_data_report_new_with_number() local
452 ReportStruct *report; in gsb_data_report_remove() local
492 ReportStruct *report; in gsb_data_report_get_report_by_name() local
518 ReportStruct *report; in gsb_data_report_get_report_name() local
539 ReportStruct *report; in gsb_data_report_set_report_name() local
564 ReportStruct *report; in gsb_data_report_get_show_report_transactions() local
585 ReportStruct *report; in gsb_data_report_set_show_report_transactions() local
[all …]
/dports/science/cdk/cdk-cdk-2.3/misc/extra/src/main/java/org/openscience/cdk/validate/
H A DAbstractValidator.java53 ValidationReport report = new ValidationReport(); in validateChemObject() local
59 ValidationReport report = new ValidationReport(); in validateAtom() local
65 ValidationReport report = new ValidationReport(); in validateAtomContainer() local
71 ValidationReport report = new ValidationReport(); in validateAtomType() local
77 ValidationReport report = new ValidationReport(); in validateBond() local
83 ValidationReport report = new ValidationReport(); in validateChemFile() local
89 ValidationReport report = new ValidationReport(); in validateChemModel() local
95 ValidationReport report = new ValidationReport(); in validateChemSequence() local
101 ValidationReport report = new ValidationReport(); in validateCrystal() local
107 ValidationReport report = new ValidationReport(); in validateElectronContainer() local
[all …]
H A DValidatorEngine.java88 ValidationReport report = new ValidationReport(); in validateAtom() local
102 ValidationReport report = new ValidationReport(); in validateAtomContainer() local
126 ValidationReport report = new ValidationReport(); in validateAtomType() local
140 ValidationReport report = new ValidationReport(); in validateBond() local
158 ValidationReport report = new ValidationReport(); in validateChemFile() local
175 ValidationReport report = new ValidationReport(); in validateChemModel() local
201 ValidationReport report = new ValidationReport(); in validateChemObject() local
214 ValidationReport report = new ValidationReport(); in validateChemSequence() local
232 ValidationReport report = new ValidationReport(); in validateCrystal() local
246 ValidationReport report = new ValidationReport(); in validateElectronContainer() local
[all …]
/dports/devel/etcd31/etcd-3.1.20/pkg/report/
H A Dreport.go17 package report package
40 type report struct { struct
42 precision string
44 avgTotal float64
45 fastest float64
46 slowest float64
47 average float64
48 stddev float64
49 rps float64
53 lats []float64
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/cmd/gorelease/
H A Dreport.go21 type report struct { struct
25 base moduleInfo
30 release moduleInfo
34 packages []packageReport
37 versionInvalid *versionMessage
41 haveCompatibleChanges bool
45 haveIncompatibleChanges bool
49 haveBaseErrors bool
53 haveReleaseErrors bool
60 func (r *report) Text(w io.Writer) error {
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DConfigurationTest.php189 public static function testPhpVersion(&$report = null)
228 public static function testMysqlVersion(&$report = null)
350 public static function testSystem($funcs, &$report = null)
409 public static function testConfigDir($dir, &$report = null)
479 public static function testSitemap($dir, &$report = null)
519 public static function testRootDir($dir, &$report = null)
535 public static function testLogDir($dir, &$report = null)
547 public static function testAdminDir($dir, &$report = null)
563 public static function testImgDir($dir, &$report = null)
591 public static function testCacheDir($dir, &$report = null)
[all …]
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/plugins/dummy/
H A Ddummypartitiontable.cpp41 QString DummyPartitionTable::createPartition(Report& report, const Partition& partition) in createPartition()
49 bool DummyPartitionTable::deletePartition(Report& report, const Partition& partition) in deletePartition()
57 bool DummyPartitionTable::updateGeometry(Report& report, const Partition& partition, qint64 sector_… in updateGeometry()
67 bool DummyPartitionTable::clobberFileSystem(Report& report, const Partition& partition) in clobberFileSystem()
75 bool DummyPartitionTable::resizeFileSystem(Report& report, const Partition& partition, qint64 newLe… in resizeFileSystem()
84 FileSystem::Type DummyPartitionTable::detectFileSystemBySector(Report& report, const Device& device… in detectFileSystemBySector()
94 bool DummyPartitionTable::setPartitionSystemType(Report& report, const Partition& partition) in setPartitionSystemType()
102 bool DummyPartitionTable::setPartitionLabel(Report& report, const Partition& partition, const QStri… in setPartitionLabel()
111 QString DummyPartitionTable::getPartitionUUID(Report& report, const Partition& partition) in getPartitionUUID()
119 bool DummyPartitionTable::setPartitionUUID(Report& report, const Partition& partition, const QStrin… in setPartitionUUID()
[all …]
/dports/devel/cutter/cutter-1.2.6/module/report/
H A Dcut-xml-report.c130 init (CutXMLReport *report) in init()
310 CutXMLReport *report) in cb_start_test()
319 CutXMLReport *report) in cb_test_signal()
332 CutXMLReport *report) in cb_complete_test()
429 get_all_results (CutReport *report) in get_all_results()
468 get_success_results (CutReport *report) in get_success_results()
474 get_error_results (CutReport *report) in get_error_results()
480 get_failure_results (CutReport *report) in get_failure_results()
486 get_pending_results (CutReport *report) in get_pending_results()
498 get_omission_results (CutReport *report) in get_omission_results()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/pkg/report/
H A Dreport.go17 package report package
41 type report struct { struct
42 results chan Result
43 precision string
45 stats Stats
46 sps *secondPoints
101 func (r *report) Run() <-chan string {
139 func (r *report) String() (s string) {
162 type reportRate struct{ *report } anonMember
185 func (r *report) processResults() {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/pkg/report/
H A Dreport.go17 package report package
41 type report struct { struct
42 results chan Result
43 precision string
45 stats Stats
46 sps *secondPoints
101 func (r *report) Run() <-chan string {
139 func (r *report) String() (s string) {
162 type reportRate struct{ *report } anonMember
185 func (r *report) processResults() {
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/pkg/report/
H A Dreport.go17 package report package
41 type report struct { struct
42 results chan Result
43 precision string
45 stats Stats
46 sps *secondPoints
101 func (r *report) Run() <-chan string {
139 func (r *report) String() (s string) {
162 type reportRate struct{ *report } anonMember
185 func (r *report) processResults() {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/pkg/report/
H A Dreport.go17 package report package
41 type report struct { struct
42 results chan Result
43 precision string
45 stats Stats
46 sps *secondPoints
101 func (r *report) Run() <-chan string {
139 func (r *report) String() (s string) {
162 type reportRate struct{ *report } anonMember
185 func (r *report) processResults() {
[all …]
/dports/devel/etcd33/etcd-3.3.23/pkg/report/
H A Dreport.go17 package report package
41 type report struct { struct
42 results chan Result
43 precision string
45 stats Stats
46 sps *secondPoints
101 func (r *report) Run() <-chan string {
139 func (r *report) String() (s string) {
162 type reportRate struct{ *report } anonMember
185 func (r *report) processResults() {
[all …]
/dports/devel/etcd34/etcd-3.4.18/pkg/report/
H A Dreport.go17 package report package
41 type report struct { struct
42 results chan Result
43 precision string
45 stats Stats
46 sps *secondPoints
101 func (r *report) Run() <-chan string {
139 func (r *report) String() (s string) {
162 type reportRate struct{ *report } anonMember
185 func (r *report) processResults() {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/pkg/v3/report/
H A Dreport.go17 package report package
41 type report struct { struct
42 results chan Result
43 precision string
45 stats Stats
46 sps *secondPoints
101 func (r *report) Run() <-chan string {
139 func (r *report) String() (s string) {
162 type reportRate struct{ *report } anonMember
185 func (r *report) processResults() {
[all …]
/dports/www/minio-client/etcd-3.5.0/pkg/report/
H A Dreport.go17 package report package
41 type report struct { struct
42 results chan Result
43 precision string
45 stats Stats
46 sps *secondPoints
101 func (r *report) Run() <-chan string {
139 func (r *report) String() (s string) {
162 type reportRate struct{ *report } anonMember
185 func (r *report) processResults() {
[all …]
/dports/devel/etcd32/etcd-3.2.32/pkg/report/
H A Dreport.go17 package report package
41 type report struct { struct
42 results chan Result
43 precision string
45 stats Stats
46 sps *secondPoints
101 func (r *report) Run() <-chan string {
139 func (r *report) String() (s string) {
162 type reportRate struct{ *report } anonMember
185 func (r *report) processResults() {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/pkg/report/
H A Dreport.go17 package report package
41 type report struct { struct
42 results chan Result
43 precision string
45 stats Stats
46 sps *secondPoints
101 func (r *report) Run() <-chan string {
139 func (r *report) String() (s string) {
162 type reportRate struct{ *report } anonMember
185 func (r *report) processResults() {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/pkg/report/
H A Dreport.go17 package report package
41 type report struct { struct
42 results chan Result
43 precision string
45 stats Stats
46 sps *secondPoints
101 func (r *report) Run() <-chan string {
139 func (r *report) String() (s string) {
162 type reportRate struct{ *report } anonMember
185 func (r *report) processResults() {
[all …]
/dports/print/py-relatorio/relatorio-0.10.0/examples/
H A Ddemo_odf.py17 report = Report(abspath(join(dirname(__file__), 'basic.odt')), ODT_MIME) variable
34 report = Report(abspath(join(pwd, 'complicated.odt')), ODT_MIME) variable
44 report = Report(abspath(join(pwd, 'columns.odt')), ODT_MIME) variable
53 report = Report(abspath(join(pwd, 'pivot.ods')), ODS_MIME) variable
59 report = Report(abspath(join(pwd, 'demo_sheets.ods')), ODS_MIME) variable
66 report = Report(abspath(join(pwd, 'presentation.odp')), ODP_MIME) variable
73 report = Report(abspath(join(pwd, 'big.odt')), ODT_MIME) variable
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wave/docs/rest-api/results-api/
H A Dview.md9 ### HTTP Request
13 ### Response Payload
21 ### Example
39 ### HTTP Request
43 ### Query Parameters
49 ### Example
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wave/docs/rest-api/results-api/
H A Dview.md9 ### HTTP Request
13 ### Response Payload
21 ### Example
39 ### HTTP Request
43 ### Query Parameters
49 ### Example
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wave/docs/rest-api/results-api/
H A Dview.md9 ### HTTP Request
13 ### Response Payload
21 ### Example
39 ### HTTP Request
43 ### Query Parameters
49 ### Example

12345678910>>...279