HomeSort by relevance Sort by last modified time
    Searched defs:KeepAlive (Results 1 - 4 of 4) sorted by null

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 47 static class KeepAlive extends Thread {
50 public KeepAlive(int sleepTime, int iterations) {
71 private KeepAlive createKeepAlive(String alg) {
74 KeepAlive keepalive = new KeepAlive(240000, 8); local
75 synchronized (keepalive) {
76 keepalive.start();
78 keepalive.wait();
83 return keepalive;
103 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
144 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
253 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
327 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 50 static class KeepAlive extends Thread {
53 public KeepAlive(int sleepTime, int iterations) {
72 private KeepAlive createKeepAlive(String alg) {
75 KeepAlive keepalive = new KeepAlive(240000, 8); local
76 synchronized (keepalive) {
77 keepalive.start();
79 keepalive.wait();
84 return keepalive;
123 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
162 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
288 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
356 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
    [all...]
  /external/chromium/net/socket/
socket_test_util.h 764 enum KeepAlive {
802 bool ReleaseOneConnection(KeepAlive keep_alive);
805 void ReleaseAllConnections(KeepAlive keep_alive);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldDb.h 267 TTemplateParams KeepAlive[ KLV_MAX_TMPL_NUM ];

Completed in 109 milliseconds