Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/chrome/browser/sessions/
Dsession_restore_browsertest_chromeos.cc98 size_t total_count = 0; in IN_PROC_BROWSER_TEST_F() local
101 ++total_count; in IN_PROC_BROWSER_TEST_F()
105 EXPECT_EQ(2u, total_count); in IN_PROC_BROWSER_TEST_F()
122 size_t total_count = 0; in IN_PROC_BROWSER_TEST_F() local
126 ++total_count; in IN_PROC_BROWSER_TEST_F()
134 EXPECT_EQ(4u, total_count); // Default browser() + 3 app windows in IN_PROC_BROWSER_TEST_F()
161 size_t total_count = 0; in IN_PROC_BROWSER_TEST_F() local
164 ++total_count; in IN_PROC_BROWSER_TEST_F()
168 EXPECT_EQ(4u, total_count); in IN_PROC_BROWSER_TEST_F()
/external/jemalloc/test/
Dtest.sh.in45 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
47 …ite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_…
/external/lldb/examples/summaries/cocoa/
Dmetrics.py88 total_count = 0
91 total_count = total_count + value.count
92 if total_count > 0:
93 return metric_count / float(total_count)
/external/chromium_org/base/metrics/
Dsparse_histogram.cc119 Count total_count = snapshot->TotalCount(); in WriteAsciiImpl() local
120 double scaled_total_count = total_count / 100.0; in WriteAsciiImpl()
122 WriteAsciiHeader(total_count, output); in WriteAsciiImpl()
169 void SparseHistogram::WriteAsciiHeader(const Count total_count, in WriteAsciiHeader() argument
174 total_count); in WriteAsciiHeader()
Dsparse_histogram.h75 void WriteAsciiHeader(const Count total_count,
/external/oprofile/libdb/
Ddb_stat.c21 count_type total_count; /**< cumulated samples count */ member
53 result->total_count += data->node_base[index].value; in odb_hash_stat()
78 printf("total count: %llu\n", stat->total_count); in odb_hash_display_stat()
/external/chromium_org/cc/debug/
Dpicture_record_benchmark.cc68 unsigned total_count = it->second.second; in DidUpdateLayers() local
71 if (total_count > 0) in DidUpdateLayers()
72 average_time = total_time.InMillisecondsF() / total_count; in DidUpdateLayers()
77 result->SetInteger("samples_count", total_count); in DidUpdateLayers()
/external/chromium_org/tools/android/memdump/
Dmemdump.cc83 PageCount() : total_count(0), unevictable_count(0) {} in PageCount()
85 int total_count; member
311 ++memory_map->private_pages.total_count; in ClassifyPages()
354 ++page_count_to_update->total_count; in ClassifyPages()
367 out->append(base::IntToString(it->total_count * kPageSize)); in AppendAppSharedField()
391 total_private += memory_map.private_pages.total_count; in DumpProcessesMemoryMapsInShortFormat()
393 totals_app_shared[i] += memory_map.app_shared_pages[i].total_count; in DumpProcessesMemoryMapsInShortFormat()
394 total_other_shared += memory_map.other_shared_pages.total_count; in DumpProcessesMemoryMapsInShortFormat()
433 memory_map.private_pages.total_count * kPageSize, in DumpProcessesMemoryMapsInExtendedFormat()
436 memory_map.other_shared_pages.total_count * kPageSize, in DumpProcessesMemoryMapsInExtendedFormat()
/external/chromium_org/content/browser/download/
Drate_estimator.cc69 uint64 total_count = 0; in GetCountPerSecond() local
72 total_count += history_[index]; in GetCountPerSecond()
74 return total_count / (bucket_count_ * bucket_time_.InSeconds()); in GetCountPerSecond()
/external/e2fsprogs/misc/
De4defrag.c177 static unsigned int total_count; variable
401 total_count++; in calc_entry_counts()
591 total_count, file, extents, extents); in file_check()
604 total_count, file, extents, extents); in file_check()
1106 if (total_count == 1 && regular_count == 1) in file_statistic()
1109 printf("[%u/%u]", defraged_file_count, total_count); in file_statistic()
1214 if (total_count == 1 && regular_count == 1) { in file_statistic()
1262 defraged_file_count, total_count, file); in file_statistic()
1336 defraged_file_count, total_count, file, min(percent, 100)); in print_progress()
1472 printf("[%u/%u]", defraged_file_count, total_count); in file_defrag()
[all …]
/external/oprofile/libpp/
Dprofile_container.cpp96 total_count[pclass] += count; in add()
180 op_ratio(it->sample.counts[0], total_count[0]); in select_symbols()
222 double const ratio = op_ratio(counts[0], total_count[0]); in select_filename()
249 return total_count; in samples_count()
Dcallgraph_container.h162 count_array_t total_count; variable
Dprofile_container.h173 count_array_t total_count; variable
Dcallgraph_container.cpp413 total_count = pc.samples_count(); in populate()
422 recorder.process(total_count, threshold / 100.0, sym_filter); in populate()
599 return total_count; in samples_count()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dmalloc_extension.cc258 uintptr_t total_count = 0; in PrintHeader() local
261 total_count += Count(entry); in PrintHeader()
267 PrintCountAndSize(writer, total_count, total_size); in PrintHeader()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dmalloc_extension.cc275 uintptr_t total_count = 0; in PrintHeader() local
278 total_count += Count(entry); in PrintHeader()
284 PrintCountAndSize(writer, total_count, total_size); in PrintHeader()
/external/chromium_org/chrome/browser/metrics/
Dsignin_status_metrics_provider.cc187 size_t total_count, in UpdateInitialSigninStatus() argument
192 } else if (total_count == signed_in_profiles_count) { in UpdateInitialSigninStatus()
Dsignin_status_metrics_provider.h95 void UpdateInitialSigninStatus(size_t total_count, size_t signed_in_count);
/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp687 int total_count = 0, rotated_count[3] = {0, 0, 0}; in CheckRotate() local
694 total_count ++; in CheckRotate()
713 if (total_count == 0) { in CheckRotate()
717 if (rotated_count[0] > total_count * 2 / 3) { in CheckRotate()
719 } else if (rotated_count[1] > total_count * 2 / 3) { in CheckRotate()
721 } else if (rotated_count[2] > total_count * 2 / 3) { in CheckRotate()
/external/chromium_org/third_party/webrtc/video_engine/
Doveruse_frame_detector.cc272 int total_count = 0; in Process() local
278 total_count += count; in Process()
284 variance /= std::max(total_count, 1); in Process()
/external/chromium_org/components/visitedlink/test/
Dvisitedlink_unittest.cc453 int total_count = VisitedLinkMaster::kDefaultTableSize + 10; in TEST_F() local
454 for (int i = 0; i < total_count; i++) in TEST_F()
464 ASSERT_EQ(used_count, total_count); in TEST_F()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftdbgmem.c854 FT_Long total_count = ft_atol( p ); in ft_mem_debug_init() local
857 if ( total_count > 0 ) in ft_mem_debug_init()
860 table->alloc_count_max = (FT_ULong)total_count; in ft_mem_debug_init()
/external/freetype/src/base/
Dftdbgmem.c854 FT_Long total_count = ft_atol( p ); in ft_mem_debug_init() local
857 if ( total_count > 0 ) in ft_mem_debug_init()
860 table->alloc_count_max = (FT_ULong)total_count; in ft_mem_debug_init()
/external/chromium_org/third_party/freetype/src/base/
Dftdbgmem.c854 FT_Long total_count = ft_atol( p ); in ft_mem_debug_init() local
857 if ( total_count > 0 ) in ft_mem_debug_init()
860 table->alloc_count_max = (FT_ULong)total_count; in ft_mem_debug_init()
/external/chromium_org/net/proxy/
Dmulti_threaded_proxy_resolver_unittest.cc687 int total_count = 0; in TEST() local
689 total_count += factory->resolvers()[i]->request_count(); in TEST()
691 EXPECT_EQ(7, total_count); in TEST()

12