Searched defs:stats (Results 201 - 225 of 338) sorted by relevance

1234567891011>>

/external/chromium_org/net/disk_cache/
H A Dbackend_unittest.cc2774 disk_cache::StatsItems stats; local
2775 cache_->GetStats(&stats);
2776 EXPECT_FALSE(stats.empty());
2779 EXPECT_EQ(1, std::count(stats.begin(), stats.end(), hits));
2783 // Now open the cache and verify that the stats are still there.
2788 stats.clear();
2789 cache_->GetStats(&stats);
2790 EXPECT_FALSE(stats.empty());
2792 EXPECT_EQ(1, std::count(stats
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc351 // Save stats to disk at 5 min intervals.
686 void BackendImplV3::GetStats(StatsItems* stats) { argument
694 stats->push_back(item);
698 stats->push_back(item);
702 stats->push_back(item);
706 stats->push_back(item);
710 stats->push_back(item);
712 stats_.GetItems(stats);
768 Addr address(data_->header.stats);
1228 StatsItems stats; local
[all...]
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc545 std::vector<std::pair<std::string, std::string> >* stats) {
549 stats->push_back(item);
544 GetStats( std::vector<std::pair<std::string, std::string> >* stats) argument
/external/chromium_org/net/quic/
H A Dquic_client_session.cc265 const QuicConnectionStats stats = connection()->GetStats(); local
266 if (stats.max_sequence_reordering == 0)
270 if (stats.min_rtt_us > 0 ) {
272 GG_UINT64_C(100) * stats.max_time_reordering_us / stats.min_rtt_us;
276 if (stats.min_rtt_us > 100 * 1000) {
281 stats.max_sequence_reordering);
772 const QuicConnectionStats& stats = connection()->GetStats(); local
773 dict->SetInteger("packets_sent", stats.packets_sent);
774 dict->SetInteger("packets_received", stats
[all...]
H A Dquic_stream_factory.cc914 const HttpServerProperties::NetworkStats* stats = local
917 if (stats != NULL) {
918 config.SetInitialRoundTripTimeUsToSend(stats->srtt.InMicroseconds());
991 const QuicConnectionStats& stats = session->connection()->GetStats(); local
994 network_stats.srtt = base::TimeDelta::FromMicroseconds(stats.srtt_us);
995 network_stats.bandwidth_estimate = stats.estimated_bandwidth;
1002 stats.packets_received);
/external/chromium_org/net/url_request/
H A Durl_request_throttler_simulation_unittest.cc676 Stats stats; member in struct:net::__anon9806::Trial
723 ++trials[i].stats.num_runs;
730 trials[i].stats.total_ratio_unprotected += ratio_unprotected;
731 trials[i].stats.total_ratio_protected += ratio_protected;
751 trials[i].stats.DidConverge(&increase_ratio);
754 trials[i].stats.ReportTrialResult(increase_ratio);
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp923 void ThreadState::getStats(HeapStats& stats) argument
925 stats = m_stats;
931 ASSERT(scannedStats == stats);
1061 SweepNonFinalizedHeapTask(ThreadState* state, BaseHeap* heap, HeapStats* stats)
1064 , m_stats(stats)
1121 // Sweeping will recalculate the stats
1156 HeapStats* stats = &heapStatsVector[i]; local
1157 m_sweeperThread->postTask(new SweepNonFinalizedHeapTask(this, splitOff, stats));
1166 HeapStats stats; local
1167 m_heaps[FirstNonFinalizedHeap + i]->sweep(&stats);
1176 HeapStats stats; local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
H A Dirclib.py801 def stats(self, statstype, server=""): member in class:ServerConnection
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc40 // stats -- Print DB stats
291 Stats stats; member in struct:leveldb::__anon12439::RandomGenerator::ThreadState
502 } else if (name == Slice("stats")) {
503 PrintStats("leveldb.stats");
554 thread->stats.Start();
556 thread->stats.Stop();
598 arg[0].thread->stats.Merge(arg[i].thread->stats);
600 arg[0].thread->stats
895 std::string stats; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector_unittest.cc114 AudioProcessorInterface::AudioProcessorStats* stats) OVERRIDE {
115 stats->typing_noise_detected = true;
116 stats->echo_return_loss = 2;
117 stats->echo_return_loss_enhancement = 3;
118 stats->echo_delay_median_ms = 4;
119 stats->aec_quality_min = 5.1f;
120 stats->echo_delay_std_ms = 6;
463 // Adds a outgoing video track with a given SSRC into the stats.
472 // Adds a incoming video track with a given SSRC into the stats.
481 // Adds a outgoing audio track with a given SSRC into the stats
505 SetupAndVerifyAudioTrackStats( FakeAudioTrack* audio_track, webrtc::MediaStream* stream, webrtc::StatsCollector* stats, cricket::VoiceChannel* voice_channel, const std::string& vc_name, MockVoiceMediaChannel* media_channel, cricket::VoiceSenderInfo* voice_sender_info, cricket::VoiceReceiverInfo* voice_receiver_info, cricket::VoiceMediaInfo* stats_read, StatsReports* reports) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.cc465 bool Transport::GetStats(TransportStats* stats) { argument
468 &Transport::GetStats_w, this, stats));
471 bool Transport::GetStats_w(TransportStats* stats) { argument
473 stats->content_name = content_name();
474 stats->channel_stats.clear();
483 stats->channel_stats.push_back(substats);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c207 FIRSTPASS_STATS *stats; local
218 stats = (void*)((char *)cfg->rc_twopass_stats_in.buf
221 if ((int)(stats->count + 0.5) != n_packets - 1)
222 ERROR("rc_twopass_stats_in missing EOS stats packet");
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c228 const FIRSTPASS_STATS *stats; local
240 stats = cfg->rc_twopass_stats_in.buf;
242 const int layer_id = (int)stats[i].spatial_layer_id;
255 stats = (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf +
257 layer_id = (int)stats->spatial_layer_id;
260 ||(unsigned int)(stats->count + 0.5) !=
262 ERROR("rc_twopass_stats_in missing EOS stats packet");
268 stats =
271 if ((int)(stats->count + 0.5) != n_packets - 1)
272 ERROR("rc_twopass_stats_in missing EOS stats packe
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c155 const proba_t stats = proba->stats_[t][b][c][p]; local
156 const int nb = (stats >> 0) & 0xffff;
157 const int total = (stats >> 16) & 0xffff;
200 if (enc->pic_->stats != NULL) {
202 enc->pic_->stats->segment_size[n] = p[n];
490 if (pic->stats != NULL) {
591 PassStats stats; local
593 InitPassStats(enc, &stats);
598 if (method == 3) { // we need more stats for method 3 to be reliable.
606 const int is_last_pass = (fabs(stats
749 PassStats stats; local
[all...]
H A Dhistogram.c233 static double FinalHuffmanCost(const VP8LStreaks* const stats) { argument
235 retval += stats->counts[0] * 1.5625 + 0.234375 * stats->streaks[0][1];
236 retval += stats->counts[1] * 2.578125 + 0.703125 * stats->streaks[1][1];
237 retval += 1.796875 * stats->streaks[0][0];
238 retval += 3.28125 * stats->streaks[1][0];
244 const VP8LStreaks stats = VP8LHuffmanCostCount(population, length); local
245 return FinalHuffmanCost(&stats);
250 const VP8LStreaks stats local
[all...]
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h325 WebPAuxStats* stats; member in struct:WebPPicture
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.cc419 Stats stats; local
420 memset(&stats, 0, sizeof(stats));
424 " heapprofile", &stats);
435 &stats);
656 // the collected stats for that bucket.
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_unittest.cc203 AudioDecodingCallStats stats; local
204 acm_->GetDecodingCallStatistics(&stats);
205 EXPECT_EQ(0, stats.calls_to_neteq);
206 EXPECT_EQ(0, stats.calls_to_silence_generator);
207 EXPECT_EQ(0, stats.decoded_normal);
208 EXPECT_EQ(0, stats.decoded_cng);
209 EXPECT_EQ(0, stats.decoded_plc);
210 EXPECT_EQ(0, stats.decoded_plc_cng);
219 AudioDecodingCallStats stats; local
226 acm_->GetDecodingCallStatistics(&stats);
240 AudioDecodingCallStats stats; local
[all...]
H A Daudio_coding_module_unittest_oldapi.cc199 AudioDecodingCallStats stats; local
200 acm_->GetDecodingCallStatistics(&stats);
201 EXPECT_EQ(0, stats.calls_to_neteq);
202 EXPECT_EQ(0, stats.calls_to_silence_generator);
203 EXPECT_EQ(0, stats.decoded_normal);
204 EXPECT_EQ(0, stats.decoded_cng);
205 EXPECT_EQ(0, stats.decoded_plc);
206 EXPECT_EQ(0, stats.decoded_plc_cng);
213 AudioDecodingCallStats stats; local
223 acm_->GetDecodingCallStatistics(&stats);
236 AudioDecodingCallStats stats; local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc295 int NetEqImpl::NetworkStatistics(NetEqNetworkStatistics* stats) { argument
305 *decision_logic_.get(), stats);
314 void NetEqImpl::GetRtcpStatistics(RtcpStatistics* stats) { argument
316 if (stats) {
317 rtcp_.GetStatistics(false, stats);
321 void NetEqImpl::GetRtcpStatisticsNoReset(RtcpStatistics* stats) { argument
323 if (stats) {
324 rtcp_.GetStatistics(true, stats);
H A Dneteq_unittest.cc67 void WriteToFile(const NetEqNetworkStatistics& stats);
68 void ReadFromFileAndCompare(const NetEqNetworkStatistics& stats);
69 void WriteToFile(const RtcpStatistics& stats);
70 void ReadFromFileAndCompare(const RtcpStatistics& stats);
130 void RefFiles::WriteToFile(const NetEqNetworkStatistics& stats) { argument
132 ASSERT_EQ(1u, fwrite(&stats, sizeof(NetEqNetworkStatistics), 1,
138 const NetEqNetworkStatistics& stats) {
145 ASSERT_EQ(0, memcmp(&stats, &ref_stats, stat_size));
149 void RefFiles::WriteToFile(const RtcpStatistics& stats) { argument
151 ASSERT_EQ(1u, fwrite(&(stats
137 ReadFromFileAndCompare( const NetEqNetworkStatistics& stats) argument
163 ReadFromFileAndCompare( const RtcpStatistics& stats) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver.cc1467 RtcpStatistics stats; local
1468 stats.cumulative_lost = it->cumulativeLost;
1469 stats.extended_max_sequence_number = it->extendedHighSeqNum;
1470 stats.fraction_lost = it->fractionLost;
1471 stats.jitter = it->jitter;
1473 stats_callback_->StatisticsUpdated(stats, it->sourceSSRC);
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp813 UninitVariablesAnalysisStats &stats) {
819 stats.NumVariablesAnalyzed = vals.getNumEntries();
847 ++stats.NumBlockVisits;
861 ++stats.NumBlockVisits;
808 runUninitializedVariablesAnalysis( const DeclContext &dc, const CFG &cfg, AnalysisDeclContext &ac, UninitVariablesHandler &handler, UninitVariablesAnalysisStats &stats) argument
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h66 /* number of output statistics. Only stats [0..6] are currently used. */
69 /* knobs [0] and stats [0]: dense row knob and output statistic. */
72 /* knobs [1] and stats [1]: dense column knob and output statistic. */
75 /* stats [2]: memory defragmentation count output statistic */
78 /* stats [3]: colamd status: zero OK, > 0 warning or notice, < 0 error */
81 /* stats [4..6]: error info, or info on jumbled columns */
86 /* error codes returned in stats [3]: */
218 static Index init_rows_cols (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Index> col [], Index A [], Index p [], Index stats[COLAMD_STATS] );
326 * \param stats colamd output statistics and error codes
329 static bool colamd(Index n_row, Index n_col, Index Alen, Index *A, Index *p, double knobs[COLAMD_KNOBS], Index stats[COLAMD_STAT argument
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Darena.h276 * All operations on runcur, runs, and stats require that lock be
299 malloc_bin_stats_t stats; member in struct:arena_bin_s
322 arena_stats_t stats; member in struct:arena_s

Completed in 3608 milliseconds

1234567891011>>