Home
last modified time | relevance | path

Searched defs:timeout_seconds (Results 1 – 25 of 75) sorted by relevance

123

/aosp_15_r20/device/google/cuttlefish/host/libs/command_util/
Dutil.cc80 const int timeout_seconds) { in GetLauncherMonitorFromInstance()
94 const int timeout_seconds) { in GetLauncherMonitor()
137 Result<void> WaitForRead(SharedFD monitor_socket, const int timeout_seconds) { in WaitForRead()
153 std::optional<int> timeout_seconds) { in RunLauncherAction()
173 std::optional<int> timeout_seconds) { in RunLauncherAction()
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dcollective_util.py88 timeout_seconds=None, argument
122 timeout_seconds=None, argument
210 def __new__(cls, bytes_per_pack=0, timeout_seconds=None): argument
214 def __init__(self, bytes_per_pack=0, timeout_seconds=None): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Ddockerjob.py45 def docker_mapped_port(cid, port, timeout_seconds=15): argument
60 def docker_ip_address(cid, timeout_seconds=15): argument
80 def wait_for_healthy(cid, shortname, timeout_seconds): argument
147 def wait_for_healthy(self, timeout_seconds): argument
/aosp_15_r20/external/grpc-grpc/tools/run_tests/python_utils/
H A Ddockerjob.py50 def docker_mapped_port(cid, port, timeout_seconds=15): argument
66 def docker_ip_address(cid, timeout_seconds=15): argument
88 def wait_for_healthy(cid, shortname, timeout_seconds): argument
170 def wait_for_healthy(self, timeout_seconds): argument
/aosp_15_r20/external/autotest/server/cros/network/
H A Dwifi_client.py551 def scan(self, frequencies, ssids, timeout_seconds=10, require_match=True): argument
585 def wait_for_bss(self, bssid, timeout_seconds=15): argument
610 def wait_for_bsses(self, ssid, num_bss_expected, timeout_seconds=15): argument
656 def wait_for_service_states(self, ssid, states, timeout_seconds): argument
941 def wait_for_roam(self, bssid, timeout_seconds=10.0): argument
1006 def reassociate(self, timeout_seconds=10): argument
1035 timeout_seconds=30, argument
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_tests_matrix.py83 timeout_seconds=None, argument
117 timeout_seconds=None, argument
163 timeout_seconds=None, argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests_matrix.py79 timeout_seconds=None): argument
102 timeout_seconds=None): argument
139 timeout_seconds=None): argument
/aosp_15_r20/external/autotest/client/cros/networking/
H A Dmm1_proxy.py40 def get_proxy(cls, bus=None, timeout_seconds=10): argument
206 def wait_for_modem(self, timeout_seconds): argument
364 timeout_seconds=STATE_TRANSITION_WAIT_SECONDS): argument
H A Dshill_proxy.py367 def get_proxy(cls, bus=None, timeout_seconds=10): argument
492 expected_values, timeout_seconds): argument
700 def connect_service_synchronous(self, service, timeout_seconds): argument
729 def disconnect_service_synchronous(self, service, timeout_seconds): argument
H A Dapmanager_proxy.py59 def __init__(self, bus=None, timeout_seconds=10): argument
68 def _connect_to_dbus(self, timeout_seconds): argument
H A Dcellular_proxy.py71 self, timeout_seconds=SERVICE_REGISTRATION_TIMEOUT): argument
196 def disable_modem_for_test_setup(self, timeout_seconds=10): argument
H A Dpm_proxy.py37 def iface_ism(self, machine_name, timeout_seconds=SHORT_TIMEOUT_SECONDS): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcollective_ops.py431 timeout_seconds=0): argument
470 timeout_seconds=None): argument
499 def all_to_all_v3(communicator, t, group_assignment=None, timeout_seconds=None): argument
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dos_utils.py34 def is_subprocess_alive(process, timeout_seconds=1): argument
59 def make_ports_available(ports: Container[int], timeout_seconds=10): argument
/aosp_15_r20/hardware/interfaces/gnss/common/utils/vts/include/
H A DGnssCallbackEventQueue.h88 bool GnssCallbackEventQueue<T>::retrieve(T& event, int timeout_seconds) { in retrieve()
100 int GnssCallbackEventQueue<T>::retrieve(std::list<T>& event_list, int count, int timeout_seconds) { in retrieve()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dartifact_targets.py34 timeout_seconds=30 * 60, argument
70 timeout_seconds=30 * 60, argument
Ddistribtest_targets.py31 timeout_seconds=30 * 60): argument
64 timeout_seconds=10 * 60): argument
/aosp_15_r20/external/grpc-grpc/tools/run_tests/artifacts/
H A Dartifact_targets.py35 timeout_seconds=30 * 60, argument
74 timeout_seconds=30 * 60, argument
H A Ddistribtest_targets.py32 timeout_seconds=30 * 60, argument
68 timeout_seconds=10 * 60, argument
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c57 int timeout_seconds; /* 0 or total duration timeout period */ member
735 int timeout_seconds /* 0; or total duration timeout period */ in httpread_create()
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dcfstream_test.cc200 bool WaitForChannelNotReady(Channel* channel, int timeout_seconds = 5) { in WaitForChannelNotReady()
211 bool WaitForChannelReady(Channel* channel, int timeout_seconds = 10) { in WaitForChannelReady()
H A Dflaky_network_test.cc280 bool WaitForChannelNotReady(Channel* channel, int timeout_seconds = 5) { in WaitForChannelNotReady()
291 bool WaitForChannelReady(Channel* channel, int timeout_seconds = 5) { in WaitForChannelReady()
/aosp_15_r20/external/autotest/client/common_lib/cros/cfm/atrus/
H A Datrus_utils.py49 def wait_for_atrus_enumeration(timeout_seconds=30): argument
/aosp_15_r20/external/autotest/client/common_lib/
H A Dprocess_utils.py11 timeout_seconds=60, host=None, argument
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dprocess_watcher.py50 def close(self, timeout_seconds=40): argument

123