/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | gunit.h | 40 #define WAIT(ex, timeout) \ argument 48 #define WAIT_(ex, timeout, res) \ argument 59 #define EXPECT_TRUE_WAIT(ex, timeout) \ argument 66 #define EXPECT_EQ_WAIT(v1, v2, timeout) \ argument 73 #define ASSERT_TRUE_WAIT(ex, timeout) \ argument 80 #define ASSERT_EQ_WAIT(v1, v2, timeout) \ argument 90 #define EXPECT_TRUE_WAIT_MARGIN(ex, timeout, margin) \ argument
|
/external/chromium_org/third_party/webrtc/base/ |
D | gunit.h | 23 #define WAIT(ex, timeout) \ argument 31 #define WAIT_(ex, timeout, res) \ argument 42 #define EXPECT_TRUE_WAIT(ex, timeout) \ argument 49 #define EXPECT_EQ_WAIT(v1, v2, timeout) \ argument 56 #define ASSERT_TRUE_WAIT(ex, timeout) \ argument 63 #define ASSERT_EQ_WAIT(v1, v2, timeout) \ argument 73 #define EXPECT_TRUE_WAIT_MARGIN(ex, timeout, margin) \ argument
|
/external/chromium_org/build/android/pylib/device/ |
D | adb_wrapper.py | 50 def _RunAdbCmd(cls, arg_list, timeout=None, retries=None, check_error=True): argument 65 def _DeviceAdbCmd(self, arg_list, timeout, retries, check_error=True): argument 106 def GetDevices(cls, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): argument 129 def Push(self, local, remote, timeout=60*5, retries=_DEFAULT_RETRIES): argument 141 def Pull(self, remote, local, timeout=60*5, retries=_DEFAULT_RETRIES): argument 153 def Shell(self, command, expect_rc=None, timeout=_DEFAULT_TIMEOUT, argument 188 def Logcat(self, filter_spec=None, timeout=_DEFAULT_TIMEOUT, argument 205 def Forward(self, local, remote, timeout=_DEFAULT_TIMEOUT, argument 225 def JDWP(self, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): argument 239 sd_card=False, timeout=60*2, retries=_DEFAULT_RETRIES): argument [all …]
|
D | decorators_test.py | 38 def alwaysTimesOut(timeout=None, retries=None): argument 53 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument 65 def requiresExplicitTimeoutAndRetries(timeout=None, retries=None): argument 85 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument 105 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument 119 def alwaysTimesOut(timeout=None, retries=None): argument 141 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument 158 def alwaysReturnsTimeouts(timeout=None, retries=None): argument 165 def alwaysReturnsRetries(timeout=None, retries=None): argument 174 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument [all …]
|
D | device_utils.py | 79 def IsOnline(self, timeout=None, retries=None): argument 93 def HasRoot(self, timeout=None, retries=None): argument 116 def EnableRoot(self, timeout=None, retries=None): argument 130 def GetExternalStoragePath(self, timeout=None, retries=None): argument 146 def WaitUntilFullyBooted(self, wifi=False, timeout=None, retries=None): argument 163 def _WaitUntilFullyBootedImpl(self, wifi=False, timeout=None): argument 190 def Reboot(self, block=True, timeout=None, retries=None): argument 204 def Install(self, apk_path, reinstall=False, timeout=None, retries=None): argument 247 def RunShellCommand(self, cmd, check_return=False, root=False, timeout=None, argument 269 timeout=None): argument
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
D | inspector_page.py | 12 def __init__(self, inspector_backend, timeout=60): argument 66 def _EnablePageNotifications(self, timeout=60): argument 73 def WaitForNavigate(self, timeout=60): argument 92 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=60): argument 111 def GetCookieByName(self, name, timeout=60): argument 123 def CollectGarbage(self, timeout=60): argument
|
D | inspector_websocket.py | 39 def Connect(self, url, timeout=10): argument 57 def SyncRequest(self, req, timeout=10): argument 66 def DispatchNotifications(self, timeout=10): argument 90 def _SetTimeout(self, timeout): argument 95 def _Receive(self, timeout=10): argument
|
D | inspector_backend.py | 31 def __init__(self, browser_backend, context, timeout=60): argument 104 def Screenshot(self, timeout): argument 151 def GetDOMStats(self, timeout): argument 161 def WaitForNavigate(self, timeout): argument 164 def Navigate(self, url, script_to_evaluate_on_commit, timeout): argument 167 def GetCookieByName(self, name, timeout): argument 172 def ExecuteJavaScript(self, expr, context_id=None, timeout=60): argument 175 def EvaluateJavaScript(self, expr, context_id=None, timeout=60): argument 300 def TakeJSHeapSnapshot(self, timeout=120): argument
|
D | tab_list_backend.py | 19 def New(self, timeout): argument 24 def CloseTab(self, debugger_url, timeout=None): argument 40 def ActivateTab(self, debugger_url, timeout=None): argument
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | web_contents.py | 29 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 34 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 39 def WaitForJavaScriptExpression(self, expr, timeout): argument 87 def ExecuteJavaScript(self, statement, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 95 def EvaluateJavaScript(self, expr, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 111 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 119 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 153 def TakeJSHeapSnapshot(self, timeout=120): argument
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/ |
D | webdriver_tab_backend.py | 35 def WaitForDocumentReadyStateToBeComplete(self, timeout=None): argument 39 def WaitForDocumentReadyStateToBeInteractiveOrBetter(self, timeout=None): argument 47 def Screenshot(self, timeout=None): # pylint: disable=W0613 argument 65 def GetDOMStats(self, timeout=None): argument 72 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=None): argument 80 def GetCookieByName(self, name, timeout=None): argument 89 def ExecuteJavaScript(self, expr, timeout=None): argument 95 def EvaluateJavaScript(self, expr, timeout=None): 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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | PacketDispatcher.java | 131 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/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/ |
D | Transport.java | 49 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/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 | 92 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/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 | 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()
|
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()
|
/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/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | KeepAliveHttpsTransportSE.java | 30 private final int timeout; field in KeepAliveHttpsTransportSE 33 public KeepAliveHttpsTransportSE(String host, int port, String file, int timeout) { in KeepAliveHttpsTransportSE()
|