Home
last modified time | relevance | path

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

12345678910>>...34

/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/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.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/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/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/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
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
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
/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/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/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/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSocketImplTest.java92 int timeout = 10; // wait no more than 10*500 ms for handshake in testSSLSocketImpl1() local
156 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl2() local
223 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl3() local
289 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl4() local
356 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl5() local
821 int timeout = 10; // wait no more than 5 seconds for handshake in testGetSession() local
936 int timeout = 10; // wait no more than 5 seconds for handshake in testStartHandshake() local
996 int timeout = 10; // wait no more than 5 seconds for handshake in testGetInputStream() local
1058 int timeout = 10; // wait no more than 5 seconds for handshake in testGetOutputStream() local
/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()
/external/jmdns/src/javax/jmdns/
DJmmDNS.java175 public abstract ServiceInfo[] getServiceInfos(String type, String name, long timeout); in getServiceInfos()
209 …abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent, long timeout); in getServiceInfos()
246 public abstract void requestServiceInfo(String type, String name, long timeout); in requestServiceInfo()
261 …ublic abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout); in requestServiceInfo()
360 public abstract ServiceInfo[] list(String type, long timeout); in list()
382 public abstract Map<String, ServiceInfo[]> listBySubtype(String type, long timeout); in listBySubtype()
DJmDNS.java200 public abstract ServiceInfo getServiceInfo(String type, String name, long timeout); in getServiceInfo()
232 …ic abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent, long timeout); in getServiceInfo()
270 public abstract void requestServiceInfo(String type, String name, long timeout); in requestServiceInfo()
284 …ublic abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout); in requestServiceInfo()
395 public abstract ServiceInfo[] list(String type, long timeout); in list()
415 public abstract Map<String, ServiceInfo[]> listBySubtype(String type, long timeout); in listBySubtype()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DTransport.java49 protected int timeout = ServiceConnection.DEFAULT_TIMEOUT; field in Transport
71 public Transport(String url, int timeout) { in Transport()
76 public Transport(String url, int timeout, int bufferLength) { in Transport()
95 public Transport(Proxy proxy, String url, int timeout) { in Transport()
101 public Transport(Proxy proxy, String url, int timeout, int bufferLength) { in Transport()
/external/autotest/client/common_lib/cros/graphite/
Dautotest_es.py97 timeout=DEFAULT_TIMEOUT, index=INDEX_METADATA, udp_port=ES_UDP_PORT, argument
110 timeout=DEFAULT_TIMEOUT, index=INDEX_METADATA, argument
129 timeout=DEFAULT_TIMEOUT, index=INDEX_METADATA, argument
141 def query(host=METADATA_ES_SERVER, port=ES_PORT, timeout=DEFAULT_TIMEOUT, argument

12345678910>>...34