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

1 23 4

  /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():
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 147 def _wait_until(self, value_check, timeout_seconds):
152 until |timeout_seconds| have passed. Return whether
156 @param timeout_seconds numeric: number of seconds to wait.
162 while time.time() - start_time < timeout_seconds:
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 421 Waits for a selected callback. The wait expires in timeout_seconds seconds.
441 int timeout_seconds, /* Timeout in this number of seconds */
454 expire_time.tv_sec += timeout_seconds;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 421 Waits for a selected callback. The wait expires in timeout_seconds seconds.
441 int timeout_seconds, /* Timeout in this number of seconds */
454 expire_time.tv_sec += timeout_seconds;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 421 Waits for a selected callback. The wait expires in timeout_seconds seconds.
441 int timeout_seconds, /* Timeout in this number of seconds */
454 expire_time.tv_sec += timeout_seconds;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 421 Waits for a selected callback. The wait expires in timeout_seconds seconds.
441 int timeout_seconds, /* Timeout in this number of seconds */
454 expire_time.tv_sec += timeout_seconds;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 421 Waits for a selected callback. The wait expires in timeout_seconds seconds.
441 int timeout_seconds, /* Timeout in this number of seconds */
454 expire_time.tv_sec += timeout_seconds;
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 421 Waits for a selected callback. The wait expires in timeout_seconds seconds.
441 int timeout_seconds, /* Timeout in this number of seconds */
454 expire_time.tv_sec += timeout_seconds;
  /packages/apps/Test/connectivity/sl4n/facades/bluetooth/
bluetooth_binder_facade.cpp 125 int mode, int timeout_seconds, int tx_power_level, bool is_connectable) {
145 timeout_seconds);
  /system/connectivity/shill/
http_request.cc 257 void HTTPRequest::StartIdleTimeout(int timeout_seconds, Result timeout_result) {
262 timeout_seconds * 1000);
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 667 timeout_seconds=30, wait_for_all=False):
678 @param timeout_seconds: the amount of time to wait in seconds
689 timeout_seconds)
692 while time.time() - start_time < timeout_seconds:
729 def wait_for_link(self, interface, timeout_seconds=10):
733 @param timeout_seconds: the amount of time to wait in seconds.
739 while time.time() - start_time < timeout_seconds:
  /packages/apps/Test/connectivity/sl4n/utils/
command_receiver.cpp 175 int timeout_seconds; local
193 timeout_seconds = doc[sl4n::kParamsStr][1].GetInt();
215 mode, timeout_seconds, tx_power_level, is_connectable);
  /external/autotest/client/site_tests/network_CDMAActivate/
network_CDMAActivate.py 205 modem.wait_for_states([expected_state], timeout_seconds=timeout)
  /external/autotest/server/cros/bluetooth/
bluetooth_device.py 41 timeout_seconds=self.XMLRPC_BRINGUP_TIMEOUT_SECONDS,
bluetooth_tester.py 45 timeout_seconds=self.XMLRPC_BRINGUP_TIMEOUT_SECONDS,
  /external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
network_3GRecoverFromGobiDesync.py 191 def Wait(self, timeout_seconds):
194 gobject.timeout_add(timeout_seconds * 1000,
  /external/webrtc/webrtc/base/
task_unittest.cc 145 << stuck_[i].task_->timeout_seconds();
178 stuck_[i].task_->timeout_seconds() << " at " <<
  /external/autotest/client/cros/networking/
android_xmlrpc_server.py 286 def wait_for_service_states(self, ssid, states, timeout_seconds):
291 @param timeout_seconds int seconds to wait for a state
315 wait_result = self.ad.ed.pop_event(wait_event, timeout_seconds)
shill_xmlrpc_server.py 286 def wait_for_service_states(self, ssid, states, timeout_seconds):
291 @param timeout_seconds int seconds to wait for a state
295 ssid, states, timeout_seconds)
  /external/autotest/client/site_tests/network_LTEActivate/
network_LTEActivate.py 43 modem = self.test.pseudomm.wait_for_modem(timeout_seconds=LONG_TIMEOUT)
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 140 timeout_seconds=self.XMLRPC_CONNECT_TIMEOUT,
  /external/autotest/server/
site_linux_router.py 204 self._kill_process_instance('hostapd', timeout_seconds=30)
325 timeout_seconds=10,
330 |instance|). Wait |timeout_seconds| for |process| to die
337 @param timeout_seconds: float timeout in seconds to wait.
351 while not is_dead and time.time() - start_time < timeout_seconds:
374 timeout_seconds=30,
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ProfileBasic/
network_WiFi_ProfileBasic.py 60 timeout_seconds=self.STATE_TRANSITION_TIMEOUT_SECONDS)
  /external/v8/build/android/pylib/results/flakiness_dashboard/
json_results_generator.py 622 def __init__(self, url, timeout_seconds):
624 self._timeout_seconds = timeout_seconds

Completed in 601 milliseconds

1 23 4