Searched defs:histogram (Results 1 – 3 of 3) sorted by relevance
203 final SparseIntArray histogram = new SparseIntArray(); in dumpDiffStreams() local
1187 HashMap<Integer, Integer> histogram = new HashMap(); in getBitmapHistogram() local1222 Map<Integer, Integer> histogram; in testForceDark_rendersDark() local
435 private long[] histogram(final byte[] inputArray) { in histogram() method in ReduceTest