Home
last modified time | relevance | path

Searched defs:throttle (Results 1 – 25 of 43) sorted by relevance

12

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DRetriableStreamTest.java155 @Nullable Throttle throttle) { in RecordedRetriableStream()
198 private RetriableStream<String> newThrottledRetriableStream(Throttle throttle) { in newThrottledRetriableStream()
202 private RetriableStream<String> newThrottledRetriableStream(Throttle throttle, Executor drainer) { in newThrottledRetriableStream()
208 private RetriableStream<String> newThrottledHedgingStream(Throttle throttle) { in newThrottledHedgingStream()
1556 public void throttle() { in throttle() method in RetriableStreamTest
1557 Throttle throttle = new Throttle(4f, 0.8f); in throttle() local
1591 Throttle throttle = new Throttle(4f, 0.8f); in throttledStream_FailWithRetriableStatusCode_WithoutPushback() local
1612 Throttle throttle = new Throttle(4f, 0.8f); in throttledStream_FailWithNonRetriableStatusCode_WithoutPushback() local
1635 Throttle throttle = new Throttle(4f, 0.8f); in throttledStream_FailWithRetriableStatusCode_WithRetriablePushback() local
1659 Throttle throttle = new Throttle(4f, 0.8f); in throttledStream_FailWithNonRetriableStatusCode_WithRetriablePushback() local
[all …]
DRetryPolicyTest.java163 Throttle throttle = ServiceConfigUtil.getThrottlePolicy(serviceConfig); in getThrottle() local
/external/pigweed/pw_web/log-viewer/src/utils/
Dthrottle.ts15 export function throttle<T extends unknown[]>( function
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/scripts/lib/
Dthrottle.js2 window.throttle = function(func, wait) { function
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/scripts/lib/
Dthrottle.js2 window.throttle = function(func, wait) { function
/external/executorch/docs/source/_static/js/
Dprogress-bar.js22 function throttle(func, delay) { function
/external/igt-gpu-tools/scripts/
Dthrottle.py13 throttle = {} variable
/external/autotest/client/bin/result_tools/
Ddelete_file_throttler.py51 def throttle(summary, max_result_size_KB, function
Dzip_file_throttler.py104 def throttle(summary, max_result_size_KB, function
Ddedupe_file_throttler.py81 def throttle(summary, max_result_size_KB): function
/external/perfetto/protos/perfetto/trace/ftrace/
Dbcl_exynos.proto10 optional int32 throttle = 2; field
/external/rust/android-crates-io/crates/tokio-stream/src/stream_ext/
Dthrottle.rs12 pub(super) fn throttle<T>(duration: Duration, stream: T) -> Throttle<T> in throttle() function
/external/angle/build/android/pylib/monkey/
Dmonkey_test_instance.py64 def throttle(self): member in MonkeyTestInstance
/external/cronet/tot/build/android/pylib/monkey/
Dmonkey_test_instance.py64 def throttle(self): member in MonkeyTestInstance
/external/cronet/stable/build/android/pylib/monkey/
Dmonkey_test_instance.py64 def throttle(self): member in MonkeyTestInstance
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_throttle_test.cc104 GcsThrottle throttle(&time); in TEST() local
/external/libese/ready_se/google/weaver/Applet/src/com/android/weaver/core/
DCoreSlots.java216 private static boolean throttle(byte[] bArray, short bOff, short failureCount) { in throttle() method in CoreSlots.Slot
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DManagedChannelImpl.java466 volatile Throttle throttle; field in ManagedChannelImpl.ChannelStreamProvider
539 throttle); in newStream() local
DRetriableStream.java95 private final Throttle throttle; field in RetriableStream
132 @Nullable Throttle throttle) { in RetriableStream()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_screen.h93 bool throttle; member
/external/rust/android-crates-io/crates/tokio-stream/src/
Dstream_ext.rs1119 fn throttle(self, duration: Duration) -> Throttle<Self> in throttle() method
/external/igt-gpu-tools/benchmarks/
Dgem_wsim.c128 int throttle; member
2686 int throttle = -1; in run_workload() local
/external/mesa3d/src/mesa/state_tracker/
Dst_context.h389 struct util_throttle throttle; member
/external/grpc-grpc/src/core/load_balancing/rls/
Drls.cc1579 bool throttle = dist(rng_) < throttle_probability; in ShouldThrottle() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/rls/
Drls.cc1541 bool throttle = dist(rng_) < throttle_probability; in ShouldThrottle() local

12