Searched defs:KeepAlive (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyFactory2Test.java47 static class KeepAlive extends Thread { class in class:KeyFactory2Test
50 public KeepAlive(int sleepTime, int iterations) { method in class:KeyFactory2Test.KeepAlive
71 private KeepAlive createKeepAlive(String alg) {
74 KeepAlive keepalive = new KeepAlive(240000, 8);
103 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]);
144 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]);
253 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]);
327 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]);
/external/chromium/net/socket/
H A Dsocket_test_util.h764 enum KeepAlive { enum in class:net::ClientSocketPoolTest
802 bool ReleaseOneConnection(KeepAlive keep_alive);
805 void ReleaseAllConnections(KeepAlive keep_alive);
/external/chromium_org/net/socket/
H A Dsocket_test_util.h1054 enum KeepAlive { enum in class:net::ClientSocketPoolTest
1096 bool ReleaseOneConnection(KeepAlive keep_alive);
1099 void ReleaseAllConnections(KeepAlive keep_alive);

Completed in 137 milliseconds