/external/autotest/client/bin/ |
D | fio_util.py | 85 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/ |
D | test_util.cc | 85 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/ |
D | commits.py | 35 def Percentile(data, percentile): argument
|
/external/webrtc/rtc_base/numerics/ |
D | moving_percentile_filter.h | 65 MovingPercentileFilter<T>::MovingPercentileFilter(float percentile, in MovingPercentileFilter()
|
D | percentile_filter.h | 59 PercentileFilter<T>::PercentileFilter(float percentile) in PercentileFilter()
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | massage_qps_stats_helpers.py | 40 def percentile(buckets, pctl, boundaries): function
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | massage_qps_stats_helpers.py | 40 def percentile(buckets, pctl, boundaries): function
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | tfstreamz.proto | 17 double percentile = 1; field
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | percentile_sampler.cc | 72 for (auto percentile : percentiles_) { in value() local
|
D | types.h | 35 double percentile = 0.0; member
|
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/ |
D | Summary.java | 170 public static ValueAtPercentile create(double percentile, double value) { in create()
|
/external/grpc-grpc/test/core/util/ |
D | histogram_test.cc | 28 static void expect_percentile(grpc_histogram* h, double percentile, in expect_percentile()
|
D | histogram.cc | 196 double grpc_histogram_percentile(grpc_histogram* h, double percentile) { in grpc_histogram_percentile()
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | ConsoleOutput.java | 119 Percentile percentile = new Percentile(); in processTrial() local
|
/external/webrtc/api/numerics/ |
D | samples_stats_counter.cc | 50 double SamplesStatsCounter::GetPercentile(double percentile) { in GetPercentile()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ |
D | StatUtils.java | 520 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/ |
D | SlidingPercentile.java | 113 public float getPercentile(float percentile) { in getPercentile()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
D | SlidingPercentile.java | 115 public float getPercentile(float percentile) { in getPercentile()
|
/external/cronet/net/nqe/ |
D | observation_buffer.cc | 71 int percentile, in GetPercentile()
|
D | network_quality_estimator_test_util.cc | 224 int percentile, in GetRTTEstimateInternal()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/debug/ |
D | stats.cc | 138 double percentile) { in grpc_stats_histo_percentile()
|
/external/grpc-grpc/src/core/lib/debug/ |
D | stats.cc | 133 double percentile) { in grpc_stats_histo_percentile()
|
/external/rust/crates/grpcio-sys/grpc/tools/profiling/latency_profile/ |
D | profile_analyzer.py | 187 def percentile(N, percent, key=lambda x: x): function
|
/external/grpc-grpc/tools/profiling/latency_profile/ |
D | profile_analyzer.py | 185 def percentile(N, percent, key=lambda x: x): function
|
/external/rust/crates/bencher/ |
D | stats.rs | 105 fn percentile(&self, pct: f64) -> f64; in percentile() method 256 fn percentile(&self, pct: f64) -> f64 { in percentile() method
|