Home
last modified time | relevance | path

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

12345678910>>...50

/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.py381 def IsOnline(self, timeout=None, retries=None): argument
401 def HasRoot(self, timeout=None, retries=None): argument
423 def NeedsSU(self, timeout=DEFAULT, retries=DEFAULT): argument
463 def EnableRoot(self, timeout=None, retries=None): argument
497 def IsUserBuild(self, timeout=None, retries=None): argument
515 def GetExternalStoragePath(self, timeout=None, retries=None): argument
537 def GetIMEI(self, timeout=None, retries=None): argument
578 def GetApplicationPaths(self, package, timeout=None, retries=None): argument
630 def GetApplicationVersion(self, package, timeout=None, retries=None): argument
652 def GetApplicationDataDirectory(self, package, 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.py255 def _RunAdbCmd(cls, args, timeout=None, retries=None, device_serial=None, argument
286 def _RunDeviceAdbCmd(self, args, timeout, retries, check_error=True): argument
303 def _IterRunDeviceAdbCmd(self, args, iter_timeout, timeout): argument
352 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
356 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
362 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
369 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
398 def _RawDevices(cls, long_list=False, timeout=DEFAULT_TIMEOUT, argument
414 def Push(self, local, remote, timeout=60 * 5, retries=DEFAULT_RETRIES): argument
464 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES): argument
[all …]
Dfastboot.py84 def Flash(self, partition, image, timeout=None, retries=None): argument
95 def Devices(cls, timeout=None, retries=None): argument
105 def RebootBootloader(self, timeout=None, retries=None): argument
110 def Reboot(self, timeout=None, retries=None): argument
115 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/python/futures/
Dcrawl.py28 def load_url(url, timeout): argument
32 def download_urls_sequential(urls, timeout=60): argument
41 def download_urls_with_executor(urls, executor, timeout=60): argument
/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
/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/autotest/site_utils/lxc/container_pool/
Dclient.py44 def __init__(self, address=None, timeout=_SERVER_CONNECTION_TIMEOUT): argument
64 def connect(cls, address, timeout): argument
90 def get_container(self, id, timeout): argument
158 def connect(self, timeout): 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/autotest/site_utils/lxc/
Dshared_host_dir.py60 def cleanup(self, timeout=_RETRY_MAX_SECONDS): argument
94 def _try_umount(self, timeout): argument
113 def _try_rm(self, timeout): argument
/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/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/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()

12345678910>>...50