Home
last modified time | relevance | path

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

12345678910>>...32

/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/sdk/
Dadb_wrapper.py109 def _RunAdbCmd(cls, args, timeout=None, retries=None, device_serial=None, argument
133 def _RunDeviceAdbCmd(self, args, timeout, retries, check_error=True): argument
150 def _IterRunDeviceAdbCmd(self, args, timeout): argument
195 def KillServer(cls, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): argument
199 def StartServer(cls, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): argument
205 def GetDevices(cls, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): argument
212 timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): argument
241 def _RawDevices(cls, long_list=False, timeout=_DEFAULT_TIMEOUT, argument
257 def Push(self, local, remote, timeout=60 * 5, retries=_DEFAULT_RETRIES): argument
269 def Pull(self, remote, local, timeout=60 * 5, retries=_DEFAULT_RETRIES): argument
[all …]
Dfastboot.py44 def _RunFastbootCommand(self, cmd, timeout=None, retries=None): argument
68 def Flash(self, partition, image, timeout=None, retries=None): argument
78 def Devices(self, timeout=None, retries=None): argument
84 def RebootBootloader(self, timeout=None, retries=None): argument
89 def Reboot(self, timeout=None, retries=None): argument
94 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/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.py147 def SupportsFuelGauge(self, timeout=None, retries=None): argument
163 def GetFuelGaugeChargeCounter(self, timeout=None, retries=None): argument
186 def GetNetworkData(self, package, timeout=None, retries=None): argument
224 def GetPowerData(self, timeout=None, retries=None): argument
285 def GetBatteryInfo(self, timeout=None, retries=None): argument
311 def GetCharging(self, timeout=None, retries=None): argument
329 def DisableBatteryUpdates(self, timeout=None, retries=None): argument
354 def EnableBatteryUpdates(self, timeout=None, retries=None): argument
374 def BatteryMeasurement(self, timeout=None, retries=None): argument
505 def SetCharging(self, enabled, timeout=None, retries=None): argument
[all …]
Ddevice_utils.py255 def IsOnline(self, timeout=None, retries=None): argument
275 def HasRoot(self, timeout=None, retries=None): argument
295 def NeedsSU(self, timeout=DEFAULT, retries=DEFAULT): argument
329 def EnableRoot(self, timeout=None, retries=None): argument
349 def IsUserBuild(self, timeout=None, retries=None): argument
367 def GetExternalStoragePath(self, timeout=None, retries=None): argument
395 def GetApplicationPaths(self, package, timeout=None, retries=None): argument
436 def GetApplicationVersion(self, package, timeout=None, retries=None): argument
458 def GetApplicationDataDirectory(self, package, timeout=None, retries=None): argument
480 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=60): 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.py46 def __init__(self, app, devtools_client, context, timeout=60): argument
137 def Screenshot(self, timeout): argument
144 def GetDOMStats(self, timeout): argument
162 def WaitForNavigate(self, timeout): argument
166 def Navigate(self, url, script_to_evaluate_on_commit, timeout): argument
170 def GetCookieByName(self, name, timeout): argument
176 def GetCurrentConsoleOutputBuffer(self, timeout=10): argument
182 def ExecuteJavaScript(self, expr, context_id=None, timeout=60): argument
194 def EvaluateJavaScript(self, expr, context_id=None, timeout=60): argument
222 timeout=60): argument
Dinspector_websocket.py56 def Connect(self, url, timeout=10): argument
99 def SyncRequest(self, req, timeout=10): argument
126 def DispatchNotifications(self, timeout=10): argument
136 def _SetTimeout(self, timeout): argument
141 def _Receive(self, timeout=10): argument
Ddevtools_client_backend.py216 def RequestNewTab(self, timeout): argument
237 def CloseTab(self, tab_id, timeout): argument
252 def ActivateTab(self, tab_id, timeout): argument
321 self, trace_config, custom_categories=None, timeout=10): argument
336 def StopChromeTracing(self, trace_data_builder, timeout=30): argument
356 def DumpMemory(self, timeout=30): argument
372 def SetMemoryPressureNotificationsSuppressed(self, suppressed, timeout=30): argument
390 def SimulateMemoryPressureNotification(self, pressure_level, timeout=30): argument
Ddevtools_http.py38 def _Connect(self, timeout): argument
59 def Request(self, path, timeout=30): argument
96 def RequestJson(self, path, timeout=30): argument
Dmemory_backend.py31 def SetMemoryPressureNotificationsSuppressed(self, suppressed, timeout=30): argument
48 def SimulateMemoryPressureNotification(self, pressure_level, timeout=30): argument
66 def _SendMemoryRequest(self, command, params, timeout): argument
Dinspector_runtime.py20 def Execute(self, expr, context_id, timeout): argument
23 def Evaluate(self, expr, context_id, timeout): argument
71 def RunInspectorCommand(self, command, timeout): argument
/external/dbus/dbus/
Ddbus-timeout.c68 DBusTimeout *timeout; in _dbus_timeout_new() local
93 _dbus_timeout_ref (DBusTimeout *timeout) in _dbus_timeout_ref()
107 _dbus_timeout_unref (DBusTimeout *timeout) in _dbus_timeout_unref()
134 _dbus_timeout_set_interval (DBusTimeout *timeout, in _dbus_timeout_set_interval()
153 _dbus_timeout_set_enabled (DBusTimeout *timeout, in _dbus_timeout_set_enabled()
311 DBusTimeout *timeout) in _dbus_timeout_list_add_timeout()
341 DBusTimeout *timeout) in _dbus_timeout_list_remove_timeout()
363 DBusTimeout *timeout, in _dbus_timeout_list_toggle_timeout()
416 dbus_timeout_get_interval (DBusTimeout *timeout) in dbus_timeout_get_interval()
429 dbus_timeout_get_data (DBusTimeout *timeout) in dbus_timeout_get_data()
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dweb_contents.py52 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
64 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
75 def WaitForJavaScriptExpression(self, expr, timeout): argument
133 def ExecuteJavaScript(self, statement, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
145 def EvaluateJavaScript(self, expr, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
165 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
179 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
202 def WaitForNavigate(self, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
216 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
256 timeout=60): 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/autotest/client/virt/
Drss_client.py83 def __init__(self, address, port, log_func=None, timeout=20): argument
125 def _send(self, str, timeout=60): argument
138 def _receive(self, size, timeout=60): argument
177 def _send_packet(self, str, timeout=60): argument
184 def _receive_packet(self, timeout=60): argument
192 def _send_file_chunks(self, filename, timeout=60): argument
211 def _receive_file_chunks(self, filename, timeout=60): argument
230 def _send_msg(self, msg, timeout=60): argument
234 def _receive_msg(self, timeout=60): argument
259 def __init__(self, address, port, log_func=None, timeout=20): argument
[all …]
Dvirt_test_utils.py48 def wait_for_login(vm, nic_index=0, timeout=240, start=0, step=2, serial=None): argument
93 timeout=240): argument
298 def stop_windows_service(session, service, timeout=120): argument
319 def start_windows_service(session, service, timeout=120): argument
433 def run_autotest(vm, session, control_path, timeout, outputdir, params): argument
666 def raw_ping(command, timeout, session, output_func): argument
721 broadcast=False, flood=False, timeout=0, 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/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/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.java131 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()
636 public EventPacket receiveEvent(long timeout) throws IOException, in receiveEvent()
678 public ReplyPacket performCommand(CommandPacket command, long timeout) in performCommand()
725 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply()

12345678910>>...32