Home
last modified time | relevance | path

Searched refs:getStats (Results 1 – 25 of 1991) sorted by relevance

12345678910>>...80

/dports/devel/open-beagle/beagle-3.0.3/beagle/src/
H A DStatsCalculateOp.cpp75 lPopSize += ioVivarium[i]->getStats()->getPopSize(); in calculateStatsVivarium()
76 if(ioVivarium[i]->getStats()->existItem("processed")) { in calculateStatsVivarium()
89 outStats.resize(ioVivarium[0]->getStats()->size()); in calculateStatsVivarium()
93 double lMax = (*ioVivarium[0]->getStats())[i].mMax; in calculateStatsVivarium()
94 double lMin = (*ioVivarium[0]->getStats())[i].mMin; in calculateStatsVivarium()
111 outStats[i].mId = (*ioVivarium[0]->getStats())[i].mId; in calculateStatsVivarium()
187 if(ioDeme.getStats()->isValid() == false) { in operate()
189 ioDeme.getStats()->setValid(); in operate()
195 *ioDeme.getStats() in operate()
207 ioContext.getVivarium().getStats()->setValid(); in operate()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/webrtc/
H A DRTCPeerConnection-getStats.https.html.ini1 [RTCPeerConnection-getStats.https.html]
2 [getStats() with track not added to connection should reject with InvalidAccessError]
5 [getStats() with track added via addTransceiver should succeed]
8 [getStats() with track associated with more than one sender should reject with InvalidAccessError]
11 …[getStats() with track associated with both sender and receiver should reject with InvalidAccessEr…
14 [getStats() with no argument should return stats report containing peer-connection stats]
17 …[getStats() on track associated with RtpSender should return stats report containing outbound-rtp …
20 …[getStats() on track associated with RtpReceiver should return stats report containing inbound-rtp…
23 …[getStats() with no argument should return stats report containing peer-connection stats on an emp…
26 …[getStats() with no argument should return stats report containing peer-connection stats and outbo…
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webrtc/
H A DRTCPeerConnection-getStats.https.html.ini1 [RTCPeerConnection-getStats.https.html]
6 …[getStats() with no argument should return stats report containing peer-connection stats on an emp…
14 …[getStats() on track associated with RTCRtpSender should return stats report containing outbound-r…
17 [getStats() video outbound-rtp contains all mandatory stats]
20 [getStats() audio outbound-rtp contains all mandatory stats]
23 [getStats(track) should not work if multiple senders have the same track]
26 [getStats() track without stream returns peer-connection and outbound-rtp stats]
29 [getStats() inbound-rtp contains all mandatory stats]
32 [getStats() track with stream returns peer-connection and outbound-rtp stats]
38 [getStats() audio and video validate all mandatory stats]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webrtc/
H A DRTCPeerConnection-getStats.https.html.ini1 [RTCPeerConnection-getStats.https.html]
6 …[getStats() with no argument should return stats report containing peer-connection stats on an emp…
14 …[getStats() on track associated with RTCRtpSender should return stats report containing outbound-r…
17 [getStats() video outbound-rtp contains all mandatory stats]
20 [getStats() audio outbound-rtp contains all mandatory stats]
23 [getStats(track) should not work if multiple senders have the same track]
26 [getStats() track without stream returns peer-connection and outbound-rtp stats]
29 [getStats() inbound-rtp contains all mandatory stats]
32 [getStats() track with stream returns peer-connection and outbound-rtp stats]
38 [getStats() audio and video validate all mandatory stats]
[all …]
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/torrent/tests/
H A Dtorrentfilestreamtest.cpp64 QVERIFY(tc.getStats().completed);
86 QByteArray tmp(tc.getStats().chunk_size, 0);
91 QVERIFY(ret == tc.getStats().chunk_size);
92 written += tc.getStats().chunk_size;
112 bt::Uint32 chunk_size = tc.getStats().chunk_size;
118 if (idx == tc.getStats().total_chunks - 1) {
119 chunk_size = tc.getStats().chunk_size % tc.getStats().total_bytes;
121 chunk_size = tc.getStats().chunk_size;
159 qint64 range_size = tc.getStats().chunk_size * 5;
190 if (off % tc.getStats().chunk_size != 0)
[all …]
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/mediaplayer/
H A Dmediafile.cpp46 if (tc->getStats().multi_file_torrent) {
63 if (tc->getStats().multi_file_torrent) {
69 return tc->getStats().output_path;
75 if (tc->getStats().multi_file_torrent) {
78 return tc->getStats().completed;
84 if (tc->getStats().multi_file_torrent) { in prepopulate_oids()
93 if (tc->getStats().multi_file_torrent) {
105 if (tc->getStats().multi_file_torrent) { in add_oid()
111 return tc->getStats().total_bytes; in add_oid()
117 if (tc->getStats().multi_file_torrent) {
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/
H A DTestLruBlockCache.java72 while(cache.getStats().getEvictionCount() == 0) { in testBackgroundEvictionThread()
150 assertEquals(0, cache.getStats().getEvictionCount()); in testCacheSimple()
175 assertEquals(1, cache.getStats().getEvictionCount()); in testCacheEvictionSimple()
223 assertEquals(cache.getStats().getEvictionCount(), 1);
226 assertEquals(cache.getStats().getEvictedCount(), 2);
308 assertEquals(1, cache.getStats().getEvictedCount());
321 assertEquals(2, cache.getStats().getEvictedCount());
331 assertEquals(3, cache.getStats().getEvictedCount());
342 assertEquals(6, cache.getStats().getEvictedCount());
357 assertEquals(9, cache.getStats().getEvictedCount());
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/webrtc/
H A DRTCPeerConnection-getStats.https.html.ini1 [RTCPeerConnection-getStats.https.html]
5 …[getStats() with no argument should return stats report containing peer-connection stats on an emp…
13 [getStats() track with stream returns peer-connection and outbound-rtp stats]
17 [getStats() track without stream returns peer-connection and outbound-rtp stats]
21 [getStats() audio outbound-rtp contains all mandatory stats]
25 [getStats() video outbound-rtp contains all mandatory stats]
29 [getStats() audio and video validate all mandatory stats]
33 …[getStats() on track associated with RTCRtpSender should return stats report containing outbound-r…
37 …[getStats() on track associated with RTCRtpReceiver should return stats report containing inbound-…
41 [getStats() inbound-rtp contains all mandatory stats]
[all …]
/dports/games/openxcom/OpenXcom-1.0/src/Battlescape/
H A DUnitInfoState.cpp512 ss << _unit->getStats()->bravery; in init()
524 ss << _unit->getStats()->reactions; in init()
530 ss << (int)((_unit->getStats()->firing * _unit->getHealth()) / _unit->getStats()->health); in init()
533 _barFiring->setValue((_unit->getStats()->firing * _unit->getHealth()) / _unit->getStats()->health); in init()
536 ss << (int)((_unit->getStats()->throwing * _unit->getHealth()) / _unit->getStats()->health); in init()
539 …_barThrowing->setValue((_unit->getStats()->throwing * _unit->getHealth()) / _unit->getStats()->hea… in init()
542 ss << (int)((_unit->getStats()->melee * _unit->getHealth()) / _unit->getStats()->health); in init()
545 _barMelee->setValue((_unit->getStats()->melee * _unit->getHealth()) / _unit->getStats()->health); in init()
548 ss << _unit->getStats()->strength; in init()
572 if (_unit->getStats()->psiSkill > 0) in init()
[all …]
/dports/databases/pecl-memcache/memcache-8.0/tests/
H A D034.phpt2 memcache->getStats() with arguments
13 $result = $memcache->getStats();
17 $result = $memcache->getStats('abc');
20 $result = $memcache->getStats('reset');
27 $result = $memcache->getStats('malloc');
31 $result = $memcache->getStats('slabs');
36 $result = $memcache->getStats('cachedump', $slab, 10);
40 $result = $memcache->getStats('items');
43 //$result = $memcache->getStats('sizes');
/dports/games/openxcom/OpenXcom-1.0/src/Ufopaedia/
H A DArticleStateArmor.cpp116 addStat("STR_TIME_UNITS", armor->getStats()->tu, true); in ArticleStateArmor()
117 addStat("STR_STAMINA", armor->getStats()->stamina, true); in ArticleStateArmor()
118 addStat("STR_HEALTH", armor->getStats()->health, true); in ArticleStateArmor()
119 addStat("STR_BRAVERY", armor->getStats()->bravery, true); in ArticleStateArmor()
120 addStat("STR_REACTIONS", armor->getStats()->reactions, true); in ArticleStateArmor()
121 addStat("STR_FIRING_ACCURACY", armor->getStats()->firing, true); in ArticleStateArmor()
122 addStat("STR_THROWING_ACCURACY", armor->getStats()->throwing, true); in ArticleStateArmor()
123 addStat("STR_STRENGTH", armor->getStats()->strength, true); in ArticleStateArmor()
124 addStat("STR_PSIONIC_STRENGTH", armor->getStats()->psiStrength, true); in ArticleStateArmor()
125 addStat("STR_PSIONIC_SKILL", armor->getStats()->psiSkill, true); in ArticleStateArmor()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/dht/control/impl/
H A DDHTControlStatsImpl.java59 transport_snapshot = control.getTransport().getStats().snapshot(); in DHTControlStatsImpl()
61 router_snapshot = control.getRouter().getStats().getStats(); in DHTControlStatsImpl()
84 DHTTransportStats t_stats = transport.getStats().snapshot(); in update()
100 router_snapshot = control.getRouter().getStats().getStats(); in update()
196 vd = control.getDataBase().getStats().getValueDetails(); in getValueDetails()
215 return( control.getDataBase().getStats().getKeyCount()); in getDBKeyCount()
221 return( control.getDataBase().getStats().getValueCount()); in getDBValueCount()
227 return( control.getDataBase().getStats().getKeyBlockCount()); in getDBKeysBlocked()
249 return( control.getDataBase().getStats().getSize()); in getDBStoreSize()
/dports/net/kget/kget-21.12.3/transfer-plugins/bittorrent/
H A Dbttransfer.cpp120 const bt::TorrentStats stats = torrent->getStats(); in isWorking()
260 if(torrent->getStats().priv_torrent) { in addTracker()
330 m_uploadSpeed = torrent->getStats().upload_rate; in updateTorrent()
532 return torrent->getStats().session_bytes_downloaded; in sessionBytesDownloaded()
540 return torrent->getStats().session_bytes_uploaded; in sessionBytesUploaded()
580 return torrent->getStats().seeders_connected_to; in seedsConnected()
588 return torrent->getStats().seeders_total; in seedsDisconnected()
596 return torrent->getStats().leechers_connected_to; in leechesConnected()
604 return torrent->getStats().leechers_total; in leechesDisconnected()
687 if (torrent->getStats().multi_file_torrent) in files()
[all …]
/dports/net-p2p/ktorrent/ktorrent-21.12.3/libktcore/torrent/
H A Dqueuemanager.cpp81 const TorrentStats &s = tc->getStats(); in startInternal()
96 const TorrentStats &s = tc->getStats(); in checkLimits()
131 const TorrentStats &s = tc->getStats(); in checkDiskSpace()
156 const TorrentStats &s = tc->getStats(); in start()
177 const TorrentStats &s = tc->getStats(); in stop()
239 const TorrentStats &s = tc->getStats(); in checkMaxSeedTime()
377 if (tc->getStats().running) { in onExit()
500 if (tor->getStats().running) { in mergeAnnounceList()
711 if (tc->getStats().completed) in IsStalled()
766 if (tc->getStats().running) in onOnlineStateChanged()
[all …]
/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Ddpllt_minisat.cpp92 cout << "Number of Decisions\t\t\t" << solver->getStats().decisions << endl; in search()
93 cout << "Number of Propagations\t\t\t" << solver->getStats().propagations << endl; in search()
95 << (solver->getStats().conflicts - solver->getStats().theory_conflicts) << endl; in search()
99 << (solver->getStats().clauses_literals + solver->getStats().learnts_literals) << endl; in search()
100 cout << "Max. Number of Literals\t\t\t" << solver->getStats().max_literals << endl; in search()
103 cout << "Max. Decision Level\t\t\t" << solver->getStats().max_level << endl; in search()
104 cout << "Number of Deleted Clauses\t\t" << solver->getStats().del_clauses << endl; in search()
105 cout << "Number of Deleted Lemmas\t\t" << solver->getStats().del_lemmas << endl; in search()
106 cout << "Number of Database Simplifications\t" << solver->getStats().db_simpl << endl; in search()
107 cout << "Number of Lemma Cleanups\t\t" << solver->getStats().lm_simpl << endl; in search()
[all …]
/dports/net-p2p/ktorrent/ktorrent-21.12.3/libktcore/dbus/
H A Ddbustorrent.cpp62 return ti->getStats().priv_torrent; in isPrivate()
67 return ti->getStats().download_rate; in downloadSpeed()
72 return ti->getStats().upload_rate; in uploadSpeed()
87 return ti->getStats().total_bytes; in totalSize()
97 return ti->getStats().bytes_left; in bytesLeft()
107 return ti->getStats().total_chunks; in chunks()
112 return ti->getStats().chunk_size; in chunkSize()
127 return ti->getStats().seeders_total; in seedersTotal()
178 if (ti->getStats().priv_torrent) in addTracker()
186 if (ti->getStats().priv_torrent) in removeTracker()
[all …]
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/recovery/
H A DCheckpointActivationTest.java90 EnvironmentStats stats = env.getStats(statsConfig); // clear stats in testLogSizeBasedCheckpoints()
92 stats = env.getStats(statsConfig); // read again in testLogSizeBasedCheckpoints()
112 env.getStats(statsConfig); // Clear stats in testLogSizeBasedCheckpoints()
138 stats = env.getStats(statsConfig); in testLogSizeBasedCheckpoints()
158 stats = env.getStats(statsConfig); in testLogSizeBasedCheckpoints()
220 stats = env.getStats(statsConfig); // read again in testApiCalls()
233 stats = env.getStats(statsConfig); // read again in testApiCalls()
243 stats = env.getStats(statsConfig); // read again in testApiCalls()
251 stats = env.getStats(statsConfig); // read again in testApiCalls()
260 stats = env.getStats(statsConfig); // read again in testApiCalls()
[all …]
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/torrent/
H A Dtorrentfilestream.cpp122 if (d->tc->getStats().multi_file_torrent) { in size()
125 return d->tc->getStats().total_bytes; in size()
159 if (d->tc->getStats().multi_file_torrent) { in path()
162 return d->tc->getStats().output_path; in path()
288 if (tc && tc->getStats().multi_file_torrent) in firstChunk()
296 if (tc && tc->getStats().multi_file_torrent) in firstChunkOffset()
306 else if (tc->getStats().multi_file_torrent) in lastChunk()
309 return tc->getStats().total_chunks - 1; in lastChunk()
316 else if (tc->getStats().multi_file_torrent) in lastChunkSize()
330 if (tc->getStats().multi_file_torrent) { in seek()
[all …]
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/dbi/
H A DDeleteUpdateWithoutReadTest.java88 env.getStats(CLEAR_STATS); in testNoFetch()
93 stats = env.getStats(CLEAR_STATS); in testNoFetch()
99 stats = env.getStats(CLEAR_STATS); in testNoFetch()
105 stats = env.getStats(CLEAR_STATS); in testNoFetch()
111 stats = env.getStats(CLEAR_STATS); in testNoFetch()
118 stats = env.getStats(CLEAR_STATS); in testNoFetch()
134 env.getStats(CLEAR_STATS); in testFetch()
139 stats = env.getStats(CLEAR_STATS); in testFetch()
145 stats = env.getStats(CLEAR_STATS); in testFetch()
153 stats = env.getStats(CLEAR_STATS); in testFetch()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/webrtc/
H A DRTCPeerConnection-getStats.https.html.ini1 [RTCPeerConnection-getStats.https.html]
2 …[getStats() with no argument should return stats report containing peer-connection stats on an emp…
6 …[getStats() with no argument should return stats report containing peer-connection stats and outbo…
10 [getStats() with no argument should return stats for no-stream tracks]
14 …[getStats() on track associated with RtpSender should return stats report containing outbound-rtp …
18 …[getStats() on track associated with RtpReceiver should return stats report containing inbound-rtp…
22 …[getStats() with connected peer connections having tracks and data channel should return all manda…
/dports/net/kget/kget-21.12.3/transfer-plugins/bittorrent/advanceddetails/
H A Diwfiletreemodel.cpp38 mmfile = IsMultimediaFile(tc->getStats().output_path); in IWFileTreeModel()
116 if (tc->getStats().multi_file_torrent && n->file) in displayData()
140 else if (!tc->getStats().multi_file_torrent) in displayData()
156 return ki18n("%1 %").subs(bt::Percentage(tc->getStats()), 0, 'f', 2).toString(); in displayData()
160 else if (tc->getStats().multi_file_torrent && index.column() == 4) in displayData()
170 if (tc->getStats().multi_file_torrent && n->file) in sortData()
190 else if (!tc->getStats().multi_file_torrent) in sortData()
206 return bt::Percentage(tc->getStats()); in sortData()
209 else if (tc->getStats().multi_file_torrent && index.column() == 4) in sortData()
308 if (!tc->getStats().multi_file_torrent) in update()
[all …]
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/infowidget/
H A Diwfiletreemodel.cpp27 mmfile = tc ? IsMultimediaFile(tc->getStats().output_path) : 0; in IWFileTreeModel()
45 mmfile = tc ? IsMultimediaFile(tc->getStats().output_path) : 0; in changeTorrent()
138 if (tc->getStats().multi_file_torrent && n->file) { in displayData()
159 } else if (!tc->getStats().multi_file_torrent) { in displayData()
176 } else if (tc->getStats().multi_file_torrent && index.column() == 4) { in displayData()
185 if (tc->getStats().multi_file_torrent && n->file) { in sortData()
201 } else if (!tc->getStats().multi_file_torrent) { in sortData()
214 return bt::Percentage(tc->getStats()); in sortData()
216 } else if (tc->getStats().multi_file_torrent && index.column() == 4) { in sortData()
312 if (!tc->getStats().multi_file_torrent) { in update()
[all …]
/dports/databases/db18/db-18.1.40/test/java/rep/upgrades/test/repmgrtests/
H A DTestMixedHeartbeats.java31 public MyStats getStats(int site) throws Exception; in getStats() method
102 MyStats s1 = currentGroup.getStats(1); in upg()
106 s1 = currentGroup.getStats(1); in upg()
114 s1 = currentGroup.getStats(1); in upg()
132 MyStats s0 = currentGroup.getStats(0); in upg()
134 s1 = currentGroup.getStats(1); in upg()
139 s0 = currentGroup.getStats(0); in upg()
/dports/databases/db5/db-5.3.28/test/java/rep/upgrades/test/repmgrtests/
H A DTestMixedHeartbeats.java31 public MyStats getStats(int site) throws Exception; in getStats() method
102 MyStats s1 = currentGroup.getStats(1); in upg()
106 s1 = currentGroup.getStats(1); in upg()
114 s1 = currentGroup.getStats(1); in upg()
132 MyStats s0 = currentGroup.getStats(0); in upg()
134 s1 = currentGroup.getStats(1); in upg()
139 s0 = currentGroup.getStats(0); in upg()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/tracker/host/impl/
H A DTRHostTorrentHostImpl.java340 getStats() in getStats() method in TRHostTorrentHostImpl
346 return( st.getStats()); in getStats()
376 TRTrackerServerTorrentStats stats = getStats(); in getSeedCount()
389 TRTrackerServerTorrentStats stats = getStats(); in getLeecherCount()
402 TRTrackerServerTorrentStats stats = getStats(); in getBadNATCount()
415 TRTrackerServerTorrentStats stats = getStats(); in updateStats()
518 TRTrackerServerTorrentStats stats = getStats(); in getTotalUploaded()
531 TRTrackerServerTorrentStats stats = getStats(); in getTotalDownloaded()
544 TRTrackerServerTorrentStats stats = getStats(); in getTotalLeft()
557 TRTrackerServerTorrentStats stats = getStats(); in getTotalBytesIn()
[all …]

12345678910>>...80