Searched defs:Histogram (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dhistogram.h12 class Histogram { class in namespace:leveldb
14 Histogram() { } function in class:leveldb::Histogram
15 ~Histogram() { }
19 void Merge(const Histogram& other);
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dhistogram.h34 struct Histogram { struct in namespace:brotli
35 Histogram() { function in struct:brotli::Histogram
56 void AddHistogram(const Histogram& v) {
76 typedef Histogram<256> HistogramLiteral;
78 typedef Histogram<kNumCommandPrefixes> HistogramCommand;
79 typedef Histogram<kNumDistancePrefixes> HistogramDistance;
80 typedef Histogram<kNumBlockLenPrefixes> HistogramBlockLength;
82 typedef Histogram<272> HistogramContextMap;
84 typedef Histogram<258> HistogramBlockType;
/external/chromium_org/base/metrics/
H A Dhistogram.cc5 // Histogram is an object that aggregates statistics, and can summarize them in
48 DLOG(ERROR) << "Pickle error decoding Histogram: " << *histogram_name;
53 // checks above and beyond those in Histogram::Initialize()
59 DLOG(ERROR) << "Values error decoding Histogram: " << histogram_name;
73 const Histogram& casted_histogram =
74 static_cast<const Histogram&>(histogram);
85 const size_t Histogram::kBucketCount_MAX = 16384u;
87 HistogramBase* Histogram::FactoryGet(const string& name,
104 Histogram* tentative_histogram =
105 new Histogram(nam
311 Histogram::Histogram(const string& name, function in class:base::Histogram
[all...]
H A Dhistogram.h5 // Histogram is an object that aggregates statistics, and can summarize them in
12 // For Histogram(exponential histogram), LinearHistogram and CustomHistogram,
25 // For Histogram and LinearHistogram, the maximum for a declared range should
32 // (Histogram::kBucketCount_MAX - 1).
34 // The buckets layout of class Histogram is exponential. For example, buckets
39 // Histogram count("some name", 1, 64, 8);
44 // in each consecutive bucket. The Histogram class automatically calculates
111 base::Histogram* histogram_pointer(reinterpret_cast<base::Histogram*>(
118 histogram_pointer = base::Histogram
383 class BASE_EXPORT Histogram : public HistogramBase { class in namespace:base
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmap.py73 raise ValueError('Histogram has no data and no default color.')
78 raise ValueError('Histogram has no data and no default color.')
157 def Histogram(self, ignore_color, tolerance): member in class:_BitmapTools
350 return self._PrepareTools().Histogram(ignore_color, tolerance)
H A Dbitmaptools.cc169 bool Histogram(const Bitmap& bmp) { function
257 if (!Histogram(bmp)) return -1;
/external/chromium_org/v8/src/
H A Dcounters.h167 // A Histogram represents a dynamically created histogram in the StatsTable.
169 class Histogram { class in namespace:v8::internal
171 Histogram() { } function in class:v8::internal::Histogram
172 Histogram(const char* name, function in class:v8::internal::Histogram
224 class HistogramTimer : public Histogram {
232 : Histogram(name, min, max, num_buckets, isolate) {}
558 Histogram* name() { return &name##_; }
563 Histogram* name() { return &name##_; }
645 Histogram name##_;
650 Histogram nam
[all...]
/external/chromium_org/courgette/
H A Dadjustment_method_2.cc511 typedef std::set<FreqView, FreqView::Greater> Histogram; typedef in class:courgette::adjustment_method_2::ShinglePattern
516 Histogram model_histogram_;
517 Histogram program_histogram_;
545 std::string HistogramToString(const ShinglePattern::Histogram& histogram,
550 for (ShinglePattern::Histogram::const_iterator p = histogram.begin();
562 std::string HistogramToStringFull(const ShinglePattern::Histogram& histogram,
569 for (ShinglePattern::Histogram::const_iterator p = histogram.begin();
1040 for (ShinglePattern::Histogram::const_iterator model_iter =
1051 for (ShinglePattern::Histogram::const_iterator program_iter =
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h2485 KEYWORD1 void KEYWORD2 NAME(Histogram)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) function
2488 DISPATCH(Histogram, (target, width, internalformat, sink), (F, "glHistogram(0x%x, %d, 0x%x, %d);\n", target, width, internalformat, sink));
2496 DISPATCH(Histogram, (target, width, internalformat, sink), (F, "glHistogramEXT(0x%x, %d, 0x%x, %d);\n", target, width, internalformat, sink));
8555 TABLE_ENTRY(Histogram),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h425 GLAPI void APIENTRY GLAPI_PREFIX(Histogram)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink);
4144 GLAPI void APIENTRY GLAPI_PREFIX(Histogram)(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) function
11578 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Histogram))"\n"

Completed in 7665 milliseconds