Searched defs:total_count (Results 1 - 25 of 26) sorted by relevance

12

/external/oprofile/libpp/
H A Dcallgraph_container.h162 count_array_t total_count; member in class:callgraph_container
H A Dprofile_container.h173 count_array_t total_count; member in class:profile_container
/external/oprofile/libdb/
H A Ddb_stat.c21 count_type total_count; /**< cumulated samples count */ member in struct:odb_hash_stat_t
53 result->total_count += data->node_base[index].value;
78 printf("total count: %llu\n", stat->total_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/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/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/sync/internal_api/
H A Dsync_manager_impl.h201 int total_count; member in struct:syncer::SyncManagerImpl::NotificationInfo
/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);
/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
/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/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/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);
/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);
/external/oprofile/pp/
H A Dopreport.cpp225 void output_count(count_type total_count, count_type count) argument
228 double ratio = op_ratio(count, total_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/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/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/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/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp687 int total_count = 0, rotated_count[3] = {0, 0, 0}; local
694 total_count ++;
713 if (total_count == 0) {
717 if (rotated_count[0] > total_count * 2 / 3) {
719 } else if (rotated_count[1] > total_count * 2 / 3) {
721 } else if (rotated_count[2] > total_count * 2 / 3) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h534 uptr total_count = (region->mapped_user - beg_idx - size) local
536 region->allocated_meta += total_count * kMetadataSize;
/external/e2fsprogs/misc/
H A De4defrag.c177 static unsigned int total_count; variable
401 total_count++;
591 total_count, file, extents, extents);
604 total_count, file, extents, extents);
1106 if (total_count == 1 && regular_count == 1)
1109 printf("[%u/%u]", defraged_file_count, total_count);
1214 if (total_count == 1 && regular_count == 1) {
1262 defraged_file_count, total_count, file);
1336 defraged_file_count, total_count, file, min(percent, 100));
1472 printf("[%u/%u]", defraged_file_count, total_count);
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kvm.c107 u64 total_count; member in struct:perf_kvm_stat
660 kvm->total_count += get_event_count(event, vcpu);
769 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100);
779 kvm->total_count, kvm->total_time / 1e3);
1024 kvm->total_count = 0;
/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();

Completed in 405 milliseconds

12