/external/chromium_org/chrome/browser/sessions/ |
D | session_restore_browsertest_chromeos.cc | 98 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/ |
D | test.sh.in | 45 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/ |
D | metrics.py | 88 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/ |
D | sparse_histogram.cc | 119 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()
|
D | sparse_histogram.h | 75 void WriteAsciiHeader(const Count total_count,
|
/external/oprofile/libdb/ |
D | db_stat.c | 21 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/ |
D | picture_record_benchmark.cc | 68 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/ |
D | memdump.cc | 83 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/ |
D | rate_estimator.cc | 69 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/ |
D | e4defrag.c | 177 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/ |
D | profile_container.cpp | 96 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()
|
D | callgraph_container.h | 162 count_array_t total_count; variable
|
D | profile_container.h | 173 count_array_t total_count; variable
|
D | callgraph_container.cpp | 413 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/ |
D | malloc_extension.cc | 258 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/ |
D | malloc_extension.cc | 275 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/ |
D | signin_status_metrics_provider.cc | 187 size_t total_count, in UpdateInitialSigninStatus() argument 192 } else if (total_count == signed_in_profiles_count) { in UpdateInitialSigninStatus()
|
D | signin_status_metrics_provider.h | 95 void UpdateInitialSigninStatus(size_t total_count, size_t signed_in_count);
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text.cpp | 687 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/ |
D | overuse_frame_detector.cc | 272 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/ |
D | visitedlink_unittest.cc | 453 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/ |
D | ftdbgmem.c | 854 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/ |
D | ftdbgmem.c | 854 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/ |
D | ftdbgmem.c | 854 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/ |
D | multi_threaded_proxy_resolver_unittest.cc | 687 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()
|