HomeSort by relevance Sort by last modified time
    Searched full:timeout_seconds (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
meta.py 22 def get_generation(self, timeout_seconds=2):
25 @param timeout_seconds: number of seconds to wait for a response.
31 timeout_seconds)
  /external/autotest/server/cros/atrus/
atrus_utils.py 28 timeout_seconds=2,
48 timeout_seconds=90,
53 def wait_for_atrus_enumeration(host, timeout_seconds=30):
58 @param timeout_seconds: Maximum number of seconds to wait.
64 timeout=timeout_seconds,
  /external/autotest/client/common_lib/cros/tendo/
peerd_config.py 26 def confirm_peerd_up(service_name=SERVICE_NAME, timeout_seconds=10, host=None):
31 @param timeout_seconds: number of seconds to wait for peerd to answer
37 while time.time() - start_time < timeout_seconds:
63 def restart_with_config(self, host=None, timeout_seconds=10):
67 @param timeout_seconds: number of seconds to wait for peerd to start.
79 if timeout_seconds is None:
82 timeout_seconds=timeout_seconds,
  /cts/tests/backup/src/android/backup/cts/
FullBackupLifecycleTest.java 28 private static final int TIMEOUT_SECONDS = 30;
42 waitForLogcat(TIMEOUT_SECONDS,
53 waitForLogcat(TIMEOUT_SECONDS,
KeyValueLifecycleTest.java 28 private static final int TIMEOUT_SECONDS = 30;
42 waitForLogcat(TIMEOUT_SECONDS,backupSeparator,
52 waitForLogcat(TIMEOUT_SECONDS, restoreSeparator,
FullBackupQuotaTest.java 33 private static final int TIMEOUT_SECONDS = 30;
45 waitForLogcat(TIMEOUT_SECONDS,separator,
64 waitForLogcat(TIMEOUT_SECONDS,separator,
KeyValueQuotaTest.java 33 private static final int TIMEOUT_SECONDS = 30;
45 waitForLogcat(TIMEOUT_SECONDS, separator,
58 waitForLogcat(TIMEOUT_SECONDS, separator,
  /external/autotest/client/common_lib/cros/fake_device_server/
fake_gcd_helper.py 33 def start(self, timeout_seconds=30):
36 @param timeout_seconds: number of seconds to wait for server start.
41 while time.time() - start_time < timeout_seconds:
  /external/autotest/server/site_tests/network_DiskFull/
hog_disk.sh 30 timeout_seconds="$2"
32 if [ "$timeout_seconds" -gt $MAX_TIMEOUT_SECONDS ]; then
42 for i in $(seq 1 $(( timeout_seconds * 10 ))); do
  /external/autotest/client/common_lib/
process_utils.py 11 timeout_seconds=60, host=None,
18 @param timeout_seconds: number of seconds to wait for proceess to die.
32 time.time() - start_time < timeout_seconds):
  /external/autotest/client/common_lib/cros/
process_watcher.py 50 def close(self, timeout_seconds=40):
53 @param timeout_seconds: int number of seconds to wait for shutdown.
57 timeout_seconds=timeout_seconds)
  /external/autotest/server/site_tests/network_WiFi_PMKSACaching/
network_WiFi_PMKSACaching.py 23 TIMEOUT_SECONDS = 15
40 def retry(self, func, reason, timeout_seconds=TIMEOUT_SECONDS):
46 @param timeout_seconds: int number of seconds to wait for a True
52 while time.time() - start_time < timeout_seconds:
90 bssid1, timeout_seconds=self.TIMEOUT_SECONDS):
95 bssid0, timeout_seconds=self.TIMEOUT_SECONDS):
  /external/autotest/client/site_tests/buffet_IntermittentConnectivity/
buffet_IntermittentConnectivity.py 33 timeout_seconds=20)
41 timeout_seconds=20)
  /external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/
network_WiFi_RoamSuspendEndToEnd.py 40 def _do_suspend_deconfig(self, timeout_seconds):
43 @param timeout_seconds: Number of seconds to suspend the DUT.
47 self.context.client.do_suspend_bg(timeout_seconds)
51 self._host.wait_down(timeout=timeout_seconds)
54 self._host.wait_up(timeout=timeout_seconds)
  /external/autotest/client/cros/networking/
cellular_proxy.py 67 self, timeout_seconds=SERVICE_REGISTRATION_TIMEOUT):
70 @param timeout_seconds: Amount of time to wait for cellular service.
80 timeout=timeout_seconds)
168 timeout_seconds=10)
185 def disable_modem_for_test_setup(self, timeout_seconds=10):
195 @param timeout_seconds: Amount of time to wait until the modem is
198 |timeout_seconds|.
212 timeout=timeout_seconds)
216 timeout_seconds=timeout_seconds)
    [all...]
