Home
last modified time | relevance | path

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

12345678910>>...28

/external/chromium_org/third_party/libjingle/source/talk/base/
Dgunit.h45 #define WAIT(ex, timeout) \ argument
53 #define WAIT_(ex, timeout, res) \ argument
64 #define EXPECT_TRUE_WAIT(ex, timeout) \ argument
71 #define EXPECT_EQ_WAIT(v1, v2, timeout) \ argument
78 #define ASSERT_TRUE_WAIT(ex, timeout) \ argument
85 #define ASSERT_EQ_WAIT(v1, v2, timeout) \ argument
95 #define EXPECT_TRUE_WAIT_MARGIN(ex, timeout, margin) \ argument
/external/chromium_org/build/android/pylib/device/
Dadb_wrapper.py68 def _AdbCmd(cls, arg_list, timeout, retries, check_error=True): argument
102 def _DeviceAdbCmd(self, arg_list, timeout, retries, check_error=True): argument
143 def GetDevices(cls, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): argument
166 def Push(self, local, remote, timeout=60*5, retries=_DEFAULT_RETRIES): argument
178 def Pull(self, remote, local, timeout=60*5, retries=_DEFAULT_RETRIES): argument
190 def Shell(self, command, expect_rc=None, timeout=_DEFAULT_TIMEOUT, argument
224 def Logcat(self, filter_spec=None, timeout=_DEFAULT_TIMEOUT, argument
241 def Forward(self, local, remote, timeout=_DEFAULT_TIMEOUT, argument
261 def JDWP(self, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): argument
275 sd_card=False, timeout=60*2, retries=_DEFAULT_RETRIES): argument
[all …]
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dinspector_page.py35 def _EnablePageNotifications(self, timeout): argument
42 def _DisablePageNotifications(self, timeout): argument
49 def PerformActionAndWaitForNavigate(self, action_function, timeout=60): argument
74 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=60): argument
107 def GetCookieByName(self, name, timeout=60): argument
119 def CollectGarbage(self, timeout=60): argument
Dinspector_backend.py46 def _Connect(self, timeout=10): argument
105 def Screenshot(self, timeout): argument
157 def GetDOMStats(self, timeout): argument
167 def PerformActionAndWaitForNavigate(self, action_function, timeout): argument
170 def Navigate(self, url, script_to_evaluate_on_commit, timeout): argument
173 def GetCookieByName(self, name, timeout): argument
178 def ExecuteJavaScript(self, expr, timeout): argument
181 def EvaluateJavaScript(self, expr, timeout): argument
203 def DispatchNotifications(self, timeout=10): argument
210 def _ReceiveJsonData(self, timeout): argument
[all …]
Dwebsocket_browser_connection.py27 def SendRequest(self, req, timeout=10): argument
35 def SyncRequest(self, req, timeout=10): argument
56 def _SetTimeout(self, timeout): argument
Dtab_list_backend.py24 def New(self, timeout): argument
33 def CloseTab(self, debugger_url, timeout=None): argument
56 def ActivateTab(self, debugger_url, timeout=None): argument
108 def _ListTabs(self, timeout=None): argument
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
Dwebdriver_tab_backend.py38 def WaitForDocumentReadyStateToBeComplete(self, timeout=None): argument
42 def WaitForDocumentReadyStateToBeInteractiveOrBetter(self, timeout=None): argument
50 def Screenshot(self, timeout=None): # pylint: disable=W0613 argument
68 def GetDOMStats(self, timeout=None): argument
76 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=None): argument
84 def GetCookieByName(self, name, timeout=None): argument
93 def ExecuteJavaScript(self, expr, timeout=None): argument
99 def EvaluateJavaScript(self, expr, timeout=None): argument
/external/chromium_org/tools/telemetry/telemetry/core/
Dweb_contents.py30 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
35 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
40 def WaitForJavaScriptExpression(self, expr, timeout): argument
55 def ExecuteJavaScript(self, expr, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
62 def EvaluateJavaScript(self, expr, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument
94 def TakeJSHeapSnapshot(self, timeout=120): argument
Dtab.py76 def Screenshot(self, timeout=DEFAULT_TAB_TIMEOUT): argument
167 self, action_function, timeout=DEFAULT_TAB_TIMEOUT): argument
178 timeout=DEFAULT_TAB_TIMEOUT): argument
187 def GetCookieByName(self, name, timeout=DEFAULT_TAB_TIMEOUT): argument
/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/libusb/libusb/
Dsync.c74 unsigned char *data, uint16_t wLength, unsigned int timeout) in libusb_control_transfer()
155 int *transferred, unsigned int timeout, unsigned char type) in do_sync_bulk_transfer()
257 unsigned int timeout) in libusb_bulk_transfer()
306 unsigned char *data, int length, int *transferred, unsigned int timeout) in libusb_interrupt_transfer()
/external/guava/guava-bootstrap/src/java/util/concurrent/
DExecutorService.java25 boolean awaitTermination(long timeout, TimeUnit unit) in awaitTermination()
38 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAll()
45 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny()
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSocketImplTest.java91 int timeout = 10; // wait no more than 10*500 ms for handshake in testSSLSocketImpl1() local
149 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl2() local
210 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl3() local
270 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl4() local
331 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl5() local
776 int timeout = 10; // wait no more than 5 seconds for handshake in testGetSession() local
881 int timeout = 10; // wait no more than 5 seconds for handshake in testStartHandshake() local
937 int timeout = 10; // wait no more than 5 seconds for handshake in testGetInputStream() local
993 int timeout = 10; // wait no more than 5 seconds for handshake in testGetOutputStream() local
/external/chromium_org/net/socket/
Dclient_socket_pool.cc30 void ClientSocketPool::set_unused_idle_socket_timeout(base::TimeDelta timeout) { in set_unused_idle_socket_timeout()
41 void ClientSocketPool::set_used_idle_socket_timeout(base::TimeDelta timeout) { in set_used_idle_socket_timeout()
/external/nist-sip/java/javax/sip/
DTimeoutEvent.java7 Timeout timeout) { in TimeoutEvent()
13 Timeout timeout) { in TimeoutEvent()
/external/chromium_org/third_party/libusb/src/libusb/
Dsync.c92 unsigned char *data, uint16_t wLength, unsigned int timeout) in libusb_control_transfer()
160 int *transferred, unsigned int timeout, unsigned char type) in do_sync_bulk_transfer()
254 unsigned int timeout) in libusb_bulk_transfer()
303 unsigned char *data, int length, int *transferred, unsigned int timeout) in libusb_interrupt_transfer()
/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/chromium/third_party/libevent/sample/
Dtime-test.c36 struct event *timeout = arg; in timeout_cb() local
51 struct event timeout; in main() local
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_HttpServerSocket.java34 private int timeout = 8000; field in Support_HttpServerSocket
57 public void setTimeout(int timeout) { in setTimeout()
/external/chromium_org/third_party/libevent/sample/
Dtime-test.c36 struct event *timeout = arg; in timeout_cb() local
51 struct event timeout; in main() local
/external/ppp/pppd/plugins/radius/
Dbuildreq.c64 int timeout, int retries) in rc_buildreq()
195 int timeout = rc_conf_int("radius_timeout"); in rc_auth_using_server() local
253 int timeout = rc_conf_int("radius_timeout"); in rc_auth_proxy() local
299 int timeout = rc_conf_int("radius_timeout"); in rc_acct_using_server() local
382 int timeout = rc_conf_int("radius_timeout"); in rc_acct_proxy() local
420 int timeout = rc_conf_int("radius_timeout"); in rc_check() local
/external/dhcpcd/
Deloop.c50 static struct timeout { struct
55 struct timeout *next; argument
/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingExecutorService.java48 public boolean awaitTermination(long timeout, TimeUnit unit) in awaitTermination()
61 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAll()
74 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny()

12345678910>>...28