/external/okhttp/okio/okio/src/test/java/okio/ |
D | AsyncTimeoutTest.java | 51 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/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
|
D | p2p_flush.py | 49 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument 113 timeout = 5 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/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/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/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/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/dhcpcd/ |
D | eloop.c | 50 static struct timeout { struct 55 struct timeout *next; argument
|
/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/nist-sip/java/javax/sip/ |
D | TimeoutEvent.java | 7 Timeout timeout) { in TimeoutEvent() 13 Timeout timeout) { in TimeoutEvent()
|
/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()
|
D | Uninterruptibles.java | 74 long timeout, TimeUnit unit) { in awaitUninterruptibly() 161 Future<V> future, long timeout, TimeUnit unit) in getUninterruptibly() 190 long timeout, TimeUnit unit) { in joinUninterruptibly()
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | HttpTransportSE.java | 77 public HttpTransportSE(String url, int timeout) { in HttpTransportSE() 81 public HttpTransportSE(Proxy proxy, String url, int timeout) { in HttpTransportSE() 95 public HttpTransportSE(String url, int timeout, int contentLength) { in HttpTransportSE() 99 public HttpTransportSE(Proxy proxy, String url, int timeout, int contentLength) { in HttpTransportSE()
|
D | KeepAliveHttpsTransportSE.java | 30 private final int timeout; field in KeepAliveHttpsTransportSE 33 public KeepAliveHttpsTransportSE(String host, int port, String file, int timeout) { in KeepAliveHttpsTransportSE()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | HttpConnection.java | 274 private void detachTimeout(ForwardingTimeout timeout) { in detachTimeout() 283 private final ForwardingTimeout timeout = new ForwardingTimeout(sink.timeout()); field in HttpConnection.FixedLengthSink 291 @Override public Timeout timeout() { in timeout() method in HttpConnection.FixedLengthSink 326 private final ForwardingTimeout timeout = new ForwardingTimeout(sink.timeout()); field in HttpConnection.ChunkedSink 329 @Override public Timeout timeout() { in timeout() method in HttpConnection.ChunkedSink 358 protected final ForwardingTimeout timeout = new ForwardingTimeout(source.timeout()); field in HttpConnection.AbstractSource 361 @Override public Timeout timeout() { in timeout() method in HttpConnection.AbstractSource
|
/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/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
D | SameThreadScheduledExecutorService.java | 74 public boolean awaitTermination(long timeout, TimeUnit unit) in awaitTermination() 108 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAll() 124 long timeout, TimeUnit unit) in invokeAny() 156 public V get(long timeout, TimeUnit unit) in get()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | WrappingExecutorServiceTest.java | 110 long timeout = 5; in testInvokeAll() local 130 long timeout = 5; in testInvokeAny() local 204 public void assertMethodWithTimeout(String method, long timeout, TimeUnit unit) { in assertMethodWithTimeout() 210 public boolean awaitTermination(long timeout, TimeUnit unit) { in awaitTermination() 225 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAll() 243 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny()
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSStatefulObject.java | 55 public void waitForEvent(long timeout) { in waitForEvent() 379 public boolean waitForAnnounced(long timeout) { in waitForAnnounced() 397 public boolean waitForCanceled(long timeout) { in waitForCanceled() 548 public boolean waitForAnnounced(long timeout); in waitForAnnounced() 557 public boolean waitForCanceled(long timeout); in waitForCanceled()
|
/external/lldb/test/pexpect-2.4/examples/ |
D | hive.py | 370 def refresh (hive, hive_names, timeout=0.5): argument 379 def resync (hive, hive_names, timeout=2, max_attempts=5): argument
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | ForwardingTimeout.java | 41 @Override public Timeout timeout(long timeout, TimeUnit unit) { in timeout() argument
|