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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/
chrome_browser_application_mac_unittest.mm 9 #include "base/metrics/histogram.h"
50 // Start up a histogram recorder.
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.h 74 // histogram, depending on |enrollment_mode_|.
78 // histogram, depending on |enrollment_mode_|. If auto-enrollment is on,
  /external/chromium_org/chrome/browser/chromeos/policy/
wildcard_login_checker.cc 9 #include "base/metrics/histogram.h"
23 // UMA histogram names.
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment_unittest.cc 11 #include "base/metrics/histogram.h"
32 // Name of histogram tracking types of actions carried out by the field trial.
97 base::HistogramBase* histogram = GetHistogram(); variable
98 if (histogram) {
99 scoped_ptr<base::HistogramSamples> samples(histogram->SnapshotSamples());
111 base::HistogramBase* histogram = GetHistogram(); local
112 ASSERT_TRUE(histogram != NULL);
113 scoped_ptr<base::HistogramSamples> samples(histogram->SnapshotSamples());
  /external/chromium_org/chrome/renderer/plugins/
plugin_uma.h 14 // Used to send UMA data about missing plugins to UMA histogram server. Method
25 // Make sure the enum list in tools/histogram/histograms.xml is updated with
  /external/chromium_org/chrome/renderer/safe_browsing/
features.cc 8 #include "base/metrics/histogram.h"
25 // In this case, we'll log to a histogram so we can see that this is
  /external/chromium_org/components/autofill/core/common/
password_generation_util.h 46 // Number of enum entries, used for UMA histogram reporting macros.
91 // Number of enum entries, used for UMA histogram reporting macros.
  /external/chromium_org/components/metrics/
cloned_install_detector.cc 9 #include "base/metrics/histogram.h"
31 // Note: UMA histogram enum - don't re-order or remove entries
  /external/chromium_org/components/nacl/renderer/
manifest_downloader.cc 8 #include "components/nacl/renderer/histogram.h"
62 // always log a histogram value, even when we never receive a status code.
  /external/chromium_org/components/startup_metric_utils/
startup_metric_utils.h 55 // Scoper that records the time period before it's destructed in a histogram
56 // with the given name. The histogram is only recorded for slow chrome startups.
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_track_metrics_host.cc 7 #include "base/metrics/histogram.h"
10 // We use a histogram with a maximum bucket of 16 hours to infinity
  /external/chromium_org/net/disk_cache/blockfile/
stats.h 59 // Generates a size distribution histogram.
86 // Supports generation of SizeStats histogram data.
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflater.h 47 // This enum is reused for histogram. When this needs to be modified, add a
48 // new enum for histogram and convert mode values into values in the new
  /external/e2fsprogs/misc/
e2freefrag.8.in 28 the filesystem, along with a histogram of all free chunks. This information
61 HISTOGRAM OF FREE EXTENT SIZES:
  /external/libvorbis/vq/
metrics.c 44 float **histogram=NULL; variable
63 histogram=_ogg_calloc(books,sizeof(float *));
75 histogram[i]=_ogg_calloc(b->entries,sizeof(float));
169 sqrt((histogram_errorsq[book]+i*dim)[k]/histogram[book][i]));
185 (histogram_error[book]+i*dim)[k]/histogram[book][i]);
241 histogram[book][entry]++;
253 if(histogram[book][entry]==0 || histogram_hi[book][entry*dim+j]<error)
255 if(histogram[book][entry]==0 || histogram_lo[book][entry*dim+j]>error)
  /pdk/apps/CameraITS/tests/inprog/
test_param_black_level_lock.py 58 hist,_ = numpy.histogram(yimg*255, 256, (0,256))
61 # Add this histogram to a plot; solid for shots without BL
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmap.py 7 tools: crop, find bounding box of a color and compute histogram of color values.
42 raise ValueError('First histogram has 0 pixels in it.')
44 raise ValueError('Second histogram has 0 pixels in it.')
52 '%s pixel(s) left over after computing histogram distance.'
73 raise ValueError('Histogram has no data and no default color.')
78 raise ValueError('Histogram has no data and no default color.')
121 HISTOGRAM = 1
157 def Histogram(self, ignore_color, tolerance):
159 response = self._RunCommand(_BitmapTools.HISTOGRAM,
342 """Computes a histogram of the pixel colors in this Bitmap
    [all...]
  /art/runtime/base/
timing_logger.h 20 #include "base/histogram.h"
51 bool operator()(const Histogram<uint64_t>* a, const Histogram<uint64_t>* b) const {
67 std::set<Histogram<uint64_t>*, HistogramComparator> histograms_ GUARDED_BY(lock_);
  /art/runtime/gc/collector/
garbage_collector.h 20 #include "base/histogram.h"
156 const Histogram<uint64_t>& GetPauseHistogram() const {
159 // Reset the cumulative timings and pause histogram.
191 Histogram<uint64_t> pause_histogram_;
  /external/chromium_org/ash/
keyboard_uma_event_filter.cc 7 #include "base/metrics/histogram.h"
  /external/chromium_org/base/android/library_loader/
library_loader_hooks.cc 9 #include "base/metrics/histogram.h"
  /external/chromium_org/chrome/browser/android/banners/
app_banner_utilities.cc 10 #include "base/metrics/histogram.h"
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_stats.cc 7 #include "base/metrics/histogram.h"
  /external/chromium_org/chrome/browser/chromeos/extensions/
first_run_private_api.cc 7 #include "base/metrics/histogram.h"
  /external/chromium_org/chrome/browser/metrics/
cloned_install_detector_unittest.cc 23 // TODO(jwd): Change these test to test the full flow and histogram outputs. It

Completed in 1770 milliseconds

1 2 3 4 5 6 78 91011>>