pm_proxy.py 35 def iface_ism(self, machine_name, timeout_seconds=SHORT_TIMEOUT_SECONDS):
40 @param timeout_seconds: Max number of seconds to wait until interactive
73 lambda: _get_machine(True), timeout=timeout_seconds)
apmanager_proxy.py 53 def __init__(self, bus=None, timeout_seconds=10):
59 self._connect_to_dbus(timeout_seconds)
62 def _connect_to_dbus(self, timeout_seconds):
67 |timeout_seconds| expires.
69 @param timeout_seconds float number of seconds to wait for connecting
73 end_time = time.time() + timeout_seconds
  /external/autotest/server/site_tests/network_WiFi_RoamDbus/
network_WiFi_RoamDbus.py 25 TIMEOUT_SECONDS = 15
41 def retry(self, func, reason, timeout_seconds=TIMEOUT_SECONDS):
47 @param timeout_seconds: int number of seconds to wait for a True
53 while time.time() - start_time < timeout_seconds:
102 roam_to_bssid, timeout_seconds=self.TIMEOUT_SECONDS):
  /external/autotest/client/common_lib/brillo/
logcat_utils.py 14 process_id=None, timeout_seconds=30, host=None):
22 @param timeout_seconds: number of seconds to wait for the log line.
35 timeout=timeout_seconds,
  /external/autotest/client/site_tests/apmanager_CheckAPProcesses/
apmanager_CheckAPProcesses.py 31 timeout_seconds=10):
36 @param timeout_seconds float number of seconds to wait for the process
40 endtime = time.time() + timeout_seconds
  /external/autotest/client/site_tests/desktopui_Respawn/
desktopui_Respawn.py 50 timeout_seconds = 10
54 self._nuke_ui_with_prejudice_and_wait(timeout_seconds)
57 start_time += timeout_seconds
  /system/tools/aidl/tests/
aidl_test_sentinel_searcher.cpp 77 const int timeout_seconds = atoi(timeout_as_str.c_str()); local
78 if (timeout_seconds <= 0) {
88 if (time(nullptr) - start_time > timeout_seconds) {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/devicepolicy/provisioning/
SilentProvisioningTestManager.java 39 private static final long TIMEOUT_SECONDS = 120L;
114 Boolean result = mProvisioningResults.poll(TIMEOUT_SECONDS, TimeUnit.SECONDS);
117 + TIMEOUT_SECONDS + " seconds ");
166 return mLatch.await(TIMEOUT_SECONDS, TimeUnit.SECONDS);
  /external/autotest/server/site_tests/network_WiFi_MissingBeacons/
network_WiFi_MissingBeacons.py 35 timeout_seconds = self.MAX_DISCONNECT_TIME_SECONDS + 10
37 'AP.', timeout_seconds)
39 ssid, ['idle'], timeout_seconds=timeout_seconds)
  /external/autotest/server/site_tests/network_WiFi_Reassociate/
network_WiFi_Reassociate.py 21 self.context.client.reassociate(timeout_seconds=10)

Completed in 594 milliseconds

1 2 3 4