Home
last modified time | relevance | path

Searched refs:histogram (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/scripts/update_payload/
Dhistogram_unittest.py12 import histogram
30 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(
Dchecker.py27 import histogram
1093 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(
/system/core/bootstat/
DREADME.md39 using the Tron histogram. These logs may be uploaded by interested parties
/system/tpm/attestation/server/
Dattestation_service.cc805 int histogram[kNumTemporalValues] = {}; in ChooseTemporalIndex() local
820 ++histogram[record.temporal_index()]; in ChooseTemporalIndex()
826 if (histogram[i] < histogram[least_used_index]) in ChooseTemporalIndex()
829 if (histogram[least_used_index] > 0) { in ChooseTemporalIndex()
/system/bt/build/secondary/third_party/libchrome/
DBUILD.gn82 "base/metrics/histogram.cc",