HomeSort by relevance Sort by last modified time
    Searched refs:total_count (Results 1 - 25 of 35) sorted by null

1 2

  /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);
  /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/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);
sparse_histogram.h 101 void WriteAsciiHeader(const Count total_count,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
pretty_printers.py 191 total_count = 0
194 total_count += t_total
197 total_count += t_total
201 total_count += t_total
202 return (enabled_count, total_count)
217 (enabled_count, total_count) = count_all_enabled_printers()
218 print ("%d of %d printers enabled" % (enabled_count, total_count))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
pretty_printers.py 191 total_count = 0
194 total_count += t_total
197 total_count += t_total
201 total_count += t_total
202 return (enabled_count, total_count)
217 (enabled_count, total_count) = count_all_enabled_printers()
218 print ("%d of %d printers enabled" % (enabled_count, total_count))
  /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/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...]
liveobjectlist.h 139 int* total_count,
  /external/oprofile/libpp/
callgraph_container.h 162 count_array_t total_count; member in class:callgraph_container
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 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);
  /development/testrunner/test_defs/
instrumentation_test.py 194 total_count = 0
206 total_count+=1
208 (total_count, fail_count, error_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/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_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/third_party/freetype/src/base/
ftdbgmem.c 859 FT_Long total_count = ft_atol( p ); local
862 if ( total_count > 0 )
865 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;
  /external/chromium_org/sync/internal_api/
sync_manager_impl.h 196 int total_count; member in struct:syncer::SyncManagerImpl::NotificationInfo
  /external/v8/tools/
ll_prof.py 143 total_count = 0
159 total_count += count
166 assert total_count == self.self_ticks, \
167 "Lost ticks (%d != %d) in %s" % (total_count, self.self_ticks, self)
  /external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
manager.js 168 select("#total_count").innerText = cache.getDomains().length;

Completed in 1894 milliseconds

1 2