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

/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/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/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/sync/internal_api/
H A Dsync_manager_impl.h196 int total_count; member in struct:syncer::SyncManagerImpl::NotificationInfo
/external/chromium/net/proxy/
H A Dmulti_threaded_proxy_resolver_unittest.cc701 int total_count = 0; local
703 total_count += factory->resolvers()[i]->request_count();
705 EXPECT_EQ(7, total_count);
/external/chromium_org/net/proxy/
H A Dmulti_threaded_proxy_resolver_unittest.cc710 int total_count = 0; local
712 total_count += factory->resolvers()[i]->request_count();
714 EXPECT_EQ(7, total_count);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc263 uintptr_t total_count = 0; local
266 total_count += Count(entry);
272 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/chrome/browser/visitedlink/
H A Dvisitedlink_unittest.cc417 int total_count = VisitedLinkMaster::kDefaultTableSize + 10; local
418 for (int i = 0; i < total_count; i++)
427 ASSERT_EQ(used_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.c859 FT_Long total_count = ft_atol( p ); local
862 if ( total_count > 0 )
865 table->alloc_count_max = (FT_ULong)total_count;
/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h525 uptr total_count = (region->mapped_user - beg_idx - size) local
527 region->allocated_meta += total_count * kMetadataSize;
/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc425 size_t total_count() const { function in class:net::__anon8689::PriorityTracker
1611 return priority_tracker_.total_count();
/external/v8/src/
H A Dliveobjectlist.cc813 inline int total_count() { function in class:v8::internal::LiveObjectSummary
1104 int total_count = CountHeapObjects(); local
1105 int count = total_count;
1165 Smi::FromInt(total_count),
1403 // count: <total_count>,
1476 int total_count = summary.total_count(); local
1479 Smi::FromInt(total_count),
1528 int total_count = LiveObjectList::list_count(); local
1529 int dump_count = total_count;
1716 AddRootRetainerIfFound(const LolVisitor& visitor, LolFilter* filter, LiveObjectSummary* summary, void (*SetRootFound)(LiveObjectSummary* s), int start, int dump_limit, int* total_count, Handle<FixedArray> retainers_arr, int* count, int* index, const char* root_name, Handle<String> id_sym, Handle<String> desc_sym, Handle<String> size_sym, Handle<Object> error) argument
1775 GetRetainers(Handle<HeapObject> target, Handle<JSObject> instance_filter, Handle<FixedArray> retainers_arr, int start, int dump_limit, int* total_count, LolFilter* filter, LiveObjectSummary* summary, JSFunction* arguments_function, Handle<Object> error) argument
2303 int total_count = lol->TotalObjCount(); local
2484 int total_count = lol->TotalObjCount(); local
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc1136 int total_count; member in struct:sync_api::__anon2464::NotificationInfo
1139 NotificationInfo() : total_count(0) {}
1146 value->SetInteger("totalCount", total_count);
2716 info->total_count++;

Completed in 434 milliseconds