Home
last modified time | relevance | path

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

12345678910>>...41

/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/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/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.py192 def SupportsFuelGauge(self, timeout=None, retries=None): argument
208 def GetFuelGaugeChargeCounter(self, timeout=None, retries=None): argument
231 def GetNetworkData(self, package, timeout=None, retries=None): argument
269 def GetPowerData(self, timeout=None, retries=None): argument
330 def GetBatteryInfo(self, timeout=None, retries=None): argument
356 def GetCharging(self, timeout=None, retries=None): argument
374 def DisableBatteryUpdates(self, timeout=None, retries=None): argument
399 def EnableBatteryUpdates(self, timeout=None, retries=None): argument
419 def BatteryMeasurement(self, timeout=None, retries=None): argument
550 def SetCharging(self, enabled, timeout=None, retries=None): argument
[all …]
Ddevice_utils.py363 def IsOnline(self, timeout=None, retries=None): argument
383 def HasRoot(self, timeout=None, retries=None): argument
405 def NeedsSU(self, timeout=DEFAULT, retries=DEFAULT): argument
445 def EnableRoot(self, timeout=None, retries=None): argument
465 def IsUserBuild(self, timeout=None, retries=None): argument
483 def GetExternalStoragePath(self, timeout=None, retries=None): argument
505 def GetApplicationPaths(self, package, timeout=None, retries=None): argument
548 def GetApplicationVersion(self, package, timeout=None, retries=None): argument
570 def GetApplicationDataDirectory(self, package, timeout=None, retries=None): argument
592 def WaitUntilFullyBooted(self, wifi=False, timeout=None, retries=None): argument
[all …]
/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/telemetry/telemetry/internal/backends/chrome_inspector/
Dinspector_page.py16 def __init__(self, inspector_websocket, timeout): argument
49 def _SetScriptToEvaluateOnCommit(self, source, timeout): argument
76 def _EnablePageNotifications(self, timeout=60): argument
83 def WaitForNavigate(self, timeout=60): argument
96 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=60): argument
127 def GetCookieByName(self, name, timeout=60): argument
139 def CaptureScreenshot(self, timeout=60): argument
151 def CollectGarbage(self, timeout=60): argument
Dinspector_backend.py54 def __init__(self, app, devtools_client, context, timeout=120): argument
146 def Screenshot(self, timeout): argument
153 def GetDOMStats(self, timeout): argument
171 def WaitForNavigate(self, timeout): argument
175 def Navigate(self, url, script_to_evaluate_on_commit, timeout): argument
179 def GetCookieByName(self, name, timeout): argument
185 def GetCurrentConsoleOutputBuffer(self, timeout=10): argument
313 timeout=60): argument
377 timeout=60): argument
Dinspector_websocket.py56 def Connect(self, url, timeout): argument
99 def SyncRequest(self, req, timeout): argument
126 def DispatchNotifications(self, timeout): argument
136 def _SetTimeout(self, timeout): argument
141 def _Receive(self, timeout): argument
Ddevtools_client_backend.py225 def RequestNewTab(self, timeout): argument
246 def CloseTab(self, tab_id, timeout): argument
261 def ActivateTab(self, tab_id, timeout): argument
330 def StartChromeTracing(self, trace_config, timeout=10): argument
364 def CollectChromeTracingData(self, trace_data_builder, timeout=60): argument
372 def DumpMemory(self, timeout=30): argument
388 def SetMemoryPressureNotificationsSuppressed(self, suppressed, timeout=30): argument
406 def SimulateMemoryPressureNotification(self, pressure_level, timeout=30): argument
Dinspector_console.py35 def GetCurrentConsoleOutputBuffer(self, timeout=10): argument
49 def _EnableConsoleOutputStream(self, timeout): argument
52 def _DisableConsoleOutputStream(self, timeout): argument
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper.py243 def _RunAdbCmd(cls, args, timeout=None, retries=None, device_serial=None, argument
267 def _RunDeviceAdbCmd(self, args, timeout, retries, check_error=True): argument
284 def _IterRunDeviceAdbCmd(self, args, iter_timeout, timeout): argument
332 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
336 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
342 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
349 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument
378 def _RawDevices(cls, long_list=False, timeout=DEFAULT_TIMEOUT, argument
394 def Push(self, local, remote, timeout=60 * 5, retries=DEFAULT_RETRIES): argument
444 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/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/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/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/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dweb_contents.py65 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
77 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
89 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
203 def WaitForNavigate(self, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
217 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
257 timeout=60): argument
292 timeout=60): argument
/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/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/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()
/external/strace/tests-mx32/
Drt_sigtimedwait.c45 const struct timespec *const timeout, const unsigned long size) in k_sigtimedwait()
52 const struct timespec *const timeout, unsigned int size) in iterate()
90 struct timespec *const timeout = tail_alloc(sizeof(*timeout)); in main() local

12345678910>>...41