HomeSort by relevance Sort by last modified time
    Searched refs:total_counts (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/spdy/
hpack_huffman_aggregator_test.cc 39 size_t total_counts() { function in class:net::test::HpackHuffmanAggregatorPeer
42 void set_total_counts(size_t total_counts) {
43 agg_->total_counts_ = total_counts;
151 EXPECT_EQ(0u, peer_.total_counts());
hpack_encoder_test.cc 432 size_t total_counts = 0; local
433 encoder_.SetCharCountsStorage(&counts, &total_counts);
448 EXPECT_EQ(9u, total_counts);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_data_provider.cc 244 std::map<std::string, int> total_counts; local
252 ++total_counts[desired_name];
258 if (total_counts[name] != 1) {
  /external/oprofile/pp/
opreport.cpp 157 count_array_t total_counts; member in struct:__anon32232::summary_container
178 total_counts[i] += app.add_profile(*it, i);
181 total_counts[i]
306 ? summaries.total_counts[i] : app.counts[i];
327 if ((app.counts[0] * 100.0) / summaries.total_counts[0]
333 output_count(summaries.total_counts[j], app.counts[j]);

Completed in 1143 milliseconds