Home
last modified time | relevance | path

Searched defs:timeout_sec (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dk8s.py142 timeout_sec=WAIT_SHORT_TIMEOUT_SEC, argument
159 timeout_sec=WAIT_SHORT_TIMEOUT_SEC, argument
175 timeout_sec=WAIT_LONG_TIMEOUT_SEC, argument
192 timeout_sec=WAIT_SHORT_TIMEOUT_SEC, argument
239 timeout_sec=WAIT_MEDIUM_TIMEOUT_SEC, argument
258 timeout_sec=WAIT_MEDIUM_TIMEOUT_SEC, argument
285 timeout_sec=WAIT_SHORT_TIMEOUT_SEC, argument
/external/autotest/client/common_lib/cros/
Dretry.py78 def custom_sigalarm_handler(func, timeout_sec): argument
95 def timeout(func, args=(), kwargs={}, timeout_sec=60.0, default_result=None): argument
Ddev_server.py415 def get_devserver_load_wrapper(cls, devserver, timeout_sec, output): argument
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py355 def get_client_stats(num_rpcs, timeout_sec): argument
423 def configure_client(rpc_types, metadata=[], timeout_sec=None): argument
455 def _verify_rpcs_to_given_backends(backends, timeout_sec, num_rpcs, argument
479 timeout_sec, argument
488 timeout_sec, argument
496 def wait_until_no_rpcs_go_to_given_backends(backends, timeout_sec): argument
511 def wait_until_rpcs_in_flight(rpc_type, timeout_sec, num_rpcs, threshold): argument
2770 timeout_sec=_WAIT_FOR_OPERATION_SEC): argument
2825 expected_size, timeout_sec): argument
2840 timeout_sec=_WAIT_FOR_OPERATION_SEC): argument
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_spin_batch.c36 unsigned int timeout_sec) in spin()
125 static void spin_on_all_engines(int fd, unsigned int timeout_sec) in spin_on_all_engines()
Di915_pm_rpm.c171 static bool pc8_plus_residency_changed(unsigned int timeout_sec) in pc8_plus_residency_changed()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/
Dapi.py222 timeout_sec=_WAIT_FOR_OPERATION_SEC, argument
290 timeout_sec=GcpProjectApiResource._WAIT_FOR_OPERATION_SEC): argument
296 timeout_sec=GcpProjectApiResource._WAIT_FOR_OPERATION_SEC): argument
Dcompute.py250 timeout_sec=_WAIT_FOR_BACKEND_SEC, argument
338 timeout_sec=_WAIT_FOR_OPERATION_SEC): argument
/external/autotest/client/site_tests/power_BacklightControl/
Dpower_BacklightControl.py201 timeout_sec=30): argument
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dmessages.proto201 int32 timeout_sec = 2; field
266 int32 timeout_sec = 3; field
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_service.cc66 bool TpuCompilationCacheService::Shutdown(int timeout_sec) { in Shutdown()
/external/autotest/server/site_tests/tast/
Dtast.py336 def _run_tast(self, subcommand, extra_subcommand_args, timeout_sec, argument
/external/perfetto/src/base/
Dunix_socket.cc587 uint32_t timeout_sec = timeout_ms / 1000; in SetTxTimeout() local
603 uint32_t timeout_sec = timeout_ms / 1000; in SetRxTimeout() local
/external/grpc-grpc/test/core/end2end/
Dcq_verifier.cc287 void cq_verify_empty_timeout(cq_verifier* v, int timeout_sec) { in cq_verify_empty_timeout()
/external/autotest/client/common_lib/
Dutils.py1842 timeout_sec=10): argument
1887 timeout_sec=10): argument
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c1751 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan()
2370 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local