HomeSort by relevance Sort by last modified time
    Searched refs:TIMEOUT (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerPNames.java 44 * Defines the timeout in milliseconds used when retrieving an instance of
51 public static final String TIMEOUT = "http.conn-manager.timeout";
ConnManagerParamBean.java 48 public void setTimeout (final long timeout) {
49 params.setLongParameter(ConnManagerPNames.TIMEOUT, timeout);
ConnManagerParams.java 56 * Returns the timeout in milliseconds used when retrieving a
60 * @return timeout in milliseconds.
66 return params.getLongParameter(TIMEOUT, 0);
70 * Sets the timeout in milliseconds used when retrieving a
74 * @param timeout the timeout in milliseconds
76 public static void setTimeout(final HttpParams params, long timeout) {
80 params.setLongParameter(TIMEOUT, timeout);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ChannelCondition.java 20 * A timeout has occurred, none of your requested conditions is fulfilled.
25 public static final int TIMEOUT = 1;
  /external/webkit/Source/WebCore/page/
PositionError.idl 34 const unsigned short TIMEOUT = 3;
PositionError.h 40 TIMEOUT = 3
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqClearRequestTestCase.java 56 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
66 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
71 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
80 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
89 if (!actionListener.check(ActionListenerTest.FAIL_NO_SERVICE, TIMEOUT)) {
GoTestCase.java 53 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
63 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
73 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
82 if (!listener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
90 WifiP2pInfo info = mReceiverTest.waitConnectionNotice(TIMEOUT);
ServReqRemoveRequestTestCase.java 56 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
66 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
71 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
80 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
85 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
90 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
112 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
121 Timeout t = new Timeout(TIMEOUT)
    [all...]
ServRespTestCase.java 55 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
65 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
75 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
84 if (!listenerTest.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
ServReqMultiClientTestCase03.java 47 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
57 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
67 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
100 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
109 Timeout t = new Timeout(TIMEOUT);
ConnectReqTestCase.java 95 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
100 WifiP2pDevice dev = mReceiverTest.waitDeviceFound(mTargetAddress, TIMEOUT);
129 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
147 if (mReceiverTest.waitPeerConnected(mTargetAddress, TIMEOUT) != true) {
156 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
166 p2pInfo = mReceiverTest.waitDisconnectionNotice(TIMEOUT);
174 if (mReceiverTest.waitPeerDisconnected(mTargetAddress, TIMEOUT) != true) {
P2pClientPbcTestCase.java 62 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
87 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
95 Timeout t = new Timeout(TIMEOUT);
P2pClientPinTestCase.java 59 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
84 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
92 Timeout t = new Timeout(TIMEOUT);
ServReqTestCase.java 69 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
85 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 Timeout t = new Timeout(TIMEOUT);
ServReqMultiClientTestCase01.java 52 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
102 Timeout t = new Timeout(TIMEOUT);
ServReqMultiClientTestCase02.java 52 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
102 Timeout t = new Timeout(TIMEOUT);
  /external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 14 String TIMEOUT = "Timeout";
  /development/tools/emulator/test-apps/GpsLocationTest/src/com/android/emulator/gps/test/
GpsLocationTest.java 43 private static final int TIMEOUT = 5000;
63 this.wait(TIMEOUT);
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageFileViewTest.java 36 private static int TIMEOUT = 10; // in seconds
87 }, TIMEOUT);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PreparePageFadeoutTexture.java 11 private static final long TIMEOUT = 200;
37 } else if (mResultReady.block(TIMEOUT)) {
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java 55 NULL, TIMEOUT, NOW
244 assert_select_OP_ACCEPT(SelectType.TIMEOUT, 0);
245 assert_select_OP_CONNECT(SelectType.TIMEOUT, 0);
246 assert_select_OP_READ(SelectType.TIMEOUT, 0);
247 assert_select_OP_WRITE(SelectType.TIMEOUT, 0);
249 assert_select_OP_ACCEPT(SelectType.TIMEOUT, WAIT_TIME);
250 assert_select_OP_CONNECT(SelectType.TIMEOUT, WAIT_TIME);
251 assert_select_OP_READ(SelectType.TIMEOUT, WAIT_TIME);
252 assert_select_OP_WRITE(SelectType.TIMEOUT, WAIT_TIME);
259 assert_select_SelectorClosed(SelectType.TIMEOUT, 0)
    [all...]
  /external/iptables/iptables/
iptables-apply 13 TIMEOUT=10
52 -t | --timeout Specify the timeout in seconds (default: $TIMEOUT)
59 LONGOPTS="timeout:,version,help";
68 eval TIMEOUT=$opt
69 case "$TIMEOUT" in
72 echo "E: non-numeric timeout value." >&2
84 (-t|--timeout) OPT_STATE=SET_TIMEOUT;;
150 read -n1 -t "${TIMEOUT:-15}" ret 2>&1 ||
    [all...]
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 49 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) set_dns_props;;
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
error.js 23 shouldBe('error.TIMEOUT', '3');

Completed in 519 milliseconds

1 2 3 4 5