Home
last modified time | relevance | path

Searched refs:threshold_fraction (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/testing/tools/
Dsafetynet_image.py36 threshold_fraction): argument
53 self.threshold = threshold_fraction * 100
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py425 threshold_fraction = threshold / 100.0
433 threshold_fraction)
443 threshold_fraction)
449 def _check_rpcs_in_flight(rpc_type, num_rpcs, threshold, threshold_fraction): argument
456 if rpcs_in_flight < (num_rpcs * (1 - threshold_fraction)):
459 elif rpcs_in_flight > (num_rpcs * (1 + threshold_fraction)):
490 threshold_fraction = threshold / 100.0
492 if actual < (expected * (1 - threshold_fraction)):
495 if actual > (expected * (1 + threshold_fraction)):