Searched refs:j_num_buckets (Results 1 – 1 of 1) sorted by relevance
/external/libmojo/base/android/ |
D | record_histogram.cc | 104 jint j_num_buckets) { in CustomCountHistogram() argument 108 int32_t num_buckets = static_cast<int32_t>(j_num_buckets); in CustomCountHistogram() 128 jint j_num_buckets) { in LinearCountHistogram() argument 132 int32_t num_buckets = static_cast<int32_t>(j_num_buckets); in LinearCountHistogram() 235 jint j_num_buckets) { in RecordCustomCountHistogram() argument 239 env, j_histogram_name, j_histogram_key, j_min, j_max, j_num_buckets); in RecordCustomCountHistogram() 251 jint j_num_buckets) { in RecordLinearCountHistogram() argument 255 env, j_histogram_name, j_histogram_key, j_min, j_max, j_num_buckets); in RecordLinearCountHistogram() 280 jint j_num_buckets) { in RecordCustomTimesHistogramMilliseconds() argument 282 env, j_histogram_name, j_histogram_key, j_min, j_max, j_num_buckets); in RecordCustomTimesHistogramMilliseconds()
|