Searched refs:keepalive (Results 1 - 6 of 6) sorted by path

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyFactory2Test.java74 KeepAlive keepalive = new KeepAlive(240000, 8);
75 synchronized (keepalive) {
76 keepalive.start();
78 keepalive.wait();
83 return keepalive;
103 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]);
105 if (keepalive != null) {
106 keepalive.interrupt();
144 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]);
146 if (keepalive !
[all...]
/external/apache-http/src/org/apache/http/impl/
H A DDefaultConnectionReuseStrategy.java149 boolean keepalive = false;
156 keepalive = true;
159 if (keepalive)
/external/ipsec-tools/src/racoon/
H A Dcftoken.l347 <S_RMTS>keepalive { YYD; return(KEEPALIVE); }
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DUDPMessageChannel.java390 DatagramPacket keepalive = new DatagramPacket(retval,0,retval.length,packet.getAddress(),packet.getPort());
391 ((UDPMessageProcessor)this.messageProcessor).sock.send(keepalive);
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/v8/test/mjsunit/regress/
H A Dregress-compare-constant-doubles.js33 var keepalive; variable
43 keepalive = [a1, a2, a3, a4, a5, a6];

Completed in 388 milliseconds