Home
last modified time | relevance | path

Searched defs:percentile (Results 1 – 25 of 34) sorted by relevance

12

/external/autotest/client/bin/
Dfio_util.py85 def _parse_log_file(cls, file_name, pass_index, pass_count, percentile): argument
129 def _gen_data_col(cls, pass_list, percentile): argument
149 def _gen_data_row(cls, test_type, pass_list, percentile): argument
168 def _write_data(cls, f, test_type, pass_list, percentile): argument
187 def _write_option(cls, f, test_name, test_type, percentile): argument
212 def _write_graph(cls, test_name, test_type, pass_list, percentile=False): argument
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtest_util.cc85 int ExponentialRandomPositiveInt(float percentile, int percentile_val, in ExponentialRandomPositiveInt()
97 float ExponentialRandomPositiveFloat(float percentile, float percentile_val, in ExponentialRandomPositiveFloat()
/external/chromium-trace/catapult/common/lab/
Dcommits.py35 def Percentile(data, percentile): argument
/external/webrtc/rtc_base/numerics/
Dmoving_percentile_filter.h65 MovingPercentileFilter<T>::MovingPercentileFilter(float percentile, in MovingPercentileFilter()
Dpercentile_filter.h59 PercentileFilter<T>::PercentileFilter(float percentile) in PercentileFilter()
/external/grpc-grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py40 def percentile(buckets, pctl, boundaries): function
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py40 def percentile(buckets, pctl, boundaries): function
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dtfstreamz.proto17 double percentile = 1; field
/external/tensorflow/tensorflow/core/lib/monitoring/
Dpercentile_sampler.cc72 for (auto percentile : percentiles_) { in value() local
Dtypes.h35 double percentile = 0.0; member
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DSummary.java170 public static ValueAtPercentile create(double percentile, double value) { in create()
/external/grpc-grpc/test/core/util/
Dhistogram_test.cc28 static void expect_percentile(grpc_histogram* h, double percentile, in expect_percentile()
Dhistogram.cc196 double grpc_histogram_percentile(grpc_histogram* h, double percentile) { in grpc_histogram_percentile()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DConsoleOutput.java119 Percentile percentile = new Percentile(); in processTrial() local
/external/webrtc/api/numerics/
Dsamples_stats_counter.cc50 double SamplesStatsCounter::GetPercentile(double percentile) { in GetPercentile()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DStatUtils.java520 public static double percentile(final double[] values, final double p) { in percentile() method in StatUtils
551 public static double percentile(final double[] values, final int begin, in percentile() method in StatUtils
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DSlidingPercentile.java113 public float getPercentile(float percentile) { in getPercentile()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DSlidingPercentile.java115 public float getPercentile(float percentile) { in getPercentile()
/external/cronet/net/nqe/
Dobservation_buffer.cc71 int percentile, in GetPercentile()
Dnetwork_quality_estimator_test_util.cc224 int percentile, in GetRTTEstimateInternal()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/debug/
Dstats.cc138 double percentile) { in grpc_stats_histo_percentile()
/external/grpc-grpc/src/core/lib/debug/
Dstats.cc133 double percentile) { in grpc_stats_histo_percentile()
/external/rust/crates/grpcio-sys/grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py187 def percentile(N, percent, key=lambda x: x): function
/external/grpc-grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py185 def percentile(N, percent, key=lambda x: x): function
/external/rust/crates/bencher/
Dstats.rs105 fn percentile(&self, pct: f64) -> f64; in percentile() method
256 fn percentile(&self, pct: f64) -> f64 { in percentile() method

12