Searched refs:total_count (Results 1 - 25 of 42) sorted by relevance

12

/external/jemalloc/test/
H A Dtest.sh.in45 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
47 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest_chromeos.cc98 size_t total_count = 0; local
101 ++total_count;
105 EXPECT_EQ(2u, total_count);
122 size_t total_count = 0; local
126 ++total_count;
134 EXPECT_EQ(4u, total_count); // Default browser() + 3 app windows
161 size_t total_count = 0; local
164 ++total_count;
168 EXPECT_EQ(4u, total_count);
/external/oprofile/libdb/
H A Ddb_stat.c21 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/lldb/examples/summaries/cocoa/
H A 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/
H A Dsparse_histogram.cc119 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, argument
174 total_count);
H A Dsparse_histogram.h75 void WriteAsciiHeader(const Count total_count,
/external/chromium_org/content/browser/download/
H A Drate_estimator.cc69 uint64 total_count = 0; local
72 total_count += history_[index];
74 return total_count / (bucket_count_ * bucket_time_.InSeconds());
/external/chromium_org/cc/debug/
H A Dpicture_record_benchmark.cc68 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/chrome/browser/metrics/
H A Dsignin_status_metrics_provider.h92 // log upload. |total_count| is the number of opened profiles and
94 // |total_count| profiles.
95 void UpdateInitialSigninStatus(size_t total_count, size_t signed_in_count);
H A Dsignin_status_metrics_provider.cc187 size_t total_count,
189 // total_count is known to be bigger than 0.
192 } else if (total_count == signed_in_profiles_count) {
186 UpdateInitialSigninStatus( size_t total_count, size_t signed_in_profiles_count) argument
/external/chromium_org/tools/android/memdump/
H A Dmemdump.cc83 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 * kPageSiz
[all...]
/external/e2fsprogs/misc/
H A De4defrag.c177 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);
1336 defraged_file_count, total_count, file, min(percent, 100));
1472 printf("[%u/%u]", defraged_file_count, total_count);
[all...]
/external/oprofile/libpp/
H A Dcallgraph_container.h162 count_array_t total_count; member in class:callgraph_container
H A Dprofile_container.cpp96 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;
H A Dprofile_container.h173 count_array_t total_count; member in class:profile_container
H A Dcallgraph_container.cpp413 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/
H A Dmalloc_extension.cc275 uintptr_t total_count = 0; local
278 total_count += Count(entry);
284 PrintCountAndSize(writer, total_count, total_size);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc258 uintptr_t total_count = 0; local
261 total_count += Count(entry);
267 PrintCountAndSize(writer, total_count, total_size);
/external/chromium_org/third_party/webrtc/video_engine/
H A Doveruse_frame_detector.cc272 int total_count = 0; local
278 total_count += count;
284 variance /= std::max(total_count, 1);
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp687 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/
H A Dvisitedlink_unittest.cc453 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/
H A Dmulti_threaded_proxy_resolver_unittest.cc687 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/
H A Dftdbgmem.c854 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/
H A Dftdbgmem.c854 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/
H A Dftdbgmem.c854 FT_Long total_count = ft_atol( p ); local
857 if ( total_count > 0 )
860 table->alloc_count_max = (FT_ULong)total_count;

Completed in 1042 milliseconds

12