HomeSort by relevance Sort by last modified time
    Searched full:histogram (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/net/socket_stream/
socket_stream_metrics_unittest.cc 6 #include "base/histogram.h"
25 scoped_refptr<Histogram> histogram; local
30 Histogram::SampleSet original;
32 "Net.SocketStream.ProtocolType", &histogram)) {
33 histogram->SnapshotSample(&original);
44 "Net.SocketStream.ProtocolType", &histogram));
45 EXPECT_EQ(Histogram::kUmaTargetedHistogramFlag, histogram->flags());
47 Histogram::SampleSet sample
57 scoped_refptr<Histogram> histogram; local
91 scoped_refptr<Histogram> histogram; local
    [all...]
socket_stream_metrics.cc 9 #include "base/histogram.h"
  /external/chromium/base/
histogram_unittest.cc 5 // Test of Histogram class
7 #include "base/histogram.h"
22 scoped_refptr<Histogram> histogram = Histogram::FactoryGet( local
23 "TestHistogram", 1, 1000, 10, Histogram::kNoFlags);
24 scoped_refptr<Histogram> histogram1 = Histogram::FactoryGet(
25 "Test1Histogram", 1, 1000, 10, Histogram::kNoFlags);
27 scoped_refptr<Histogram> linear_histogram = LinearHistogram::FactoryGet
64 scoped_refptr<Histogram> histogram = Histogram::FactoryGet( local
113 scoped_refptr<Histogram> histogram = Histogram::FactoryGet( local
174 scoped_refptr<Histogram> histogram = Histogram::FactoryGet( local
197 scoped_refptr<Histogram> histogram = Histogram::FactoryGet( local
    [all...]
histogram.cc 5 // Histogram is an object that aggregates statistics, and can summarize them in
10 #include "base/histogram.h"
21 typedef Histogram::Count Count;
23 scoped_refptr<Histogram> Histogram::FactoryGet(const std::string& name,
25 scoped_refptr<Histogram> histogram(NULL);
33 if (StatisticsRecorder::FindHistogram(name, &histogram)) {
34 DCHECK(histogram.get() != NULL);
36 histogram = new Histogram(name, minimum, maximum, bucket_count)
    [all...]
histogram.h 5 // Histogram is an object that aggregates statistics, and can summarize them in
15 // That bucket allocation would actually result from construction of a histogram
17 // Histogram count(L"some name", 1, 64, 8);
22 // in each consecutive bucket. The Histogram class automatically calculates
28 // at the low end of the histogram scale, but allows the histogram to cover a
44 // Provide easy general purpose histogram in a macro, just like stats counters.
61 static scoped_refptr<Histogram> counter = Histogram::FactoryGet( \
62 name, min, max, bucket_count, Histogram::kNoFlags);
    [all...]
  /external/chromium/net/disk_cache/
stats_histogram.cc 17 scoped_refptr<Histogram> histogram(NULL);
23 if (StatisticsRecorder::FindHistogram(name, &histogram)) {
24 DCHECK(histogram.get() != NULL);
26 histogram = new StatsHistogram(name, minimum, maximum, bucket_count);
27 scoped_refptr<Histogram> registered_histogram(NULL);
30 registered_histogram.get() != histogram.get())
31 histogram = registered_histogram;
34 DCHECK(HISTOGRAM == histogram->histogram_type())
    [all...]
stats_histogram.h 10 #include "base/histogram.h"
17 // histogram. We'll provide our own storage and management for the data, and a
20 // Class derivation of Histogram "deprecated," and should not be copied, and
23 class StatsHistogram : public Histogram {
34 : Histogram(name, minimum, maximum, bucket_count), init_(false) {}
48 friend class Histogram;
histogram_macros.h 5 // This file contains macros to simplify histogram reporting from the disk
8 // keeping track of a potentially large number of histogram objects that have to
37 // Generates a UMA histogram of the given type, generating the proper name for
  /external/chromium/net/ftp/
ftp_server_type_histograms.cc 7 #include "base/histogram.h"
11 // We're using a histogram as a group of counters, with one bucket for each
16 // We use two histograms. In the first histogram we tally whether the user has
18 // histogram we tally the number of transactions with FTP server of a given type
  /external/chromium/net/base/
connection_type_histograms.cc 7 #include "base/histogram.h"
11 // We're using a histogram as a group of counters. We're only interested in
21 // Each histogram has an unused bucket at the end to allow seamless future
mime_sniffer.cc 100 #include "base/histogram.h"
213 static scoped_refptr<Histogram> UMASnifferHistogramGet(const char* name,
215 scoped_refptr<Histogram> counter =
217 Histogram::kUmaTargetedHistogramFlag);
256 Histogram* counter, std::string* result) {
276 static scoped_refptr<Histogram> counter =
288 static scoped_refptr<Histogram> counter =
325 static scoped_refptr<Histogram> counter =
394 static scoped_refptr<Histogram> counter =
429 static scoped_refptr<Histogram> counter
    [all...]
run_all_unittests.cc 30 #include "base/histogram.h"
  /external/netperf/
hist.h 62 HIST_new - return a new, cleared histogram data type
68 HIST_clear - reset a histogram by clearing all totals to zero
74 HIST_add - add a time difference to a histogram. Time should be in
81 HIST_report - create an ASCII report on the contents of a histogram.
88 HIST_timestamp - take a timestamp suitable for use in a histogram.
  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq.h 36 /** Histogram equalization of image */
40 /** Histogram equalization using histogram generated from subregion.
41 * While the histogram is taken only in the specified sub-section of the
46 * @param sectionPtrA section specifying region in image where histogram is
HistoEq16.h 33 /** Histogram equalization of image */
36 /** Histogram equalization using histogram generated from subregion.
37 * While the histogram is taken only in the specified sub-section of the
42 * @param sectionPtrA section specifying region in image where histogram is
HistoEq.c 36 /** Computes grey level histogram of given image. */
45 /* init histogram array with 0 */
52 /* calculate histogram */
63 /** Computes grey level histogram of given image. */
91 /* init histogram with 0 */
98 /* calculate histogram */
113 /** equalize image using given histogram */
125 /* determine number of counts in histogram */
134 /* compute transfer function (cumulative histogram) */
HistoEq16.c 37 /** Computes grey level histogram of given image. */
45 /* init histogram array with 0 */
54 /* calculate histogram (assuming even image width) */
65 /** Computes grey level histogram of given image. */
94 /* init histogram with 0 */
101 /* calculate histogram */
119 /** equalize image using given histogram */
130 /* determine number of counts in histogram */
139 /* compute transfer function (cumulative histogram) */
  /external/v8/src/
counters.h 47 // a histogram for passing to the AddHistogramSample function
53 // to a histogram created with CreateHistogram function
73 // Create a histogram by name. If the create is successful,
86 // Add a sample to a histogram created with the CreateHistogram
88 static void AddHistogramSample(void* histogram, int sample) {
90 return add_histogram_sample_function_(histogram, sample);
212 // Returns the handle to the histogram.
  /external/jpeg/
jquant2.c 34 * In the first pass over the image, we accumulate a histogram showing the
35 * usage count of each possible color. To keep the histogram to a reasonable
38 * in the same histogram cell.
81 * you'll probably want to tweak the histogram sizes too.
102 * First we have the histogram data structure and routines for creating it.
109 * To maintain a fully accurate histogram, we'd need to allocate a "long"
113 * enough results. This reduces the recommended histogram size from 256Kb
115 * (In the second pass the histogram space is re-used for pixel mapping data;
119 * machines, we can't just allocate the histogram in one chunk. Instead
132 #define HIST_C0_BITS 5 /* bits of precision in R/B histogram */
201 hist3d histogram; \/* pointer to the histogram *\/ member in struct:__anon4451
230 register hist3d histogram = cquantize->histogram; local
318 hist3d histogram = cquantize->histogram; local
505 hist3d histogram = cquantize->histogram; local
861 hist3d histogram = cquantize->histogram; local
920 hist3d histogram = cquantize->histogram; local
954 hist3d histogram = cquantize->histogram; local
1170 hist3d histogram = cquantize->histogram; local
    [all...]
  /external/libpng/
TODO 18 Histogram creation.
  /external/bison/lib/
bitset_stats.c 105 /* Print a percentage histogram with message MSG to FILE. */
129 /* Print a log histogram with message MSG to FILE. */
192 bitset_log_histogram_print (file, name, _("count log histogram\n"),
195 bitset_log_histogram_print (file, name, _("size log histogram\n"),
198 bitset_percent_histogram_print (file, name, _("density histogram\n"),
586 /* Log histogram of number of set bits. */
593 /* Log histogram of number of bits in set. */
601 /* Histogram of fraction of bits set. */
  /external/blktrace/
blkiomon.h 112 histlog2_print(fp, "sizes histogram (bytes)", p->size_hist, &size_hist);
113 histlog2_print(fp, "d2c histogram (usec)", p->d2c_hist, &d2c_hist);
  /external/webkit/WebKit/android/WebCoreSupport/
V8Counters.h 49 static void addHistogramSample(void* histogram, int sample);
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrv.h 59 #define MSR_SRV_WAITING_NOISE_HIST_RESULTS 0x02 /* noise histogram results are still pending */
86 TNoiseHistogramResults noiseHistogramResults; /**< noise histogram results buffer */
166 * currently pending (noise histogram and/or
274 * \brief Handles a nois histogram timer expiry, by requesting noise histogram
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrv.h 63 #define MSR_SRV_WAITING_NOISE_HIST_RESULTS 0x02 /* noise histogram results are still pending */
90 noiseHistogramResults_t noiseHistogramResults; /**< noise histogram results buffer */
168 * currently pending (noise histogram and/or
270 * \brief Handles a nois histogram timer expiry, by requesting noise histogram

Completed in 455 milliseconds

1 2 3 4 5 6 7 8