/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | gunit.h | 45 #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/ |
D | adb_wrapper.py | 68 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/ |
D | inspector_page.py | 35 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
|
D | inspector_backend.py | 46 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 …]
|
D | websocket_browser_connection.py | 27 def SendRequest(self, req, timeout=10): argument 35 def SyncRequest(self, req, timeout=10): argument 56 def _SetTimeout(self, timeout): argument
|
D | tab_list_backend.py | 24 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/ |
D | webdriver_tab_backend.py | 38 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/ |
D | web_contents.py | 30 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
|
D | tab.py | 76 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/ |
D | p2p_listen.py | 50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument 115 timeout = 0 variable 141 timeout = value variable
|
D | p2p_find.py | 53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument 125 timeout = 0 variable 151 timeout = value variable
|
/external/libusb/libusb/ |
D | sync.c | 74 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/ |
D | ExecutorService.java | 25 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/ |
D | SSLSocketImplTest.java | 91 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/ |
D | client_socket_pool.cc | 30 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/ |
D | TimeoutEvent.java | 7 Timeout timeout) { in TimeoutEvent() 13 Timeout timeout) { in TimeoutEvent()
|
/external/chromium_org/third_party/libusb/src/libusb/ |
D | sync.c | 92 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/ |
D | JmmDNS.java | 175 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()
|
D | JmDNS.java | 200 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/ |
D | time-test.c | 36 struct event *timeout = arg; in timeout_cb() local 51 struct event timeout; in main() local
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_HttpServerSocket.java | 34 private int timeout = 8000; field in Support_HttpServerSocket 57 public void setTimeout(int timeout) { in setTimeout()
|
/external/chromium_org/third_party/libevent/sample/ |
D | time-test.c | 36 struct event *timeout = arg; in timeout_cb() local 51 struct event timeout; in main() local
|
/external/ppp/pppd/plugins/radius/ |
D | buildreq.c | 64 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/ |
D | eloop.c | 50 static struct timeout { struct 55 struct timeout *next; argument
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ForwardingExecutorService.java | 48 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()
|