/third_party/grpc/src/php/tests/interop/Grpc/Testing/ |
D | LoadBalancerStatsRequest.php | 27 protected $timeout_sec = 0; variable in Grpc\\Testing\\LoadBalancerStatsRequest 80 return $this->timeout_sec; 93 $this->timeout_sec = $var;
|
D | ClientConfigureRequest.php | 36 protected $timeout_sec = 0; variable in Grpc\\Testing\\ClientConfigureRequest 119 return $this->timeout_sec; 133 $this->timeout_sec = $var;
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | LoadBalancerStatsRequest.php | 27 protected $timeout_sec = 0; variable in Grpc\\Testing\\LoadBalancerStatsRequest 80 return $this->timeout_sec; 93 $this->timeout_sec = $var;
|
/third_party/grpc/tools/run_tests/ |
D | run_xds_tests.py | 275 def get_client_stats(num_rpcs, timeout_sec): argument 280 request.timeout_sec = timeout_sec 281 rpc_timeout = timeout_sec + _CONNECTION_TIMEOUT_SEC 293 def _verify_rpcs_to_given_backends(backends, timeout_sec, num_rpcs, argument 298 (timeout_sec, backends)) 299 while time.time() - start_time <= timeout_sec: 301 stats = get_client_stats(num_rpcs, timeout_sec) 317 timeout_sec, argument 320 timeout_sec, 326 timeout_sec, argument [all …]
|
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/ |
D | xds_interop_client.py | 97 self, timeout_sec: int) -> messages_pb2.LoadBalancerStatsResponse: 101 timeout=float(timeout_sec)) 150 response = watcher.await_rpc_stats_response(request.timeout_sec) 334 if request.timeout_sec == 0: 335 timeout_sec = channel_config.rpc_timeout_sec 337 timeout_sec = request.timeout_sec 342 timeout_sec = channel_config.rpc_timeout_sec 346 channel_config.rpc_timeout_sec = timeout_sec
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check.c | 120 double timeout_sec = DEFAULT_TIMEOUT; in tcase_create() local 135 timeout_sec = tmp; in tcase_create() 145 timeout_sec = timeout_sec * tmp; in tcase_create() 149 tc->timeout.tv_sec = (time_t) floor (timeout_sec); in tcase_create() 151 (long) ((timeout_sec - floor (timeout_sec)) * (double) NANOS_PER_SECONDS); in tcase_create()
|
/third_party/grpc/src/php/tests/interop/ |
D | xds_client.php | 35 $timeout_sec = $request->getTimeoutSec(); 46 $timeout = $now[0] + ($now[1] / 1e9) + $timeout_sec;
|
/third_party/grpc/test/core/end2end/ |
D | cq_verifier.h | 44 void cq_verify_empty_timeout(cq_verifier* v, int timeout_sec);
|
D | cq_verifier.cc | 269 void cq_verify_empty_timeout(cq_verifier* v, int timeout_sec) { in cq_verify_empty_timeout() argument 272 gpr_time_from_seconds(timeout_sec, GPR_TIMESPAN)); in cq_verify_empty_timeout()
|
/third_party/grpc/test/cpp/interop/ |
D | xds_interop_client.cc | 112 int timeout_sec) { in WaitForRpcStatsResponse() argument 115 cv_.wait_for(lk, std::chrono::seconds(timeout_sec), in WaitForRpcStatsResponse() 285 watcher->WaitForRpcStatsResponse(response, request->timeout_sec()); in GetClientStats()
|
/third_party/grpc/src/proto/grpc/testing/ |
D | messages.proto | 200 // If num_rpcs have not completed within timeout_sec, return partial results. 201 int32 timeout_sec = 2; field 266 int32 timeout_sec = 3; field
|
/third_party/grpc/doc/ |
D | xds-test-descriptions.md | 60 // If num_rpcs have not completed within timeout_sec, return partial results. 61 int32 timeout_sec = 2;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | events.c | 1514 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument 1529 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan() 2026 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local 2045 timeout_sec = 0; in wpas_select_network_from_last_scan() 2047 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan() 2068 timeout_sec = 0; in wpas_select_network_from_last_scan() 2070 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan() 2079 timeout_sec = 0; in wpas_select_network_from_last_scan() 2081 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan() 2087 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | events.c | 1701 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument 1716 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan() 2320 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local 2339 timeout_sec = 0; in wpas_select_network_from_last_scan() 2341 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan() 2362 timeout_sec = 0; in wpas_select_network_from_last_scan() 2364 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan() 2373 timeout_sec = 0; in wpas_select_network_from_last_scan() 2375 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan() 2381 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
|