Home
last modified time | relevance | path

Searched defs:buckets (Results 1 – 25 of 145) sorted by relevance

123456

/external/opencensus-java/api/src/test/java/io/opencensus/metrics/export/
DDistributionTest.java151 List<Bucket> buckets = in createAndGet_Distribution() local
212 List<Bucket> buckets = in createDistribution_NegativeCount() local
224 List<Bucket> buckets = in createDistribution_NegativeSumOfSquaredDeviations() local
236 List<Bucket> buckets = in createDistribution_ZeroCountAndPositiveMean() local
247 List<Bucket> buckets = in createDistribution_ZeroCountAndSumOfSquaredDeviations() local
256 List<Bucket> buckets = in createDistribution_NullBucketBoundaries() local
265 List<Bucket> buckets = in createDistribution_NullBucketBoundary() local
275 List<Bucket> buckets = in createDistribution_NullBucketOptions() local
295 List<Bucket> buckets = in createDistribution_NullBucket() local
/external/emma/core/java12/com/vladium/util/
DIntIntMap.java87 final Entry [] buckets = m_buckets; in contains() local
111 final Entry [] buckets = m_buckets; in get() local
130 final Entry [] buckets = m_buckets; in get() local
178 Entry [] buckets = m_buckets; in put() local
221 Entry [] buckets = m_buckets; in remove() local
290 final Entry [] buckets = m_buckets; in rehash() local
DObjectIntMap.java91 final Entry [] buckets = m_buckets; in contains() local
119 final Entry [] buckets = m_buckets; in get() local
171 Entry [] buckets = m_buckets; in put() local
217 Entry [] buckets = m_buckets; in remove() local
286 final Entry [] buckets = m_buckets; in rehash() local
DIntObjectMap.java87 final Entry [] buckets = m_buckets; in contains() local
112 final Entry [] buckets = m_buckets; in get() local
164 Entry [] buckets = m_buckets; in put() local
248 final Entry [] buckets = m_buckets; in rehash() local
DIntSet.java85 final Entry [] buckets = m_buckets; in contains() local
145 Entry [] buckets = m_buckets; in add() local
220 final Entry [] buckets = m_buckets; in rehash() local
DSoftValueMap.java163 final SoftEntry [] buckets = m_buckets; in get() local
234 SoftEntry [] buckets = m_buckets; in put() local
301 final SoftEntry [] buckets = m_buckets; in remove() local
345 final SoftEntry [] buckets = m_buckets; in clear() local
476 final SoftEntry [] buckets = m_buckets; in rehash() local
/external/opencensus-java/api/src/test/java/io/opencensus/stats/
DBucketBoundariesTest.java39 List<Double> buckets = Arrays.asList(0.0, 1.0, 2.0); in testConstructBoundaries() local
66 List<Double> buckets = Arrays.asList(0.0, 1.0, 1.0); in testUnsortedBoundaries() local
73 List<Double> buckets = Arrays.asList(); in testNoBoundaries() local
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py18 def _threshold_for_count_below(buckets, boundaries, count_below): argument
40 def percentile(buckets, pctl, boundaries): argument
/external/grpc-grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py18 def _threshold_for_count_below(buckets, boundaries, count_below): argument
40 def percentile(buckets, pctl, boundaries): argument
/external/rust/crates/weak-table/src/
Dlib.rs153 buckets: TablePtr<K, V>, field
199 buckets: TablePtr<K, V>, field
214 buckets: TablePtr<K, V>, field
/external/libaom/libaom/stats/
Drate_hist.c120 int buckets = *num_buckets; in merge_hist_buckets() local
180 static void show_histogram(const struct hist_bucket *bucket, int buckets, in show_histogram()
239 int buckets = 0; in show_q_histogram() local
261 int buckets = 0; in show_rate_histogram() local
/external/libvpx/libvpx/
Drate_hist.c129 int buckets; in merge_hist_buckets() local
194 static void show_histogram(const struct hist_bucket *bucket, int buckets, in show_histogram()
255 int buckets = 0; in show_q_histogram() local
277 int buckets = 0; in show_rate_histogram() local
/external/tensorflow/tensorflow/core/lib/monitoring/
Dmobile_sampler.h89 std::unique_ptr<Buckets> buckets) { in New()
101 Sampler(std::unique_ptr<Buckets> buckets) : buckets_(std::move(buckets)) {} in Sampler()
Dsampler.h152 std::unique_ptr<Buckets> buckets) in Sampler()
212 std::unique_ptr<Buckets> buckets) { in New()
/external/webrtc/rtc_base/
Drandom_unittest.cc40 std::vector<int> buckets(bucket_count, 0); in UniformBucketTest() local
119 std::vector<unsigned int> buckets(bucket_count, 0); in BucketTestSignedInterval() local
159 std::vector<unsigned int> buckets(bucket_count, 0); in BucketTestUnsignedInterval() local
225 std::vector<unsigned int> buckets(bucket_count, 0); in BucketTestFloat() local
280 std::vector<unsigned int> buckets(kBuckets, 0); in TEST() local
/external/webrtc/modules/audio_coding/neteq/
Dhistogram.h45 std::vector<int> buckets() const { return buckets_; } in buckets() function
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Core/
DHistogram.php19 private $buckets; variable in Grpc\\Core\\Histogram
/external/bcc/tests/python/
Dtest_histogram.py97 def bucket_sort(buckets): argument
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils_test.cc243 const auto& buckets = hist.GetBuckets(); in TEST() local
273 const auto& buckets = hist.GetBuckets(); in TEST() local
284 const auto& buckets = hist1.GetBuckets(); in TEST() local
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/core/
Dstats.proto25 repeated Bucket buckets = 1; field
/external/grpc-grpc/src/proto/grpc/core/
Dstats.proto25 repeated Bucket buckets = 1; field
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbucketize_op.cc54 xla::XlaOp buckets = xla::Reduce( in Compile() local
/external/brotli/c/enc/
Dhash_longest_match_quickly_inc.h58 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
155 uint32_t* BROTLI_RESTRICT buckets = self->buckets_; in FN() local
/external/libchrome/base/metrics/
Dhistogram_functions.cc37 int buckets) { in UmaHistogramCustomCounts()
71 int buckets) { in UmaHistogramCustomTimes()
/external/libcxx/test/std/containers/unord/unord.multiset/
Dreserve.pass.cpp40 size_t buckets = c.bucket_count(); in reserve_invariant() local

123456