HomeSort by relevance Sort by last modified time
    Searched refs:histogram (Results 101 - 125 of 156) sorted by null

1 2 3 45 6 7

  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 759 int histogram[kMallocHistogramSize]) {
760 memset(histogram, 0, kMallocHistogramSize * sizeof(int));
764 stats_histogram_ = histogram;
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator_unittest.cc 10 #include "base/metrics/histogram.h"
138 // Get histogram samples for the given histogram.
176 // Stores starting histogram counts for kMetricPolicyRefresh.
179 // Stores starting histogram counts for kMetricPolicyInvalidations.
381 base::HistogramBase* histogram = local
383 if (!histogram)
385 return histogram->SnapshotSamples();
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.cc 12 #include "base/metrics/histogram.h"
    [all...]
  /external/chromium_org/chrome/browser/signin/
token_service.cc 26 #include "base/metrics/histogram.h"
289 // a static histogram in the function - locking us to one metric name. Since
291 // different values, we need to create the histogram ourselves and add the
293 base::HistogramBase* histogram = local
300 histogram->Add(error.state());
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 12 #include "base/metrics/histogram.h"
509 base::HistogramBase* histogram = local
517 histogram->Add(result);
  /external/chromium_org/v8/src/
d8.h 48 int32_t* Bind(const char* name, bool histogram);
293 static void AddHistogramSample(void* histogram, int sample);
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc 722 int histogram[256] = {}; local
723 color_utils::BuildLumaHistogram(result, histogram);
725 histogram, histogram + 256, std::bind2nd(std::greater<int>(), 0));
  /external/chromium_org/content/renderer/
render_thread_impl.cc 20 #include "base/metrics/histogram.h"
217 base::HistogramBase* histogram = base::Histogram::FactoryGet( local
219 base::Histogram::kUmaTargetedHistogramFlag);
220 return histogram;
224 base::Histogram* histogram = static_cast<base::Histogram*>(hist); local
225 histogram->Add(sample);
    [all...]
  /external/chromium_org/third_party/libwebp/
libwebp_enc.target.darwin-arm.mk 32 third_party/libwebp/enc/histogram.c \
libwebp_enc.target.darwin-mips.mk 32 third_party/libwebp/enc/histogram.c \
libwebp_enc.target.darwin-x86.mk 32 third_party/libwebp/enc/histogram.c \
libwebp_enc.target.linux-arm.mk 32 third_party/libwebp/enc/histogram.c \
libwebp_enc.target.linux-mips.mk 32 third_party/libwebp/enc/histogram.c \
libwebp_enc.target.linux-x86.mk 32 third_party/libwebp/enc/histogram.c \
  /external/chromium/chrome/browser/extensions/
extension_service.h 455 // Record a histogram using the PermissionMessage enum values for each
460 const Extension* e, const char* histogram);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 268 int histogram[kMallocHistogramSize]; local
270 ->MallocMemoryStats(&blocks, &total, histogram) && total != 0) {
274 if (histogram[i]) {
275 VLOG(3) << " Malloc histogram at " << i << " : " << histogram[i]; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 268 int histogram[kMallocHistogramSize]; local
270 ->MallocMemoryStats(&blocks, &total, histogram) && total != 0) {
274 if (histogram[i]) {
275 VLOG(3) << " Malloc histogram at " << i << " : " << histogram[i]; local
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 16 // The largest bucket value for UMA histogram, based on entry ID. All entries
20 // The largest bucket value for a UMA histogram that is a subset of above.
65 * Record a histogram value in UMA. If specified value is larger than the max
67 * @param {string} histogram The name of the histogram to be recorded in.
68 * @param {integer} maxBucketValue The max value for the last histogram bucket.
69 * @param {integer} value The value to record in the histogram.
72 function recordUmaHistogram(histogram, maxBucketValue, value) {
74 [histogram,
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 162 base::HistogramBase* histogram = local
164 if (!histogram) {
165 // If no histogram is found, it's possible that no values have been
169 return histogram->SnapshotSamples()->TotalCount();
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 325 int histogram[CODE_LENGTH_CODES] = { 0 }; local
328 ++histogram[tokens[i].code];
331 if (!VP8LCreateHuffmanTree(histogram, 7, &huffman_code)) {
487 // Build histogram image and symbols from backward references.
490 // Create Huffman bit lengths and codes for each histogram image.
552 // Build histogram image and symbols from backward references.
559 // Create Huffman bit lengths and codes for each histogram image.
    [all...]
  /external/webp/src/enc/
vp8l.c 325 int histogram[CODE_LENGTH_CODES] = { 0 }; local
328 ++histogram[tokens[i].code];
331 if (!VP8LCreateHuffmanTree(histogram, 7, &huffman_code)) {
487 // Build histogram image and symbols from backward references.
490 // Create Huffman bit lengths and codes for each histogram image.
552 // Build histogram image and symbols from backward references.
559 // Create Huffman bit lengths and codes for each histogram image.
    [all...]
  /external/blktrace/btt/doc/
btt.tex 404 \item[Q2D Histogram] A display of histogram buckets for the Q to D times
410 ==================== Q2D Histogram ====================
436 \item[\emph{file}\_qhist.dat] Provides histogram data for the size of
439 \item[\emph{file}\_dhist.dat] Provides histogram data for the size
471 \item[unplug histogram details] A data file per device containing
472 histogram output for the amount of IOs released at unplug time.
552 \newpage\section{\label{sec:hist}Histogram Data Files}
554 The histogram data files provide information concerning incoming and
555 outgoing IO sizes (in blocks). For simplicity, the histogram bucket
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
fimc-is-metadata.h 406 uint32_t histogram[3 * 256]; member in struct:camera2_stats_dm
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 458 /* [hj529.kim, 2012/07/19] androd.statistics.histogram */
459 uint32_t histogram[3 * 256]; member in struct:camera2_stats_dm
  /external/chromium/chrome/browser/resources/ntp/
apps.js 150 // Launches the specified app using the APP_LAUNCH_NTP_APP_RE_ENABLE histogram.
598 // Ping the PROMO_SEEN histogram only when the promo is maximized, and

Completed in 2850 milliseconds

1 2 3 45 6 7