Searched refs:histogram (Results 1 – 25 of 25) sorted by relevance
89 public static int addValueToLogHistogram(long x, SparseIntArray histogram, LogHistParms hp) { in addValueToLogHistogram() argument117 int newValue = histogram.get(key) + 1; in addValueToLogHistogram()118 histogram.put(key, newValue); in addValueToLogHistogram()127 public static GenericBucket[] logHistogramToGenericBuckets(SparseIntArray histogram, in logHistogramToGenericBuckets() argument129 GenericBucket[] protoArray = new GenericBucket[histogram.size()]; in logHistogramToGenericBuckets()130 for (int i = 0; i < histogram.size(); ++i) { in logHistogramToGenericBuckets()131 int key = histogram.keyAt(i); in logHistogramToGenericBuckets()136 protoArray[i].count = histogram.valueAt(i); in logHistogramToGenericBuckets()152 public static int addValueToLinearHistogram(int x, SparseIntArray histogram, int[] hp) { in addValueToLinearHistogram() argument163 int newValue = histogram.get(bucket) + 1; in addValueToLinearHistogram()[all …]
303 SparseIntArray histogram) { in consolidateOverallStatus() argument305 new WifiMetricsProto.WifiRttLog.RttOverallStatusHistogramBucket[histogram.size()]; in consolidateOverallStatus()306 for (int i = 0; i < histogram.size(); i++) { in consolidateOverallStatus()308 h[i].statusType = histogram.keyAt(i); in consolidateOverallStatus()309 h[i].count = histogram.valueAt(i); in consolidateOverallStatus()331 consolidateIndividualStatus(SparseIntArray histogram) { in consolidateIndividualStatus() argument333 new WifiMetricsProto.WifiRttLog.RttIndividualStatusHistogramBucket[histogram.size( in consolidateIndividualStatus()335 for (int i = 0; i < histogram.size(); i++) { in consolidateIndividualStatus()337 h[i].statusType = histogram.keyAt(i); in consolidateIndividualStatus()338 h[i].count = histogram.valueAt(i); in consolidateIndividualStatus()[all …]
81 private void drawHistogram(Canvas canvas, int[] histogram, int color, PorterDuff.Mode mode) { in drawHistogram() argument83 for (int i = 0; i < histogram.length; i++) { in drawHistogram()84 if (histogram[i] > max) { in drawHistogram()85 max = histogram[i]; in drawHistogram()91 float wl = w / histogram.length; in drawHistogram()114 for (int i = 0; i < histogram.length; i++) { in drawHistogram()116 float l = histogram[i] * wh; in drawHistogram()
171 private static int updateHistogramCounter(final SparseIntArray histogram, final int key) { in updateHistogramCounter() argument172 final int index = histogram.indexOfKey(key); in updateHistogramCounter()173 final int count = (index >= 0 ? histogram.get(key) : 0) + 1; in updateHistogramCounter()174 histogram.put(key, count); in updateHistogramCounter()
891 public static void addNanHalStatusToHistogram(int halStatus, SparseIntArray histogram) { in addNanHalStatusToHistogram() argument893 int newValue = histogram.get(protoStatus) + 1; in addNanHalStatusToHistogram()894 histogram.put(protoStatus, newValue); in addNanHalStatusToHistogram()902 SparseIntArray histogram) { in histogramToProtoArray() argument904 new WifiMetricsProto.WifiAwareLog.NanStatusHistogramBucket[histogram.size()]; in histogramToProtoArray()906 for (int i = 0; i < histogram.size(); ++i) { in histogramToProtoArray()908 protoArray[i].nanStatusType = histogram.keyAt(i); in histogramToProtoArray()909 protoArray[i].count = histogram.valueAt(i); in histogramToProtoArray()1034 histogramToNanRequestProtoArray(SparseIntArray histogram) { in histogramToNanRequestProtoArray() argument1036 new WifiMetricsProto.WifiAwareLog.NdpRequestTypeHistogramBucket[histogram.size()]; in histogramToNanRequestProtoArray()[all …]
367 private void drawHistogram(Canvas canvas, int[] histogram, int color, PorterDuff.Mode mode) { in drawHistogram() argument369 for (int i = 0; i < histogram.length; i++) { in drawHistogram()370 if (histogram[i] > max) { in drawHistogram()371 max = histogram[i]; in drawHistogram()377 float wl = w / histogram.length; in drawHistogram()392 for (int i = 0; i < histogram.length; i++) { in drawHistogram()394 float l = histogram[i] * wh; in drawHistogram()
167 MetricsLogger.histogram( in logShareTargetSelected()169 MetricsLogger.histogram(null, "app_position_for_smart_sharing", positionPicked); in logShareTargetSelected()
132 // IndexHistogram represents a list of counts for each bucket of a histogram135 // Event vector to which the histogram is associated.139 // histogram.
36 // Index into the list the histogram refers to.
149 // int-range histogram such that in each int range bucket it gives the190 // int-range histogram such that in each int range bucket it gives the235 // int-range histogram such that in each int range bucket it gives the494 // individual histogram bucket over the aggregation period of one hour. For509 // A specification of integer-range buckets for a histogram.
131 // Counts for histogram bins.157 Histogram histogram = 5; field714 // This is a histogram of sizes of the batched reads. The bins are as follows:
645 // WiFi channel utilization histogram of various RF bands648 // WiFi Tx and Rx throughput histogram at various RF bands1621 // histogram of attach request results1642 // histogram of publish request results1645 // histogram of subscribe request results1652 // histogram of create ndp request results1655 // histogram of create ndp out-of-band (OOB) request results1679 // histogram of durations of Aware being available1682 // histogram of durations of Aware being enabled1685 // histogram of duration (in ms) of attach sessions[all …]
85 // /* index:histogram */ "name",
215 MetricsLogger.histogram(getContext(), in setEmergencyContacts()
463 private static List<GetSetValueResult> logAndReturnResults(Histogram histogram, in logAndReturnResults() argument473 histogram.logSample(systemCurrentTimeMillis in logAndReturnResults()
4526 final SparseIntArray histogram = entry.getValue(); in dump() local4529 int count = histogram.get(i); in dump()5381 SparseIntArray histogram = entry.getValue(); in consolidateProto() local5382 for (int i = 0; i < histogram.size(); i++) { in consolidateProto()5384 keyVal.rssi = histogram.keyAt(i); in consolidateProto()5385 keyVal.count = histogram.valueAt(i); in consolidateProto()
1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...