Home
last modified time | relevance | path

Searched refs:collectStats (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/tools/rtcbot/test/
Dwebrtc_video_streaming.js84 collectStats();
91 function collectStats() { function
Dtwo_way_video_streaming.js91 collectStats();
98 function collectStats() { function
DoneWayVideoStreamingWithDownloadingFile.js88 collectStats();
100 function collectStats() { function
/external/webrtc/webrtc/tools/rtcbot/
Dtest.js114 stats[reports[index].id] = collectStats(reports[index].stats);
127 function collectStats(stats) { function
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dproperties.go337 if collectStats {
352 if collectStats {
357 if collectStats {
Dlib.go299 const collectStats = false const
/external/llvm/tools/sancov/
Dsancov.cc829 void collectStats(CoverageStats *Stats) const { in collectStats() function in __anon15e54a520111::SourceCoverageData
1016 void collectStats(CoverageStats *Stats) const { in collectStats() function in __anon15e54a520111::CoverageDataWithObjectFile
1020 SCovData.collectStats(Stats); in collectStats()
1120 Cov->collectStats(&Stats); in printStats()
/external/syzkaller/syz-manager/
Dhtml.go59 Stats: mgr.collectStats(),
100 func (mgr *Manager) collectStats() []UIStat { func