/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | sampler.cc | 66 ExponentialBuckets(double scale, double growth_factor, int bucket_count) in ExponentialBuckets() 77 int bucket_count) { in ComputeBucketLimits() 104 int bucket_count) { in Exponential()
|
D | mobile_sampler.h | 57 int bucket_count) { in Exponential()
|
/external/libchrome/base/metrics/ |
D | histogram.cc | 47 uint32_t* bucket_count, in ReadHistogramArguments() 103 uint32_t bucket_count, in Factory() 117 uint32_t bucket_count, in Factory() 252 uint32_t bucket_count, in FactoryGet() 264 uint32_t bucket_count, in FactoryTimeGet() 274 uint32_t bucket_count, in FactoryMicrosecondsTimeGet() 284 uint32_t bucket_count, in FactoryGet() 292 uint32_t bucket_count, in FactoryTimeGet() 301 uint32_t bucket_count, in FactoryMicrosecondsTimeGet() 339 size_t bucket_count = ranges->bucket_count(); in InitializeBucketRanges() local [all …]
|
D | single_sample_metrics.cc | 41 uint32_t bucket_count) { in CreateCustomCountsMetric() 51 uint32_t bucket_count, in DefaultSingleSampleMetric()
|
D | histogram_macros_local.h | 53 #define LOCAL_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 67 #define LOCAL_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
|
D | histogram_macros.h | 187 #define UMA_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument 233 #define UMA_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument 253 bucket_count) \ argument 315 bucket_count) \ argument
|
D | bucket_ranges.h | 55 size_t bucket_count() const { return ranges_.size() - 1; } in bucket_count() function
|
D | histogram_unittest.cc | 486 size_t bucket_count = test_custom_histogram->bucket_count(); in TEST_P() local 610 uint32_t bucket_count; in TEST_P() local 639 uint32_t bucket_count; in TEST_P() local
|
D | persistent_histogram_allocator.cc | 81 size_t CalculateRequiredCountsBytes(size_t bucket_count) { in CalculateRequiredCountsBytes() 244 uint32_t bucket_count; member 341 size_t bucket_count = bucket_ranges->bucket_count(); in AllocateHistogram() local
|
D | sample_vector.cc | 218 size_t bucket_count = bucket_ranges_->bucket_count(); in GetBucketIndex() local
|
D | statistics_recorder_unittest.cc | 100 size_t bucket_count) { in CreateHistogram()
|
/external/webrtc/webrtc/base/ |
D | random_unittest.cc | 37 void UniformBucketTest(T bucket_count, int samples, Random* prng) { in UniformBucketTest() 111 void BucketTestSignedInterval(unsigned int bucket_count, in BucketTestSignedInterval() 151 void BucketTestUnsignedInterval(unsigned int bucket_count, in BucketTestUnsignedInterval() 218 void BucketTestFloat(unsigned int bucket_count, in BucketTestFloat()
|
D | ratetracker.cc | 22 RateTracker::RateTracker(uint32_t bucket_milliseconds, size_t bucket_count) in RateTracker()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | metrics_default.cc | 19 int bucket_count) { return NULL; } in HistogramFactoryGetCounts()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | metrics.h | 80 #define RTC_HISTOGRAM_COUNTS(name, sample, min, max, bucket_count) \ argument 101 #define RTC_HISTOGRAM_COUNTS_SPARSE(name, sample, min, max, bucket_count) \ argument
|
/external/webrtc/webrtc/test/ |
D | histogram.cc | 40 int bucket_count) { in HistogramFactoryGetCounts()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.h | 84 uint32_t bucket_count; // The number of buckets in this hash table. member
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatrep.h | 78 size_t bucket_count() const { return mask_ + 1; } in bucket_count() function
|
D | flatset.h | 99 size_t bucket_count() const { return rep_.bucket_count(); } in bucket_count() function
|
D | flatmap.h | 116 size_t bucket_count() const { return rep_.bucket_count(); } in bucket_count() function
|