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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/ppapi/tests/
test_uma.cc 34 // histogram name does not crash.
50 // histogram name does not crash.
67 // histogram name does not crash.
  /external/chromium_org/ash/
multi_profile_uma.cc 7 #include "base/metrics/histogram.h"
  /external/chromium_org/base/metrics/
sparse_histogram.h 25 base::HistogramBase* histogram( \
27 DCHECK_EQ(histogram->histogram_name(), name); \
28 histogram->Add(sample); \
100 // Write a common header message describing this histogram.
sample_vector.h 6 // Histogram based classes to store samples.
51 // Shares the same BucketRanges with Histogram object.
  /external/chromium_org/cc/base/
invalidation_region.cc 7 #include "base/metrics/histogram.h"
  /external/chromium_org/chrome/browser/download/
download_stats.cc 7 #include "base/metrics/histogram.h"
  /external/chromium_org/chrome/browser/prerender/
prerender_origin.cc 8 #include "base/metrics/histogram.h"
  /external/chromium_org/chrome/browser/sync/glue/
extension_data_type_controller.cc 7 #include "base/metrics/histogram.h"
  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_quit.h 25 // Records the histogram value for the above metric.
  /external/chromium_org/chrome/common/net/
net_error_info.cc 6 #include "base/metrics/histogram.h"
  /external/chromium_org/components/navigation_metrics/
navigation_metrics.cc 7 #include "base/metrics/histogram.h"
  /external/chromium_org/components/search_engines/
search_engine_type.h 61 SEARCH_ENGINE_MAX // Bounding value needed for UMA histogram macro.
  /external/chromium_org/content/browser/
histogram_message_filter.h 16 // This class sends and receives histogram messages in the browser process.
histogram_subscriber.h 24 // Send |histogram| back to subscriber.
  /external/chromium_org/content/renderer/
stats_collection_controller.cc 8 #include "base/metrics/histogram.h"
113 base::HistogramBase* histogram = local
116 if (!histogram) {
119 histogram->WriteJSON(&output);
  /external/chromium_org/media/base/
scoped_histogram_timer.h 8 #include "base/metrics/histogram.h"
  /external/chromium_org/net/quic/
quic_address_mismatch.h 38 // Only used by the Net.QuicSession.PublicResetAddressMismatch histogram.
  /external/chromium_org/v8/src/
counters.cc 25 void Histogram::AddSample(int sample) {
31 void* Histogram::CreateHistogram() const {
64 name##_ = Histogram(#caption, 0, 101, 100, isolate);
69 name##_ = Histogram(#caption, 1000, 500000, 50, isolate);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
sobeloperator.h 17 // Native function to extract histogram from image (handed down as ByteBuffer).
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 133 private static int updateHistogramCounter(final SparseIntArray histogram, final int key) {
134 final int index = histogram.indexOfKey(key);
135 final int count = (index >= 0 ? histogram.get(key) : 0) + 1;
136 histogram.put(key, count);
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.cc 8 #include "base/metrics/histogram.h"
188 base::HistogramBase* histogram = local
195 histogram->Add(sample);
203 base::HistogramBase* histogram = local
204 base::Histogram::FactoryTimeGet(
210 histogram->AddTime(duration);
218 base::HistogramBase* histogram = local
219 base::Histogram::FactoryTimeGet(
225 histogram->AddTime(duration);
228 // Logs a type quality metric. The primary histogram name is constructed base
    [all...]
  /external/chromium_org/chrome/renderer/pepper/
pepper_uma_host.h 42 bool IsHistogramAllowed(const std::string& histogram);
71 // Set of hashed histogram prefixes that can be used from this interface.
  /external/chromium_org/components/language_usage_metrics/
language_usage_metrics.h 19 // Records accept languages as a UMA histogram. |accept_languages| is a
26 // Records the application language as a UMA histogram. |application_locale|
  /external/chromium_org/components/startup_metric_utils/
startup_metric_utils.cc 10 #include "base/metrics/histogram.h"
130 // The Startup.BrowserMessageLoopStartTime histogram recorded in
207 base::HistogramBase* histogram = local
209 if (histogram)
210 histogram->SetFlags(base::HistogramBase::kUmaTargetedHistogramFlag);
220 base::HistogramBase* counter = base::Histogram::FactoryTimeGet(
225 base::Histogram::kUmaTargetedHistogramFlag);
238 // Only record the initial sample for a given histogram.
  /external/chromium_org/net/spdy/
hpack_huffman_aggregator.h 36 // which are periodically published to a UMA histogram.
62 // Publishes aggregated counts to a UMA histogram.

Completed in 791 milliseconds

1 2 3 4 56 7 8 91011>>