HomeSort by relevance Sort by last modified time
    Searched defs:total_count (Results 1 - 22 of 22) 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/chromium_org/content/browser/download/
rate_estimator.cc 69 uint64 total_count = 0; local
72 total_count += history_[index];
74 return total_count / (bucket_count_ * bucket_time_.InSeconds());
  /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_org/cc/debug/
picture_record_benchmark.cc 68 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/base/metrics/
sparse_histogram.cc 119 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,
174 total_count);
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy_unittest.cc 262 int total_count = 0; local
264 total_count += actions->at(i)->count();
266 ASSERT_EQ(3, total_count);
    [all...]
  /external/chromium_org/net/proxy/
multi_threaded_proxy_resolver_unittest.cc 710 int total_count = 0; local
712 total_count += factory->resolvers()[i]->request_count();
714 EXPECT_EQ(7, total_count);
  /external/chromium_org/sync/internal_api/
sync_manager_impl.h 200 int total_count; member in struct:syncer::SyncManagerImpl::NotificationInfo
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 263 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/
malloc_extension.cc 258 uintptr_t total_count = 0; local
261 total_count += Count(entry);
267 PrintCountAndSize(writer, total_count, total_size);
  /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_org/components/visitedlink/test/
visitedlink_unittest.cc 453 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/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/chromium_org/third_party/freetype/src/base/
ftdbgmem.c 854 FT_Long total_count = ft_atol( p ); local
857 if ( total_count > 0 )
860 table->alloc_count_max = (FT_ULong)total_count;
  /external/freetype/src/base/
ftdbgmem.c 854 FT_Long total_count = ft_atol( p ); local
857 if ( total_count > 0 )
860 table->alloc_count_max = (FT_ULong)total_count;
  /hardware/invensense/60xx/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_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 1845 int total_count = model_->item_count(); local
    [all...]
  /external/chromium_org/net/dns/
host_resolver_impl.cc 420 size_t total_count() const { function in class:net::__anon9054::PriorityTracker
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 525 uptr total_count = (region->mapped_user - beg_idx - size) local
527 region->allocated_meta += total_count * kMetadataSize;
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 1136 int total_count; member in struct:sync_api::__anon2157::NotificationInfo
    [all...]
  /external/v8/src/
liveobjectlist.cc 813 inline int total_count() { function in class:v8::internal::LiveObjectSummary
1104 int total_count = CountHeapObjects(); local
1476 int total_count = summary.total_count(); local
1528 int total_count = LiveObjectList::list_count(); local
2303 int total_count = lol->TotalObjCount(); local
2484 int total_count = lol->TotalObjCount(); local
    [all...]

Completed in 1314 milliseconds