Searched defs:KeepAlive (Results 1 - 2 of 2) 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_org/net/socket/
H A Dsocket_test_util.h1109 enum KeepAlive { enum in class:net::ClientSocketPoolTest
1151 bool ReleaseOneConnection(KeepAlive keep_alive);
1154 void ReleaseAllConnections(KeepAlive keep_alive);

Completed in 92 milliseconds