Searched refs:Histogram (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/scripts/update_payload/
H A Dhistogram_unittest.py30 self.CompareToExpectedDefault(str(histogram.Histogram(
34 self.CompareToExpectedDefault(str(histogram.Histogram.FromCountDict(
38 self.CompareToExpectedDefault(str(histogram.Histogram.FromKeyList(
46 actual_str = str(histogram.Histogram([('Yes', 5), ('No', 1)], scale=5))
54 actual_str = str(histogram.Histogram(
H A Dhistogram.py5 """Histogram generation tools."""
12 class Histogram(object): class in inherits:object
19 in different formats into a histogram. Histogram generation is exported via
71 return Histogram(hist, scale, formatter)
94 return Histogram.FromCountDict(count_dict, scale, formatter, key_names)
H A Dchecker.py1093 histogram.Histogram.FromCountDict(op_counts,
1098 histogram.Histogram.FromCountDict(blob_hash_counts),
1103 histogram.Histogram.FromCountDict(op_blob_totals,
1111 histogram.Histogram.FromKeyList(old_block_counters),
1114 new_write_hist = histogram.Histogram.FromKeyList(

Completed in 101 milliseconds