Home
last modified time | relevance | path

Searched refs:timeout_secs (Results 1 – 25 of 47) sorted by relevance

12

/external/robolectric-shadows/
Djava-timeout60 local timeout_secs="${1-}"
64 if [[ $timeout_secs = '0' ]]; then
67 elif [[ $timeout_secs = 'execute' ]]; then
70 elif (( timeout_secs < 30 )); then
80 timeout "${timeout_secs}" "$0" 'execute' "$@"
82 runalarm -t "$timeout_secs" "$0" 'execute' "$@"
84 gtimeout "${timeout_secs}s" "$0" 'execute' "$@"
/external/wpa_supplicant_8/wpa_supplicant/
Dbssid_ignore.c79 e->timeout_secs = 1800; in wpa_bssid_ignore_add()
81 e->timeout_secs = 600; in wpa_bssid_ignore_add()
83 e->timeout_secs = 120; in wpa_bssid_ignore_add()
85 e->timeout_secs = 60; in wpa_bssid_ignore_add()
87 e->timeout_secs = 10; in wpa_bssid_ignore_add()
90 MAC2STR(bssid), e->count, e->timeout_secs); in wpa_bssid_ignore_add()
99 e->timeout_secs = 10; in wpa_bssid_ignore_add()
105 MAC2STR(bssid), e->timeout_secs); in wpa_bssid_ignore_add()
159 if (os_reltime_expired(&now, &e->start, e->timeout_secs)) in wpa_bssid_ignore_is_listed()
202 e->timeout_secs + 3600)) { in wpa_bssid_ignore_update()
Dbssid_ignore.h22 int timeout_secs; member
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_cmds_extra.h46 int timeout_secs, void * dinp, void * doutp, int dlen,
58 bool cmplist, int dlist_format, int timeout_secs,
62 int timeout_secs, void * paramp, int param_len,
66 int timeout_secs, void * paramp, int param_len,
181 int mx_resp_len, int timeout_secs, int * residp,
242 int sg_ll_unmap(int sg_fd, int group_num, int timeout_secs, void * paramp,
246 int sg_ll_unmap_v2(int sg_fd, bool anchor, int group_num, int timeout_secs,
295 uint32_t param_len, int timeout_secs, bool noisy,
349 int group_num, int timeout_secs, void * paramp,
363 int timeout_secs, bool noisy, int verbose);
Dsg_cmds_basic.h52 int mx_resp_len, int timeout_secs, int * residp,
77 int mx_resp_len, int timeout_secs, int * residp,
118 int mx_resp_len, int timeout_secs, int * residp,
/external/grpc-grpc/src/python/grpcio_tests/tests/stress/
Dclient.py146 timeout_secs = args.test_duration_secs
147 if timeout_secs < 0:
148 timeout_secs = None
149 raise exception_queue.get(block=True, timeout=timeout_secs)
/external/autotest/client/cros/
Dcros_ui.py67 def stop_and_wait_for_chrome_to_exit(timeout_secs=40): argument
85 while time.time() - start_time < timeout_secs:
90 timeout_secs)
/external/autotest/utils/
Demulator_manager.py50 def verify_stop(self, timeout_secs=3): argument
63 if cycles >= timeout_secs*10 and pid:
147 if not self.verify_stop(timeout_secs=3):
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_extra.c564 int mx_resp_len, int timeout_secs, int * residp, in sg_ll_receive_diag_v2() argument
586 if (timeout_secs <= 0) in sg_ll_receive_diag_v2()
587 timeout_secs = DEF_PT_TIMEOUT; in sg_ll_receive_diag_v2()
597 res = do_scsi_pt(ptvp, sg_fd, timeout_secs, verbose); in sg_ll_receive_diag_v2()
898 bool cmplst, int dlist_format, int timeout_secs, in sg_ll_format_unit() argument
902 dlist_format, 0, timeout_secs, paramp, in sg_ll_format_unit()
910 bool cmplst, int dlist_format, int ffmt, int timeout_secs, in sg_ll_format_unit2() argument
914 dlist_format, ffmt, timeout_secs, paramp, in sg_ll_format_unit2()
924 int timeout_secs, void * paramp, int param_len, in sg_ll_format_unit_v2() argument
946 tmout = (timeout_secs > 0) ? timeout_secs : DEF_PT_TIMEOUT; in sg_ll_format_unit_v2()
[all …]
Dsg_cmds_basic.c338 int mx_resp_len, int timeout_secs, int * residp, in sg_ll_inquiry_com() argument
366 if (timeout_secs <= 0) in sg_ll_inquiry_com()
367 timeout_secs = DEF_PT_TIMEOUT; in sg_ll_inquiry_com()
378 res = do_scsi_pt(ptvp, sg_fd, timeout_secs, verbose); in sg_ll_inquiry_com()
474 int mx_resp_len, int timeout_secs, int * residp, in sg_ll_inquiry_v2() argument
478 timeout_secs, residp, noisy, verbose); in sg_ll_inquiry_v2()
Dsg_cmds_basic2.c373 int timeout_secs, int * residp, bool noisy, int verbose) in sg_ll_mode_sense10_v2() argument
396 if (timeout_secs <= 0) in sg_ll_mode_sense10_v2()
397 timeout_secs = DEF_PT_TIMEOUT; in sg_ll_mode_sense10_v2()
404 res = do_scsi_pt(ptvp, sg_fd, timeout_secs, verbose); in sg_ll_mode_sense10_v2()
809 int mx_resp_len, int timeout_secs, int * residp, in sg_ll_log_sense_v2() argument
834 if (timeout_secs <= 0) in sg_ll_log_sense_v2()
835 timeout_secs = DEF_PT_TIMEOUT; in sg_ll_log_sense_v2()
842 res = do_scsi_pt(ptvp, sg_fd, timeout_secs, verbose); in sg_ll_log_sense_v2()
/external/autotest/client/cros/audio/
Dcras_dbus_utils.py72 def wait_for_nodes_changed(self, target_signal_count, timeout_secs): argument
86 timeout_secs * 1000, self._timeout_quit_main_loop)
282 def wait_for_unexpected_nodes_changed(timeout_secs): argument
292 CrasDBusSignalListener().wait_for_nodes_changed(1, timeout_secs)
/external/llvm-project/lldb/source/API/
DSBListener.cpp142 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { in WaitForEvent() argument
144 (uint32_t, lldb::SBEvent &), timeout_secs, event); in WaitForEvent()
150 if (timeout_secs != UINT32_MAX) { in WaitForEvent()
151 assert(timeout_secs != 0); // Take this out after all calls with timeout in WaitForEvent()
153 timeout = std::chrono::seconds(timeout_secs); in WaitForEvent()
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/
Daudio_WebRtcAudioLoopback.py55 def wait_test_completed(self, timeout_secs): argument
68 _test_done, timeout=timeout_secs, sleep_interval=1,
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dfork_posix.pyx.pxi169 def await_zero_threads(self, timeout_secs): argument
170 end_time = time.time() + timeout_secs
171 wait_time = timeout_secs
179 # lock after a notify(). Wait again until timeout_secs has
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py256 def wait_for_unexpected_nodes_changed(self, timeout_secs): argument
262 self._audio_proxy.wait_for_unexpected_nodes_changed(timeout_secs)
/external/autotest/client/common_lib/cros/
Dretry.py47 def set_sigalarm_timeout(timeout_secs, default_timeout=60): argument
61 timeout_sec_n = int(timeout_secs)
Dtest_webrtc_peer_connection.py125 def wait_test_completed(self, timeout_secs): argument
137 if spent_time > timeout_secs:
/external/wpa_supplicant_8/src/utils/
Dos.h101 os_time_t timeout_secs) in os_reltime_expired() argument
106 return (age.sec > timeout_secs) || in os_reltime_expired()
107 (age.sec == timeout_secs && age.usec > 0); in os_reltime_expired()
/external/openssh/
Dclientloop.c497 int timeout_secs; in client_wait_until_can_do_something() local
526 timeout_secs = INT_MAX; /* we use INT_MAX to mean no timeout */ in client_wait_until_can_do_something()
528 timeout_secs = options.server_alive_interval; in client_wait_until_can_do_something()
532 timeout_secs = MINIMUM(timeout_secs, in client_wait_until_can_do_something()
536 timeout_secs = MINIMUM(timeout_secs, in client_wait_until_can_do_something()
538 if (timeout_secs < 0) in client_wait_until_can_do_something()
539 timeout_secs = 0; in client_wait_until_can_do_something()
542 timeout_secs = MINIMUM(timeout_secs, (int)minwait_secs); in client_wait_until_can_do_something()
543 if (timeout_secs == INT_MAX) in client_wait_until_can_do_something()
546 tv.tv_sec = timeout_secs; in client_wait_until_can_do_something()
/external/libwebsockets/include/libwebsockets/
Dlws-cgi.h74 int script_uri_path_len, int timeout_secs,
/external/libwebsockets/lib/tls/
Dtls-server.c172 context->timeout_secs); in lws_server_socket_service_ssl()
349 context->timeout_secs); in lws_server_socket_service_ssl()
/external/autotest/client/profilers/pgo/
Dpgo.py39 if not cros_ui.stop_and_wait_for_chrome_to_exit(timeout_secs=40):
/external/libwebsockets/lib/core-net/
Dsocks5-client.c244 wsi->context->timeout_secs); in lws_socks5c_greet()
342 wsi->context->timeout_secs); in lws_socks5c_handle_state()
/external/autotest/server/cros/
Dgoofy_client.py187 timeout_secs = timeout_min * 60
190 if time.time() - current_time > timeout_secs:

12