HomeSort by relevance Sort by last modified time
    Searched full:histogram (Results 501 - 525 of 1590) sorted by null

<<21222324252627282930>>

  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 236 Set('style histogram rowstacked'),
247 Set('style histogram rowstacked'),
261 Set('style histogram rowstacked'),
272 Set('style histogram rowstacked'),
  /external/chromium_org/webkit/browser/appcache/
appcache_histograms.cc 7 #include "base/metrics/histogram.h"
  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend.cc 10 #include "base/metrics/histogram.h"
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.h 72 * struct hist_entry - histogram entry
  /external/mesa3d/src/mesa/main/
histogram.c 29 #include "histogram.h"
  /external/webp/src/
Android.mk 27 enc/histogram.c \
  /external/webp/src/enc/
vp8li.h 18 #include "./histogram.h"
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routins.h 87 * Encode the histogram interval
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 103 HISTOGRAM ("Histogram"),
365 case HISTOGRAM:
366 mTest = new Histogram();
  /frameworks/support/v7/palette/src/android/support/v7/graphics/
ColorHistogram.java 22 * Class which provides a histogram for RGB values.
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsTable.tmpl 85 // /* index:histogram */ "name",
  /external/chromium_org/base/message_loop/
message_pump_mac.mm 17 #include "base/metrics/histogram.h"
131 // time, sampling is used, such that a new histogram is created for each metric
137 // |sampling_interval|, a new histogram will be created to track the metrics
232 // Create all the histogram objects that will be used for sampling.
242 Histogram::FactoryTimeGet(name, TimeDelta::FromMilliseconds(1),
252 Histogram::FactoryGet(name, 1, 10000, 50,
281 // the sample_generation_, which controls into which histogram data is
328 // sampled histogram events are recorded.
    [all...]
  /external/chromium_org/build/secondary/third_party/leveldatabase/
BUILD.gn 145 "src/util/histogram.cc",
146 "src/util/histogram.h",
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.h 139 // Get the kMetricPolicyRefresh histogram metric which should be incremented
143 // Get the kMetricPolicyInvalidations histogram metric which should be
  /external/chromium_org/chrome/browser/prerender/
prerender_util.cc 8 #include "base/metrics/histogram.h"
209 // count these responses in the version histogram.
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.h 190 // profile. Check for it and delete, recording a histogram for the
191 // result (no histogram for not-found). Logically this
  /external/chromium_org/components/domain_reliability/
context.cc 12 #include "base/metrics/histogram.h"
173 // TODO(ttuttle): Histogram HTTP response code?
  /external/chromium_org/components/storage_monitor/
media_storage_util.cc 12 #include "base/metrics/histogram.h"
25 // MediaDeviceNotification.DeviceInfo histogram values.
  /external/chromium_org/media/
PRESUBMIT.py 91 """Make sure histogram enum maxes are used properly"""
108 # This should match a uma histogram enumeration macro expression.
  /external/chromium_org/third_party/leveldatabase/
leveldatabase.gyp 220 'src/util/histogram.cc',
221 'src/util/histogram.h',
  /external/opencv/cvaux/src/
camshift.cpp 130 // so 1d histogram will automagically correspond to hue-based tracking,
131 // 2d histogram - to saturation-based tracking.
  /external/oprofile/pp/
opgprof.cpp 178 /* size of histogram */
203 cerr << "Bogus histogram bin " << pos
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 18 #include "base/metrics/histogram.h"
89 // Records a statistics |sample| for UMA histogram |name| using a linear
95 // Do not use the UMA_HISTOGRAM_... macros here. They cache the Histogram
102 base::Histogram::kUmaTargetedHistogramFlag);
361 // Record graphics GEM object size in a histogram with 50 MB buckets.
391 // If we change the interval we need to change the histogram name.
  /external/chromium_org/net/cert/
cert_verify_proc.cc 8 #include "base/metrics/histogram.h"
41 // Constants used to build histogram names
54 // Histogram buckets for RSA/DSA/DH key sizes.
57 // Histogram buckets for ECDSA/ECDH key sizes. The list is based upon the FIPS
78 // Do not use UMA_HISTOGRAM_... macros here, as it caches the Histogram
82 // Histogram buckets are contingent upon the underlying algorithm being used.
  /external/jdiff/src/jdiff/
HTMLStatistics.java 181 * Emit all packages sorted by percentage difference, and a histogram
216 /* Emit the histogram of the results
219 h_.writeText("<TABLE summary=\"Histogram of the package percentage differences\" BORDER=\"1\" cellspacing=\"0\" cellpadding=\"0\">");
253 * Emit all classes sorted by percentage difference, and a histogram
307 /* Emit the histogram of the results
310 h_.writeText("<TABLE summary=\"Histogram of the class percentage differences\" BORDER=\"1\" cellspacing=\"0\" cellpadding=\"0\">");

Completed in 3150 milliseconds

<<21222324252627282930>>