Searched refs:histogram (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | histogram_unittest.py | 28 from update_payload import histogram 47 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(
|
D | checker.py | 44 from update_payload import histogram 1083 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/chre/util/system/ |
D | debug_dump.cc | 101 void DebugDumpWrapper::logErrorHistogram(const uint32_t *histogram, in logErrorHistogram() argument 105 print("%" PRIu32, histogram[i]); in logErrorHistogram()
|
/system/chre/util/include/chre/util/system/ |
D | debug_dump.h | 78 void logErrorHistogram(const uint32_t *histogram, uint8_t histogramLength);
|
/system/update_engine/scripts/ |
D | Android.bp | 51 "update_payload/histogram.py",
|
/system/core/bootstat/ |
D | README.md | 39 using the Tron histogram. These logs may be uploaded by interested parties
|