Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 998) sorted by relevance

12345678910>>...40

/external/webrtc/webrtc/base/
Dgunit.h23 #define WAIT(ex, timeout) \ argument
30 #define WAIT_(ex, timeout, res) \ argument
41 #define EXPECT_TRUE_WAIT(ex, timeout) \ argument
48 #define EXPECT_EQ_WAIT(v1, v2, timeout) \ argument
55 #define ASSERT_TRUE_WAIT(ex, timeout) \ argument
62 #define ASSERT_EQ_WAIT(v1, v2, timeout) \ argument
72 #define EXPECT_TRUE_WAIT_MARGIN(ex, timeout, margin) \ argument
/external/okhttp/okio/okio/src/test/java/okio/
DAsyncTimeoutTest.java51 AsyncTimeout timeout = new RecordingAsyncTimeout(); in zeroTimeoutIsNoTimeout() local
135 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineOnly() local
144 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineBeforeTimeout() local
154 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineAfterTimeout() local
164 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineStartsBeforeEnter() local
174 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineInThePast() local
192 AsyncTimeout timeout = new AsyncTimeout(); in wrappedSinkTimesOut() local
213 AsyncTimeout timeout = new AsyncTimeout(); in wrappedSourceTimesOut() local
234 AsyncTimeout timeout = new AsyncTimeout(); in wrappedThrowsWithTimeout() local
252 AsyncTimeout timeout = new AsyncTimeout(); in wrappedThrowsWithoutTimeout() local
/external/libmojo/third_party/catapult/devil/devil/android/
Ddecorators_test.py31 def alwaysTimesOut(timeout=None, retries=None): argument
47 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument
58 def requiresExplicitTimeoutAndRetries(timeout=None, retries=None): argument
78 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument
95 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument
110 def alwaysRaisesNoAdbError(timeout=None, retries=None): argument
123 def alwaysTimesOut(timeout=None, retries=None): argument
146 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument
162 def alwaysReturnsTimeouts(timeout=None, retries=None): argument
169 def alwaysReturnsRetries(timeout=None, retries=None): argument
[all …]
Dbattery_utils.py160 def SupportsFuelGauge(self, timeout=None, retries=None): argument
176 def GetFuelGaugeChargeCounter(self, timeout=None, retries=None): argument
199 def GetNetworkData(self, package, timeout=None, retries=None): argument
237 def GetPowerData(self, timeout=None, retries=None): argument
298 def GetBatteryInfo(self, timeout=None, retries=None): argument
324 def GetCharging(self, timeout=None, retries=None): argument
342 def DisableBatteryUpdates(self, timeout=None, retries=None): argument
367 def EnableBatteryUpdates(self, timeout=None, retries=None): argument
387 def BatteryMeasurement(self, timeout=None, retries=None): argument
518 def SetCharging(self, enabled, timeout=None, retries=None): argument
[all …]
Ddevice_utils.py312 def IsOnline(self, timeout=None, retries=None): argument
332 def HasRoot(self, timeout=None, retries=None): argument
352 def NeedsSU(self, timeout=DEFAULT, retries=DEFAULT): argument
386 def EnableRoot(self, timeout=None, retries=None): argument
406 def IsUserBuild(self, timeout=None, retries=None): argument
424 def GetExternalStoragePath(self, timeout=None, retries=None): argument
446 def GetApplicationPaths(self, package, timeout=None, retries=None): argument
487 def GetApplicationVersion(self, package, timeout=None, retries=None): argument
509 def GetApplicationDataDirectory(self, package, timeout=None, retries=None): argument
531 def WaitUntilFullyBooted(self, wifi=False, timeout=None, retries=None): argument
[all …]
/external/chromium-trace/catapult/devil/devil/android/
Ddecorators_test.py31 def alwaysTimesOut(timeout=None, retries=None): argument
47 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument
58 def requiresExplicitTimeoutAndRetries(timeout=None, retries=None): argument
78 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument
95 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument
110 def alwaysRaisesNoAdbError(timeout=None, retries=None): argument
123 def alwaysTimesOut(timeout=None, retries=None): argument
146 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument
162 def alwaysReturnsTimeouts(timeout=None, retries=None): argument
169 def alwaysReturnsRetries(timeout=None, retries=None): argument
[all …]
Dbattery_utils.py204 def SupportsFuelGauge(self, timeout=None, retries=None): argument
220 def GetFuelGaugeChargeCounter(self, timeout=None, retries=None): argument
243 def GetNetworkData(self, package, timeout=None, retries=None): argument
281 def GetPowerData(self, timeout=None, retries=None): argument
342 def GetBatteryInfo(self, timeout=None, retries=None): argument
368 def GetCharging(self, timeout=None, retries=None): argument
386 def DisableBatteryUpdates(self, timeout=None, retries=None): argument
411 def EnableBatteryUpdates(self, timeout=None, retries=None): argument
431 def BatteryMeasurement(self, timeout=None, retries=None): argument
562 def SetCharging(self, enabled, timeout=None, retries=None): argument
[all …]
Ddevice_utils.py354 def IsOnline(self, timeout=None, retries=None): argument
374 def HasRoot(self, timeout=None, retries=None): argument
396 def NeedsSU(self, timeout=DEFAULT, retries=DEFAULT): argument
436 def EnableRoot(self, timeout=None, retries=None): argument
470 def IsUserBuild(self, timeout=None, retries=None): argument
488 def GetExternalStoragePath(self, timeout=None, retries=None): argument
510 def GetApplicationPaths(self, package, timeout=None, retries=None): argument
553 def GetApplicationVersion(self, package, timeout=None, retries=None): argument
575 def GetApplicationDataDirectory(self, package, timeout=None, retries=None): argument
597 def WaitUntilFullyBooted(self, wifi=False, timeout=None, retries=None): argument
[all …]
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Dadb_wrapper.py223 def _RunAdbCmd(cls, args, timeout=None, retries=None, device_serial=None, argument
247 def _RunDeviceAdbCmd(self, args, timeout, retries, check_error=True): argument
264 def _IterRunDeviceAdbCmd(self, args, timeout): argument
309 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
313 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
319 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
326 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
355 def _RawDevices(cls, long_list=False, timeout=DEFAULT_TIMEOUT, argument
371 def Push(self, local, remote, timeout=60 * 5, retries=DEFAULT_RETRIES): argument
383 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES): argument
[all …]
Dfastboot.py67 def Flash(self, partition, image, timeout=None, retries=None): argument
77 def Devices(self, timeout=None, retries=None): argument
83 def RebootBootloader(self, timeout=None, retries=None): argument
88 def Reboot(self, timeout=None, retries=None): argument
93 def SetOemOffModeCharge(self, value, timeout=None, retries=None): argument
/external/autotest/client/cros/
Dlogin.py36 def wait_for_condition(condition, timeout_msg, timeout, process, crash_msg): argument
71 def wait_for_browser(timeout=cros_ui.RESTART_UI_TIMEOUT): argument
86 def wait_for_browser_exit(crash_msg, timeout=cros_ui.RESTART_UI_TIMEOUT): argument
108 def wait_for_cryptohome(user, timeout=cros_ui.RESTART_UI_TIMEOUT): argument
124 def wait_for_ownership(timeout=constants.DEFAULT_OWNERSHIP_TIMEOUT): argument
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper.py244 def _RunAdbCmd(cls, args, timeout=None, retries=None, device_serial=None, argument
271 def _RunDeviceAdbCmd(self, args, timeout, retries, check_error=True): argument
288 def _IterRunDeviceAdbCmd(self, args, iter_timeout, timeout): argument
336 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
340 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
346 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
353 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
382 def _RawDevices(cls, long_list=False, timeout=DEFAULT_TIMEOUT, argument
398 def Push(self, local, remote, timeout=60 * 5, retries=DEFAULT_RETRIES): argument
448 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES): argument
[all …]
Dfastboot.py65 def Flash(self, partition, image, timeout=None, retries=None): argument
75 def Devices(self, timeout=None, retries=None): argument
81 def RebootBootloader(self, timeout=None, retries=None): argument
86 def Reboot(self, timeout=None, retries=None): argument
91 def SetOemOffModeCharge(self, value, timeout=None, retries=None): argument
/external/guava/guava/src/com/google/common/collect/
DForwardingBlockingDeque.java65 public boolean offerFirst(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerFirst()
70 public boolean offerLast(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerLast()
85 public E pollFirst(long timeout, TimeUnit unit) throws InterruptedException { in pollFirst()
90 public E pollLast(long timeout, TimeUnit unit) throws InterruptedException { in pollLast()
100 public boolean offer(E e, long timeout, TimeUnit unit) throws InterruptedException { in offer()
110 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll()
/external/devlib/devlib/utils/
Duefi.py72 def wait(self, timeout=default_timeout): argument
81 def connect(self, timeout=default_timeout): argument
120 def select(self, option, timeout=default_timeout): argument
156 def read_menu(self, timeout=default_timeout): argument
191 def list_options(self, timeout=default_timeout): argument
198 def get_option_index(self, text, timeout=default_timeout): argument
208 def has_option(self, text, timeout=default_timeout): argument
Dssh.py49 def ssh_get_shell(host, username, password=None, keyfile=None, port=None, timeout=10, telnet=False,… argument
159 timeout=None, argument
176 def push(self, source, dest, timeout=30): argument
180 def pull(self, source, dest, timeout=30): argument
184 def execute(self, command, timeout=None, check_exit_code=True, argument
237 …def _execute_and_wait_for_prompt(self, command, timeout=None, as_root=False, strip_colors=True, lo… argument
269 def _wait_for_prompt(self, timeout=None): argument
277 def _scp(self, source, dest, timeout=30): argument
304 timeout=None, argument
328 timeout=None, argument
[all …]
/external/autotest/server/
Dstandalone_profiler.py68 def wait_for_profilers(machines, timeout=300): argument
74 def start_profilers(machines, timeout=120): argument
80 def stop_profilers(machines, timeout=120): argument
86 def finish_profilers(machines, timeout=120): argument
/external/mesa3d/src/gallium/auxiliary/os/
Dos_time.c112 os_time_get_absolute_timeout(uint64_t timeout) in os_time_get_absolute_timeout()
132 os_wait_until_zero(volatile int *var, uint64_t timeout) in os_wait_until_zero()
166 os_wait_until_zero_abs_timeout(volatile int *var, int64_t timeout) in os_wait_until_zero_abs_timeout()
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_listen.py50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
115 timeout = 0 variable
141 timeout = value variable
Dp2p_find.py53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
125 timeout = 0 variable
151 timeout = value variable
/external/libcups/cups/
Dbackchannel.c51 double timeout) /* I - Timeout in seconds, typically 0.0 to poll */ in cupsBackChannelRead()
103 double timeout) /* I - Timeout in seconds, typically 1.0 */ in cupsBackChannelWrite()
179 double timeout) /* I - Timeout in seconds */ in cups_setup()
/external/junit/src/main/java/org/junit/rules/
DTimeout.java41 private final long timeout; field in Timeout
79 public Timeout(long timeout, TimeUnit timeUnit) { in Timeout()
158 private long timeout = 0; field in Timeout.Builder
179 public Builder withTimeout(long timeout, TimeUnit unit) { in withTimeout()
/external/guava/guava/src/com/google/common/util/concurrent/
DUninterruptibles.java76 long timeout, TimeUnit unit) { in awaitUninterruptibly()
163 Future<V> future, long timeout, TimeUnit unit) in getUninterruptibly()
192 long timeout, TimeUnit unit) { in joinUninterruptibly()
296 Semaphore semaphore, long timeout, TimeUnit unit) { in tryAcquireUninterruptibly()
307 Semaphore semaphore, int permits, long timeout, TimeUnit unit) { in tryAcquireUninterruptibly()
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
D__init__.py32 def StartAgentTracing(self, config, timeout=None): argument
46 def StopAgentTracing(self, timeout=None): argument
78 def GetResults(self, timeout=None): argument
/external/devlib/devlib/
Dhost.py33 password=None, timeout=None): argument
39 def push(self, source, dest, timeout=None, as_root=False): # pylint: disable=unused-argument argument
43 def pull(self, source, dest, timeout=None, as_root=False): # pylint: disable=unused-argument argument
52 def execute(self, command, timeout=None, check_exit_code=True, argument

12345678910>>...40