HomeSort by relevance Sort by last modified time
    Searched defs:total_count (Results 1 - 9 of 9) sorted by null

  /external/oprofile/libpp/
callgraph_container.h 162 count_array_t total_count; member in class:callgraph_container
profile_container.h 173 count_array_t total_count; member in class:profile_container
  /external/oprofile/libdb/
db_stat.c 21 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/
multi_threaded_proxy_resolver_unittest.cc 701 int total_count = 0; local
703 total_count += factory->resolvers()[i]->request_count();
705 EXPECT_EQ(7, total_count);
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 417 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/
ftdbgmem.c 859 FT_Long total_count = ft_atol( p ); local
862 if ( total_count > 0 )
865 table->alloc_count_max = (FT_ULong)total_count;
  /hardware/invensense/mlsdk/mlutils/
mputest.c 324 int total_count = 0; local
431 x[total_count + i] = CHARS_TO_SHORT(&dataout[0]);
432 y[total_count + i] = CHARS_TO_SHORT(&dataout[2]);
433 z[total_count + i] = CHARS_TO_SHORT(&dataout[4]);
436 total_count + i, x[total_count + i],
437 y[total_count + i], z[total_count + i]);
440 total_count += packet_count;
465 MPL_LOGI("Total %d samples\n", total_count);
574 int total_count = 0; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 1136 int total_count; member in struct:sync_api::__anon3058::NotificationInfo
    [all...]
  /external/v8/src/
liveobjectlist.cc 806 inline int total_count() { function in class:v8::internal::LiveObjectSummary
1095 int total_count = CountHeapObjects(); local
1456 int total_count = summary.total_count(); local
1505 int total_count = LiveObjectList::list_count(); local
2261 int total_count = lol->TotalObjCount(); local
2442 int total_count = lol->TotalObjCount(); local
    [all...]

Completed in 581 milliseconds