HomeSort by relevance Sort by last modified time
    Searched refs:timeout_seconds (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/autotest/client/cros/networking/
wifi_proxy.py 338 def wait_for_service_states(self, ssid, states, timeout_seconds):
343 @param timeout_seconds seconds to wait for property to be achieved
357 timeout=timeout_seconds,
365 timeout_seconds - (time.time() - start_time))
370 return False, 'unknown', timeout_seconds
  /external/autotest/client/site_tests/cellular_DeferredRegistration/
cellular_DeferredRegistration.py 34 timeout_seconds=self.test_env.shill.SERVICE_CONNECT_TIMEOUT)
  /external/autotest/client/site_tests/vm_CrosVmStart/
vm_CrosVmStart.py 35 timeout_seconds=60,
  /external/autotest/server/cros/faft/
rpc_proxy.py 91 timeout_seconds=self._client_config.rpc_timeout,
  /external/autotest/server/site_tests/network_WiFi_ChaosConfigSniffer/
network_WiFi_ChaosConfigSniffer.py 26 wifi_client._wifi_if, ssids=[ssid], timeout_seconds=60)
  /external/wpa_supplicant_8/src/wps/
httpread.c 57 int timeout_seconds; /* 0 or total duration timeout period */ member in struct:httpread
735 int timeout_seconds /* 0; or total duration timeout period */
747 h->timeout_seconds = timeout_seconds;
749 if (timeout_seconds > 0 &&
750 eloop_register_timeout(timeout_seconds, 0,
  /external/autotest/server/cros/cfm/configurable_test/
actions.py 396 def _wait_for_condition(condition, timeout_seconds=10):
403 @param timeout_seconds The timeout in seconds.
410 for _ in xrange(timeout_seconds):
415 % (timeout_seconds, condition))
  /external/autotest/server/cros/network/
wifi_test_context_manager.py 323 timeout_seconds=30):
329 @param timeout_seconds int number of seconds to wait for
339 ssid, timeout_seconds=timeout_seconds, freq=freq,
  /external/autotest/server/cros/
dark_resume_utils.py 171 timeout_seconds=XMLRPC_BRINGUP_TIMEOUT_SECONDS)
  /external/autotest/server/site_tests/network_WiFi_BSSTMReq/
network_WiFi_BSSTMReq.py 24 TIMEOUT_SECONDS = 15
67 timeout=self.TIMEOUT_SECONDS,
88 roam_to_bssid, timeout_seconds=self.TIMEOUT_SECONDS):
  /external/autotest/server/site_tests/network_WiFi_RoamDbus/
network_WiFi_RoamDbus.py 24 TIMEOUT_SECONDS = 15
67 timeout=self.TIMEOUT_SECONDS,
85 roam_to_bssid, timeout_seconds=self.TIMEOUT_SECONDS):
  /external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
bm_run.py 104 timeout_seconds=60 * 60)) # one hour
  /external/autotest/client/common_lib/cros/tendo/
privet_helper.py 68 timeout_seconds=10,
83 @param timeout_seconds: int number of seconds for curl to wait
101 args.append('%d' % timeout_seconds)
  /external/autotest/client/cros/
dhcp_unittest.py 119 def receive_packet(a_socket, timeout_seconds=1.0):
122 while data is None and start_time + timeout_seconds > time.time():
cros_disks.py 199 def __init__(self, main_loop, bus, timeout_seconds=None):
205 timeout_seconds: Maximum time in seconds to wait for the DBus
211 timeout_seconds)
423 def reconnect_client(self, timeout_seconds=None):
427 timeout_seconds: Maximum time in seconds to wait for the DBus
431 timeout_seconds)
  /external/autotest/server/site_tests/network_WiFi_RoamFT/
network_WiFi_RoamFT.py 50 TIMEOUT_SECONDS = 15
142 timeout=self.TIMEOUT_SECONDS,
192 roam_to_bssid, timeout_seconds=self.TIMEOUT_SECONDS):
196 roam_to_bssid, timeout_seconds=self.TIMEOUT_SECONDS):
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 835 timeout_seconds=30, wait_for_all=False):
846 @param timeout_seconds: the amount of time to wait in seconds
856 timeout_seconds)
    [all...]
  /external/grpc-grpc/tools/run_tests/python_utils/
jobset.py 174 timeout_seconds=5 * 60,
194 self.timeout_seconds = timeout_seconds
364 self._spec.timeout_seconds is not None and
365 time.time() - self._start > self._spec.timeout_seconds):
  /external/autotest/client/site_tests/cellular_ActivateCDMA/
cellular_ActivateCDMA.py 205 modem.wait_for_states([expected_state], timeout_seconds=timeout)
  /external/autotest/server/cros/bluetooth/
bluetooth_tester.py 45 timeout_seconds=self.XMLRPC_BRINGUP_TIMEOUT_SECONDS,
  /external/autotest/server/hosts/
chameleon_host.py 78 timeout_seconds=60))
  /external/autotest/server/site_tests/network_WiFi_BT_AntennaCoex/
network_WiFi_BT_AntennaCoex.py 73 client.wait_for_bsses(self.ssid, 1, timeout_seconds=10)
  /external/autotest/server/site_tests/network_WiFi_Reset/
network_WiFi_Reset.py 82 timeout_seconds=20)
  /external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/
cellular_GobiRecoverFromDesync.py 191 def Wait(self, timeout_seconds):
194 gobject.timeout_add(timeout_seconds * 1000,
  /external/autotest/client/site_tests/platform_MemoryPressure/
platform_MemoryPressure.py 396 timeout_seconds=1800):
399 time_limit = time.time() + timeout_seconds

Completed in 446 milliseconds

1 23 4