HomeSort by relevance Sort by last modified time
    Searched refs:total_count (Results 26 - 50 of 60) sorted by null

12 3

  /external/chromium_org/tools/android/memdump/
memdump.cc 83 PageCount() : total_count(0), unevictable_count(0) {}
85 int total_count;
311 ++memory_map->private_pages.total_count;
354 ++page_count_to_update->total_count;
367 out->append(base::IntToString(it->total_count * kPageSize));
391 total_private += memory_map.private_pages.total_count;
393 totals_app_shared[i] += memory_map.app_shared_pages[i].total_count;
394 total_other_shared += memory_map.other_shared_pages.total_count;
433 memory_map.private_pages.total_count * kPageSize,
436 memory_map.other_shared_pages.total_count * kPageSize
    [all...]
  /external/chromium_org/chrome/browser/metrics/
signin_status_metrics_provider.cc 187 size_t total_count,
189 // total_count is known to be bigger than 0.
192 } else if (total_count == signed_in_profiles_count) {
  /external/e2fsprogs/misc/
e4defrag.c 177 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);
    [all...]
  /external/oprofile/libpp/
profile_container.cpp 96 total_count[pclass] += count;
180 op_ratio(it->sample.counts[0], total_count[0]);
222 double const ratio = op_ratio(counts[0], total_count[0]);
249 return total_count;
profile_container.h 173 count_array_t total_count; member in class:profile_container
callgraph_container.cpp 413 total_count = pc.samples_count();
422 recorder.process(total_count, threshold / 100.0, sym_filter);
599 return total_count;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 275 uintptr_t total_count = 0; local
278 total_count += Count(entry);
284 PrintCountAndSize(writer, total_count, total_size);
pprof 959 my $total_count = shift;
    [all...]
  /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);
  /development/testrunner/test_defs/
instrumentation_test.py 194 total_count = 0
206 total_count+=1
208 (total_count, fail_count, error_count))
  /art/runtime/
profiler.cc 612 uint32_t total_count = 0; local
619 total_count += count;
637 total_count += pi->second.count_;
654 // "method/total_count/size/[pc_1:count_1:context_1#pc_2:count_2:context_2#...]".
660 os << StringPrintf("%s/%u/%u/[%s]\n", method_name.c_str(), total_count,
769 uint32_t total_count = strtoul(info[1].c_str(), nullptr, 10); local
794 previous_[methodname] = PreviousValue(total_count, size, context_map);
831 uint32_t total_count = strtoul(summary_info[0].c_str(), nullptr, 10); local
859 double usedPercent = (count * 100.0) / total_count;
865 : 100 * static_cast<double>(curTotalCount) / static_cast<double>(total_count);
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 687 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/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_org/net/proxy/
multi_threaded_proxy_resolver_unittest.cc 687 int total_count = 0; local
689 total_count += factory->resolvers()[i]->request_count();
691 EXPECT_EQ(7, 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/chromium_org/third_party/webrtc/video_engine/
overuse_frame_detector.cc 272 int total_count = 0; local
278 total_count += count;
284 variance /= std::max(total_count, 1);
  /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;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/sync/internal_api/
sync_manager_impl.h 201 int total_count; member in struct:syncer::SyncManagerImpl::NotificationInfo
sync_manager_impl.cc 105 SyncManagerImpl::NotificationInfo::NotificationInfo() : total_count(0) {}
110 value->SetInteger("totalCount", total_count);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 107 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;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
manager.js 168 select("#total_count").innerText = cache.getDomains().length;
  /external/oprofile/pp/
opreport.cpp 225 void output_count(count_type total_count, count_type count)
228 double ratio = op_ratio(count, total_count);
  /external/chromium_org/v8/tools/
ll_prof.py 159 total_count = 0
175 total_count += count
182 assert total_count == self.self_ticks, \
183 "Lost ticks (%d != %d) in %s" % (total_count, self.self_ticks, self)
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy_unittest.cc 380 int total_count = 0; local
382 total_count += actions->at(i)->count();
384 ASSERT_EQ(3, total_count);
    [all...]

Completed in 633 milliseconds

12 3