Searched defs:total_count (Results 1 - 9 of 9) 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/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/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/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/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::__anon2300::NotificationInfo
1139 NotificationInfo() : total_count(0) {}
1146 value->SetInteger("totalCount", total_count);
2716 info->total_count++;

Completed in 197 milliseconds