Home
last modified time | relevance | path

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

12345678910>>...61

/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/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/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 …]
Ddevice_utils.py407 def IsOnline(self, timeout=None, retries=None): argument
427 def HasRoot(self, timeout=None, retries=None): argument
463 def NeedsSU(self, timeout=DEFAULT, retries=DEFAULT): argument
503 def EnableRoot(self, timeout=None, retries=None): argument
537 def IsUserBuild(self, timeout=None, retries=None): argument
555 def GetExternalStoragePath(self, timeout=None, retries=None): argument
577 def GetIMEI(self, timeout=None, retries=None): argument
618 def GetApplicationPaths(self, package, timeout=None, retries=None): argument
670 def GetApplicationVersion(self, package, timeout=None, retries=None): argument
692 def GetPackageArchitecture(self, package, timeout=None, retries=None): argument
[all …]
Dbattery_utils.py205 def SupportsFuelGauge(self, timeout=None, retries=None): argument
221 def GetFuelGaugeChargeCounter(self, timeout=None, retries=None): argument
244 def GetNetworkData(self, package, timeout=None, retries=None): argument
282 def GetPowerData(self, timeout=None, retries=None): argument
343 def GetBatteryInfo(self, timeout=None, retries=None): argument
369 def GetCharging(self, timeout=None, retries=None): argument
392 def DisableBatteryUpdates(self, timeout=None, retries=None): argument
417 def EnableBatteryUpdates(self, timeout=None, retries=None): argument
437 def BatteryMeasurement(self, timeout=None, retries=None): argument
568 def SetCharging(self, enabled, timeout=None, retries=None): argument
[all …]
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper.py264 def _RunAdbCmd(cls, args, timeout=None, retries=None, device_serial=None, argument
298 self, args, timeout, retries, check_error=True, argument
317 def _IterRunDeviceAdbCmd(self, args, iter_timeout, timeout): argument
366 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
370 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
376 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
383 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
412 def _RawDevices(cls, long_list=False, timeout=DEFAULT_TIMEOUT, argument
428 def Push(self, local, remote, timeout=60 * 5, retries=DEFAULT_RETRIES): argument
478 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/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/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/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_multi_callable.py28 def __call__(self, request, timeout=None, metadata=None, credentials=None): argument
34 def with_call(self, request, timeout=None, metadata=None, credentials=None): argument
40 def future(self, request, timeout=None, metadata=None, credentials=None): argument
53 def __call__(self, request, timeout=None, metadata=None, credentials=None): argument
68 timeout=None, argument
79 timeout=None, argument
90 timeout=None, argument
108 timeout=None, argument
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-timeout.hpp52 struct timeout struct
54 typedef rxu::decay_t<T> source_value_type;
55 typedef rxu::decay_t<Coordination> coordination_type;
56 typedef typename coordination_type::coordinator_type coordinator_type;
57 typedef rxu::decay_t<Duration> duration_type;
59 struct timeout_values
70 timeout_values initial;
72 timeout(duration_type period, coordination_type coordination) in timeout() function
78 struct timeout_observer
218 auto operator()(Subscriber dest) const in operator ()()
[all …]
/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/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventQueueImpl.java89 public EventSet remove(long timeout) throws InterruptedException { in remove()
137 private TimerThread startTimerThread(long timeout) { in startTimerThread()
149 private EventSetImpl removeUnfiltered(long timeout) in removeUnfiltered()
218 private long timeout; field in EventQueueImpl.TimerThread
220 TimerThread(long timeout) { in TimerThread()
/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/grpc-grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py93 def result(self, timeout=None): argument
103 def exception(self, timeout=None): argument
115 def traceback(self, timeout=None): argument
172 def _blocking_unary_unary(channel, group, method, timeout, with_call, argument
198 def _future_unary_unary(channel, group, method, timeout, protocol_options, argument
214 def _unary_stream(channel, group, method, timeout, protocol_options, metadata, argument
230 def _blocking_stream_unary(channel, group, method, timeout, with_call, argument
257 def _future_stream_unary(channel, group, method, timeout, protocol_options, argument
273 def _stream_stream(channel, group, method, timeout, protocol_options, metadata, argument
302 timeout, argument
[all …]
Dutilities.py39 def _block(self, timeout): argument
102 def result(self, timeout=None): argument
106 def exception(self, timeout=None): argument
110 def traceback(self, timeout=None): argument
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py361 timeout, argument
387 def future(self, request, timeout, metadata=None, protocol_options=None): argument
411 timeout, argument
437 def __call__(self, request, timeout, metadata=None, protocol_options=None): argument
460 timeout, argument
488 timeout, argument
516 timeout, argument
541 timeout, argument
569 timeout, argument
593 timeout, argument
[all …]
/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/mesa3d/src/util/
Dos_time.c121 os_time_get_absolute_timeout(uint64_t timeout) in os_time_get_absolute_timeout()
141 os_wait_until_zero(volatile int *var, uint64_t timeout) in os_wait_until_zero()
175 os_wait_until_zero_abs_timeout(volatile int *var, int64_t timeout) in os_wait_until_zero_abs_timeout()
/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/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java130 public EventPacket waitForNextEvent(long timeout) in waitForNextEvent()
268 public ReplyPacket waitForReply(CommandPacket command, long timeout) in waitForReply()
398 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply()
633 public EventPacket receiveEvent(long timeout) throws IOException, in receiveEvent()
675 public ReplyPacket performCommand(CommandPacket command, long timeout) in performCommand()
722 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply()

12345678910>>...61