Home
last modified time | relevance | path

Searched defs:max_possible (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/
H A Dhistogram.php23 private $max_possible; variable in Histogram
36 public function __construct($resolution, $max_possible) {
/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DHistogramParams.php29 protected $max_possible = 0.0; variable in Grpc\\Testing\\HistogramParams
/aosp_15_r20/external/grpc-grpc/src/ruby/qps/
H A Dhistogram.rb31 def initialize(resolution, max_possible) argument
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
H A Dhistogram.py27 def __init__(self, resolution, max_possible): argument
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dstats.proto43 double max_possible = 2; // use enough buckets to allow this value field
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
H A Dstats.proto45 double max_possible = 2; // use enough buckets to allow this value field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dstats.proto43 double max_possible = 2; // use enough buckets to allow this value field
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dhistogram.cc50 double max_possible; member