Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dk8s.py133 def wait_for_service_deleted(self, name: str, timeout_sec=60, wait_sec=1): argument
149 timeout_sec=60, argument
164 def wait_for_namespace_deleted(self, timeout_sec=240, wait_sec=5): argument
178 def wait_for_service_neg(self, name: str, timeout_sec=60, wait_sec=1): argument
223 timeout_sec=60, argument
242 timeout_sec=60, argument
267 def wait_for_pod_started(self, pod_name, timeout_sec=60, wait_sec=1): 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/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/
Drun_xds_tests.py298 def get_client_stats(num_rpcs, timeout_sec): argument
369 def _verify_rpcs_to_given_backends(backends, timeout_sec, num_rpcs, argument
393 timeout_sec, argument
402 timeout_sec, argument
410 def wait_until_rpcs_in_flight(rpc_type, timeout_sec, num_rpcs, threshold): argument
1785 timeout_sec=_WAIT_FOR_OPERATION_SEC): argument
1835 expected_size, timeout_sec): argument
1850 timeout_sec=_WAIT_FOR_OPERATION_SEC): argument
1868 timeout_sec=_WAIT_FOR_OPERATION_SEC): argument
1886 timeout_sec=_WAIT_FOR_BACKEND_SEC): argument
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/
Dapi.py203 timeout_sec=_WAIT_FOR_OPERATION_SEC, argument
271 timeout_sec=GcpProjectApiResource._WAIT_FOR_OPERATION_SEC): argument
277 timeout_sec=GcpProjectApiResource._WAIT_FOR_OPERATION_SEC): argument
Dcompute.py235 timeout_sec=_WAIT_FOR_BACKEND_SEC, argument
323 timeout_sec=_WAIT_FOR_OPERATION_SEC): argument
/external/llvm-project/compiler-rt/test/sanitizer_common/android_commands/
Dandroid_common.py16 def adb(args, attempts = 1, timeout_sec = 600): argument
/external/autotest/client/site_tests/power_BacklightControl/
Dpower_BacklightControl.py201 timeout_sec=30): argument
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_service.cc66 bool TpuCompilationCacheService::Shutdown(int timeout_sec) { in Shutdown()
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dmessages.proto201 int32 timeout_sec = 2; field
/external/perfetto/src/base/
Dunix_socket.cc548 uint32_t timeout_sec = timeout_ms / 1000; in SetTxTimeout() local
564 uint32_t timeout_sec = timeout_ms / 1000; in SetRxTimeout() local
/external/autotest/server/site_tests/tast/
Dtast.py336 def _run_tast(self, subcommand, extra_subcommand_args, timeout_sec, argument
/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.c1700 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan()
2319 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp1606 uint32_t timeout_sec; in SetOptionValue() local
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp2844 uint32_t timeout_sec = UINT32_MAX; in RunShellCommand() local