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

1 2 3 4

  /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/cros/cfm/atrus/
atrus_utils.py 26 timeout_seconds=2,
44 timeout_seconds=90,
49 def wait_for_atrus_enumeration(timeout_seconds=30):
53 @param timeout_seconds: Maximum number of seconds to wait.
58 timeout=timeout_seconds,
  /external/grpc-grpc/test/core/end2end/
cq_verifier_internal.h 30 grpc_event cq_verifier_next_event(cq_verifier* v, int timeout_seconds);
cq_verifier_native.cc 54 grpc_event cq_verifier_next_event(cq_verifier* v, int timeout_seconds) {
56 grpc_timeout_seconds_to_deadline(timeout_seconds);
cq_verifier_uv.cc 79 grpc_event cq_verifier_next_event(cq_verifier* v, int timeout_seconds) {
81 timeout_seconds < 0 ? 0 : (uint64_t)timeout_seconds * 1000;
  /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,
  /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/grpc-grpc/tools/run_tests/
run_tests_matrix.py 64 timeout_seconds=None):
66 if not timeout_seconds:
67 timeout_seconds = _DEFAULT_RUNTESTS_TIMEOUT
78 timeout_seconds=timeout_seconds)
87 timeout_seconds=None):
91 if not timeout_seconds:
92 timeout_seconds = _DEFAULT_RUNTESTS_TIMEOUT
105 timeout_seconds=timeout_seconds)
    [all...]
  /external/grpc-grpc/tools/run_tests/python_utils/
dockerjob.py 43 def docker_mapped_port(cid, port, timeout_seconds=15):
46 while time.time() - started < timeout_seconds:
57 def wait_for_healthy(cid, shortname, timeout_seconds):
58 """Wait timeout_seconds for the container to become healthy"""
60 while time.time() - started < timeout_seconds:
123 def wait_for_healthy(self, timeout_seconds):
125 timeout_seconds)
  /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/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/site_tests/buffet_IntermittentConnectivity/
buffet_IntermittentConnectivity.py 33 timeout_seconds=20)
41 timeout_seconds=20)
  /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/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/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)
mm1_proxy.py 37 def get_proxy(cls, bus=None, timeout_seconds=10):
45 @param timeout_seconds: float number of seconds to try connecting
72 timeout=timeout_seconds,
78 connection.manager.SetLogging('DEBUG', timeout=timeout_seconds)
149 def wait_for_modem(self, timeout_seconds):
153 @param timeout_seconds: Number of seconds to wait for modem to appear.
164 timeout=timeout_seconds)
248 timeout_seconds=STATE_TRANSITION_WAIT_SECONDS):
256 @param timeout_seconds: Max number of seconds to wait.
280 timeout=timeout_seconds)
    [all...]
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/grpc-grpc/tools/run_tests/artifacts/
artifact_targets.py 32 timeout_seconds=30 * 60,
59 timeout_seconds=timeout_seconds,
72 timeout_seconds=30 * 60,
90 timeout_seconds=timeout_seconds,
133 timeout_seconds=60 * 60 * 5,
157 timeout_seconds=60 * 60,
175 timeout_seconds=45 * 60,
184 timeout_seconds=60 * 60 * 2
    [all...]
  /external/autotest/server/site_tests/network_WiFi_Reassociate/
network_WiFi_Reassociate.py 21 self.context.client.reassociate(timeout_seconds=10)
  /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/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/webrtc/webrtc/base/
task.h 114 int timeout_seconds() const { return timeout_seconds_; } function in class:rtc::Task
115 void set_timeout_seconds(int timeout_seconds);
  /external/autotest/server/cros/network/
arping_runner.py 25 def arping(self, target_ip, count=None, timeout_seconds=None):
32 @param timeout_seconds: int number of seconds to wait for arping
39 if timeout_seconds is None:
40 timeout_seconds = count
43 command_pieces.append('-w %d' % timeout_seconds)
48 timeout=timeout_seconds + self.SSH_TIMEOUT_MARGIN,
  /external/autotest/client/cros/tendo/
peerd_dbus_helper.py 44 def make_helper(peerd_config, bus=None, timeout_seconds=10):
49 @param timeout_seconds: number of seconds to wait for peerd to come up.
54 peerd_config.restart_with_config(timeout_seconds=timeout_seconds)
58 while time.time() - start_time < timeout_seconds:

Completed in 407 milliseconds

1 2 3 4