Searched refs:total_count (Results 1 - 25 of 42) sorted by path

12

/external/chromium_org/base/metrics/
H A Dsparse_histogram.cc119 Count total_count = snapshot->TotalCount(); local
120 double scaled_total_count = total_count / 100.0;
122 WriteAsciiHeader(total_count, output);
169 void SparseHistogram::WriteAsciiHeader(const Count total_count, argument
174 total_count);
H A Dsparse_histogram.h75 void WriteAsciiHeader(const Count total_count,
/external/chromium_org/cc/debug/
H A Dpicture_record_benchmark.cc68 unsigned total_count = it->second.second; local
71 if (total_count > 0)
72 average_time = total_time.InMillisecondsF() / total_count;
77 result->SetInteger("samples_count", total_count);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dcounting_policy_unittest.cc380 int total_count = 0; local
382 total_count += actions->at(i)->count();
384 ASSERT_EQ(3, total_count);
/external/chromium_org/chrome/browser/metrics/
H A Dsignin_status_metrics_provider.cc187 size_t total_count,
189 // total_count is known to be bigger than 0.
192 } else if (total_count == signed_in_profiles_count) {
186 UpdateInitialSigninStatus( size_t total_count, size_t signed_in_profiles_count) argument
H A Dsignin_status_metrics_provider.h92 // log upload. |total_count| is the number of opened profiles and
94 // |total_count| profiles.
95 void UpdateInitialSigninStatus(size_t total_count, size_t signed_in_count);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest_chromeos.cc98 size_t total_count = 0; local
101 ++total_count;
105 EXPECT_EQ(2u, total_count);
122 size_t total_count = 0; local
126 ++total_count;
134 EXPECT_EQ(4u, total_count); // Default browser() + 3 app windows
161 size_t total_count = 0; local
164 ++total_count;
168 EXPECT_EQ(4u, total_count);
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc1918 int total_count = model_->item_count(); local
1926 EXPECT_EQ(total_count - 1, model_->item_count());
1931 EXPECT_EQ(total_count - 2, model_->item_count());
/external/chromium_org/components/visitedlink/test/
H A Dvisitedlink_unittest.cc453 int total_count = VisitedLinkMaster::kDefaultTableSize + 10; local
454 for (int i = 0; i < total_count; i++)
464 ASSERT_EQ(used_count, total_count);
/external/chromium_org/content/browser/download/
H A Drate_estimator.cc69 uint64 total_count = 0; local
72 total_count += history_[index];
74 return total_count / (bucket_count_ * bucket_time_.InSeconds());
/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc421 size_t total_count() const { function in class:net::__anon9207::PriorityTracker
1731 return priority_tracker_.total_count();
/external/chromium_org/net/proxy/
H A Dmulti_threaded_proxy_resolver_unittest.cc687 int total_count = 0; local
689 total_count += factory->resolvers()[i]->request_count();
691 EXPECT_EQ(7, total_count);
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.cc105 SyncManagerImpl::NotificationInfo::NotificationInfo() : total_count(0) {}
110 value->SetInteger("totalCount", total_count);
H A Dsync_manager_impl.h201 int total_count; member in struct:syncer::SyncManagerImpl::NotificationInfo
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c854 FT_Long total_count = ft_atol( p ); local
857 if ( total_count > 0 )
860 table->alloc_count_max = (FT_ULong)total_count;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc275 uintptr_t total_count = 0; local
278 total_count += Count(entry);
284 PrintCountAndSize(writer, total_count, total_size);
H A Dpprof959 my $total_count = shift;
967 printf("Total: %s %s\n", Unparse($total_count), Units());
974 Unparse($total_count), ($focus_count*100.0) / $total_count);
982 Unparse($total_count),
983 ($ignore_count*100.0) / $total_count);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc258 uintptr_t total_count = 0; local
261 total_count += Count(entry);
267 PrintCountAndSize(writer, total_count, total_size);
H A Dpprof959 my $total_count = shift;
967 printf("Total: %s %s\n", Unparse($total_count), Units());
974 Unparse($total_count), ($focus_count*100.0) / $total_count);
982 Unparse($total_count),
983 ($ignore_count*100.0) / $total_count);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c2071 int cnt, limit_out = 0, total_count; local
2139 total_count = 0;
2190 total_count++;
2195 if (total_count > SCTP_ADDRESS_LIMIT) {
/external/chromium_org/third_party/webrtc/video_engine/
H A Doveruse_frame_detector.cc272 int total_count = 0; local
278 total_count += count;
284 variance /= std::max(total_count, 1);
/external/chromium_org/tools/android/memdump/
H A Dmemdump.cc83 PageCount() : total_count(0), unevictable_count(0) {}
85 int total_count;
311 ++memory_map->private_pages.total_count;
354 ++page_count_to_update->total_count;
367 out->append(base::IntToString(it->total_count * kPageSize));
391 total_private += memory_map.private_pages.total_count;
393 totals_app_shared[i] += memory_map.app_shared_pages[i].total_count;
394 total_other_shared += memory_map.other_shared_pages.total_count;
433 memory_map.private_pages.total_count * kPageSize,
436 memory_map.other_shared_pages.total_count * kPageSiz
[all...]
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc3738 ? small_entries()->total_count()
/external/chromium_org/v8/src/
H A Dfactory.cc121 DCHECK(small.total_count() > 0);
132 DCHECK(small.total_count() > 0);
133 DCHECK(extended.total_count() > 0);
H A Dobjects-inl.h2295 return total_count() == 0;
2315 int ConstantPoolArray::NumberOfEntries::total_count() const {
2602 TotalCountField::encode(small.total_count()) |

Completed in 1254 milliseconds

12