Home
last modified time | relevance | path

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

1234

/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/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/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/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/tensorflow/tensorflow/core/lib/monitoring/
Dmobile_sampler.h80 std::unique_ptr<Buckets> buckets) { in New()
90 Sampler(std::unique_ptr<Buckets> buckets) : buckets_(std::move(buckets)) {} in Sampler()
Dsampler.h136 std::unique_ptr<Buckets> buckets) in Sampler()
187 std::unique_ptr<Buckets> buckets) { in New()
/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/webrtc/webrtc/base/
Drandom_unittest.cc38 std::vector<int> buckets(bucket_count, 0); in UniformBucketTest() local
117 std::vector<unsigned int> buckets(bucket_count, 0); in BucketTestSignedInterval() local
157 std::vector<unsigned int> buckets(bucket_count, 0); in BucketTestUnsignedInterval() local
223 std::vector<unsigned int> buckets(bucket_count, 0); in BucketTestFloat() local
278 std::vector<unsigned int> buckets(kBuckets, 0); in TEST() local
/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_stats.h65 struct stat_bucket *buckets; member
85 uint32_t *buckets[FFSB_NUM_SYSCALLS]; /* bucket counters */ member
/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/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/
Dencoder_dict.h31 const uint16_t* buckets; member
/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/libcxx/test/std/containers/unord/unord.multiset/
Dreserve.pass.cpp40 size_t buckets = c.bucket_count(); in reserve_invariant() local
/external/libcxx/test/std/containers/unord/unord.set/
Dreserve.pass.cpp40 size_t buckets = c.bucket_count(); in reserve_invariant() local
/external/libcxx/test/std/containers/unord/unord.map/
Dreserve.pass.cpp41 size_t buckets = c.bucket_count(); in reserve_invariant() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DRegexTransform.java16 private final List<Rule>[] buckets = new List[BUCKETSIZE]; field in RegexTransform
/external/libcxx/test/std/containers/unord/unord.multimap/
Dreserve.pass.cpp56 size_t buckets = c.bucket_count(); in reserve_invariant() local

1234