/aosp_15_r20/tools/acloud/internal/lib/ |
H A D | local_instance_lock.py | 57 def _Flock(self, timeout_secs): argument 88 def Lock(self, timeout_secs=_DEFAULT_TIMEOUT_SECS): argument 150 def LockIfNotInUse(self, timeout_secs=_DEFAULT_TIMEOUT_SECS): argument
|
H A D | emulator_console.py | 42 ssh_extra_args, timeout_secs=_DEFAULT_SOCKET_TIMEOUT_SECS): argument
|
H A D | utils.py | 277 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument 1429 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument
|
H A D | cvd_compute_client_multi_stage.py | 211 def _GetBootTimeout(self, timeout_secs): argument
|
/aosp_15_r20/external/sg3_utils/lib/ |
H A D | sg_cmds_extra.c | 586 int timeout_secs, int * residp, bool noisy, int vb) in sg_ll_receive_diag_com() 681 void * resp, int mx_resp_len, int timeout_secs, in sg_ll_receive_diag_pt() 700 int mx_resp_len, int timeout_secs, int * residp, in sg_ll_receive_diag_v2() 970 bool cmplst, int dlist_format, int timeout_secs, in sg_ll_format_unit() 982 bool cmplst, int dlist_format, int ffmt, int timeout_secs, in sg_ll_format_unit2() 996 int timeout_secs, void * paramp, int param_len, in sg_ll_format_unit_v2() 1802 int timeout_secs, void * dinp, void * doutp, int dlen, in sg_ll_ata_pt() 2098 uint32_t param_len, int timeout_secs, bool noisy, in sg_ll_write_buffer_v2() 2171 sg_ll_unmap(int sg_fd, int group_num, int timeout_secs, void * paramp, in sg_ll_unmap() 2181 sg_ll_unmap_v2(int sg_fd, bool anchor, int group_num, int timeout_secs, in sg_ll_unmap_v2() [all …]
|
H A D | sg_cmds_basic.c | 379 int pg_op, void * resp, int mx_resp_len, int timeout_secs, in sg_ll_inquiry_com() 513 int mx_resp_len, int timeout_secs, int * residp, in sg_ll_inquiry_v2() 526 int mx_resp_len, int timeout_secs, int * residp, bool noisy, in sg_ll_inquiry_pt()
|
H A D | sg_pt_haiku.c | 244 do_scsi_pt(struct sg_pt_base * vp, int fd, int timeout_secs, int verbose) in do_scsi_pt() 423 do_nvm_pt(struct sg_pt_base * vp, int submq, int timeout_secs, int verbose) in do_nvm_pt()
|
H A D | sg_cmds_basic2.c | 357 int timeout_secs, int * residp, bool noisy, int verbose) in sg_ll_mode_sense10_v2() 814 int mx_resp_len, int timeout_secs, int * residp, in sg_ll_log_sense_v2()
|
/aosp_15_r20/external/autotest/client/cros/audio/ |
H A D | cras_dbus_utils.py | 59 def wait_for_nodes_changed(self, target_signal_count, timeout_secs): argument 269 def wait_for_unexpected_nodes_changed(timeout_secs): argument
|
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | AuthTest.cpp | 312 const uint32_t timeout_secs = 3; in TEST_P() local 388 const uint32_t timeout_secs = 3; in TEST_P() local 444 const uint32_t timeout_secs = 3; in TEST_P() local
|
/aosp_15_r20/packages/services/Car/cpp/bugreport/ |
D | main.cpp | 279 bool waitpid_with_timeout(pid_t pid, int timeout_secs, int* status) { in waitpid_with_timeout() 323 int runCommand(int timeout_secs, const char* file, std::vector<const char*> args) { in runCommand()
|
/aosp_15_r20/system/keymint/ta/src/ |
H A D | operation.rs | 113 timeout_secs: Option<u32>, field 122 let mut timeout_secs = None; in new() localVariable
|
/aosp_15_r20/external/flashrom/ |
H A D | big_lock.c | 42 int acquire_big_lock(int timeout_secs) in acquire_big_lock()
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | bssid_ignore.h | 22 int timeout_secs; member
|
/aosp_15_r20/device/google/gs-common/gs_watchdogd/ |
D | gs_watchdogd.cpp | 57 int timeout_secs; in main() local
|
/aosp_15_r20/external/autotest/utils/ |
H A D | emulator_manager.py | 50 def verify_stop(self, timeout_secs=3): argument
|
/aosp_15_r20/external/autotest/client/cros/ |
H A D | cros_ui.py | 67 def stop_and_wait_for_chrome_to_exit(timeout_secs=40): argument
|
/aosp_15_r20/external/autotest/client/common_lib/cros/ |
H A D | retry.py | 53 def set_sigalarm_timeout(timeout_secs, default_timeout=60): argument
|
H A D | test_webrtc_peer_connection.py | 126 def wait_test_completed(self, timeout_secs): argument
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
H A D | fork_posix.pyx.pxi | 182 def await_zero_threads(self, timeout_secs): argument
|
/aosp_15_r20/external/cronet/build/lacros/ |
H A D | test_runner.py | 405 def _KillNicely(proc, timeout_secs=2, first_wait_secs=0): argument
|
/aosp_15_r20/system/core/debuggerd/client/ |
H A D | debuggerd_client.cpp | 310 int dump_backtrace_to_file_timeout(pid_t tid, DebuggerdDumpType dump_type, int timeout_secs, in dump_backtrace_to_file_timeout()
|
/aosp_15_r20/external/libwebsockets/lib/roles/cgi/ |
H A D | cgi-server.c | 111 int script_uri_path_len, int timeout_secs, in lws_cgi()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ |
H A D | supervisor_test.py | 72 def _wait_for_glob(self, pattern, timeout_secs, for_checkpoint=True): argument
|
/aosp_15_r20/external/autotest/server/cros/multimedia/ |
H A D | audio_facade_adapter.py | 256 def wait_for_unexpected_nodes_changed(self, timeout_secs): argument
|