Home
last modified time | relevance | path

Searched refs:_stats (Results 251 – 275 of 1159) sorted by relevance

1...<<11121314151617181920>>...47

/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/tools/
H A DhugoPkRead.cpp60 int _stats = 0; in main() local
71 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
131 input.stats = _stats; in main()
149 if (_stats) { in main()
H A DhugoPkUpdate.cpp61 int _stats = 0; in main() local
71 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
134 input.stats = _stats; in main()
154 if (_stats) { in main()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/tools/
H A DhugoPkDelete.cpp50 int _stats = 0; in main() local
58 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
119 input.stats = _stats; in main()
136 if (_stats) { in main()
H A DhugoPkUpdate.cpp50 int _stats = 0; in main() local
60 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
121 input.stats = _stats; in main()
138 if (_stats) { in main()
/dports/multimedia/lms/lms-3.25.2/src/lms/ui/admin/
H A DScannerController.cpp62 : _stats {stats} in ReportResource()
74 …response.out() << Wt::WString::tr("Lms.Admin.ScannerController.errors-header").arg(_stats.errors.s… in handleRequest()
76 for (const auto& error : _stats.errors) in handleRequest()
86 …response.out() << Wt::WString::tr("Lms.Admin.ScannerController.duplicates-header").arg(_stats.dupl… in handleRequest()
91 for (const auto& duplicate : _stats.duplicates) in handleRequest()
130 Scanner::ScanStats _stats; member in UserInterface::ReportResource
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/stats/
H A Ddescriptivestats.py331 self._stats = (
335 self._compute_top = "top" in self._stats
336 self._compute_freq = "freq" in self._stats
350 if key in self._stats:
351 idx = self._stats.index(key)
352 self._stats = (
353 self._stats[:idx]
355 + self._stats[idx + 1 :]
372 return df.loc[[s for s in self._stats if s in df.index]]
504 if "percentiles" not in self._stats:
[all …]
/dports/comms/smstools3/smstools3/src/
H A Dstats.c58 size = NUMBER_OF_MODEMS * (sizeof(_stats) + 16) + SIZE_SHARED_BUFFER + 16; in initstats()
70 if ((statistics[i]=(_stats*)MM_malloc(sizeof(_stats)))) in initstats()
72 if ((statistics[i]=(_stats*)malloc(sizeof(_stats)))) in initstats()
162 fwrite(statistics[i], sizeof(_stats), 1, fp); in savestats()
198 fread(statistics[i], sizeof(_stats), 1, fp); in loadstats()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp56 _stats = stats; in CompactHashtableWriter()
113 _stats->bucket_count = _num_buckets; in allocate_table()
114 _stats->bucket_bytes = _compact_buckets->size() * BytesPerWord; in allocate_table()
115 _stats->hashentry_count = _num_entries_written; in allocate_table()
116 _stats->hashentry_bytes = _compact_entries->size() * BytesPerWord; in allocate_table()
162 int table_bytes = _stats->bucket_bytes + _stats->hashentry_bytes; in dump()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp58 _stats = stats; in CompactHashtableWriter()
115 _stats->bucket_count = _num_buckets; in allocate_table()
116 _stats->bucket_bytes = align_up(_compact_buckets->size() * BytesPerWord, in allocate_table()
118 _stats->hashentry_count = _num_entries_written; in allocate_table()
119 _stats->hashentry_bytes = align_up(_compact_entries->size() * BytesPerWord, in allocate_table()
166 int table_bytes = _stats->bucket_bytes + _stats->hashentry_bytes; in dump()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp57 _stats = stats; in CompactHashtableWriter()
114 _stats->bucket_count = _num_buckets; in allocate_table()
115 _stats->bucket_bytes = align_up(_compact_buckets->size() * BytesPerWord, in allocate_table()
117 _stats->hashentry_count = _num_entries_written; in allocate_table()
118 _stats->hashentry_bytes = align_up(_compact_entries->size() * BytesPerWord, in allocate_table()
165 int table_bytes = _stats->bucket_bytes + _stats->hashentry_bytes; in dump()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp57 _stats = stats; in CompactHashtableWriter()
114 _stats->bucket_count = _num_buckets; in allocate_table()
115 _stats->bucket_bytes = _compact_buckets->size() * BytesPerWord; in allocate_table()
116 _stats->hashentry_count = _num_entries_written; in allocate_table()
117 _stats->hashentry_bytes = _compact_entries->size() * BytesPerWord; in allocate_table()
163 int table_bytes = _stats->bucket_bytes + _stats->hashentry_bytes; in dump()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DcompactHashtable.cpp56 _stats = stats; in CompactHashtableWriter()
113 _stats->bucket_count = _num_buckets; in allocate_table()
114 _stats->bucket_bytes = _compact_buckets->size() * BytesPerWord; in allocate_table()
115 _stats->hashentry_count = _num_entries_written; in allocate_table()
116 _stats->hashentry_bytes = _compact_entries->size() * BytesPerWord; in allocate_table()
162 int table_bytes = _stats->bucket_bytes + _stats->hashentry_bytes; in dump()
/dports/sysutils/usbtop/usbtop-release-1.0/include/usbtop/
H A Dusb_bus.h68 _stats(std::move(o._stats)) in UsbBus()
99 UsbStats _stats; variable
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp61 int _stats = 0; in main() local
71 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
134 input.stats = _stats; in main()
154 if (_stats) { in main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp61 int _stats = 0; in main() local
71 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
134 input.stats = _stats; in main()
154 if (_stats) { in main()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp59 int _stats = 0; in main() local
69 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
132 input.stats = _stats; in main()
151 if (_stats) { in main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp61 int _stats = 0; in main() local
71 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
134 input.stats = _stats; in main()
154 if (_stats) { in main()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp61 int _stats = 0; in main() local
71 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
134 input.stats = _stats; in main()
154 if (_stats) { in main()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp61 int _stats = 0; in main() local
71 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
134 input.stats = _stats; in main()
154 if (_stats) { in main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp61 int _stats = 0; in main() local
71 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
134 input.stats = _stats; in main()
154 if (_stats) { in main()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp61 int _stats = 0; in main() local
71 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
134 input.stats = _stats; in main()
154 if (_stats) { in main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp61 int _stats = 0; in main() local
71 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
134 input.stats = _stats; in main()
154 if (_stats) { in main()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp61 int _stats = 0; in main() local
71 { "stats", 's', arg_flag, &_stats, "report latency per batch", "stats" }, in main()
134 input.stats = _stats; in main()
154 if (_stats) { in main()
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/dell_emc/vnx/
H A Ddriver.py97 self._stats = {}
232 return self._stats
237 self._stats = self.adapter.update_volume_stats()
238 self._stats['driver_version'] = self.VERSION
239 self._stats['vendor_name'] = self.VENDOR
358 return self._stats.get('consistent_group_snapshot_enabled')
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/old-stats/
H A Dmail-stats.c108 static void mail_stats_export(buffer_t *buf, const struct stats *_stats) in mail_stats_export() argument
110 const struct mail_stats *stats = (const struct mail_stats *)_stats; in mail_stats_export()
117 struct stats *_stats, const char **error_r) in mail_stats_import() argument
119 struct mail_stats *stats = (struct mail_stats *)_stats; in mail_stats_import()

1...<<11121314151617181920>>...47