Home
last modified time | relevance | path

Searched refs:Histogram (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/scripts/update_payload/
Dhistogram_unittest.py47 self.CompareToExpectedDefault(str(histogram.Histogram(
51 self.CompareToExpectedDefault(str(histogram.Histogram.FromCountDict(
55 self.CompareToExpectedDefault(str(histogram.Histogram.FromKeyList(
63 actual_str = str(histogram.Histogram([('Yes', 5), ('No', 1)], scale=5))
71 actual_str = str(histogram.Histogram(
Dhistogram.py27 class Histogram(object): class
86 return Histogram(hist, scale, formatter)
109 return Histogram.FromCountDict(count_dict, scale, formatter, key_names)
Dchecker.py1083 histogram.Histogram.FromCountDict(op_counts,
1088 histogram.Histogram.FromCountDict(blob_hash_counts),
1093 histogram.Histogram.FromCountDict(op_blob_totals,
1101 histogram.Histogram.FromKeyList(old_block_counters),
1104 new_write_hist = histogram.Histogram.FromKeyList(
/system/media/audio_utils/include/audio_utils/
DHistogram.h26 class Histogram {
28 Histogram(int32_t numBinsInRange, int32_t binWidth) in Histogram() function