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

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 54 static class KeepAlive extends Thread {
57 public KeepAlive(int sleepTime, int iterations) {
76 private KeepAlive createKeepAlive(String alg) {
79 KeepAlive keepalive = new KeepAlive(240000, 8); local
80 synchronized (keepalive) {
81 keepalive.start();
83 keepalive.wait();
88 return keepalive;
146 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
194 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
369 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
455 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldDb.h 267 TTemplateParams KeepAlive[ KLV_MAX_TMPL_NUM ];
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldDb.h 262 TTemplateParams KeepAlive[ KLV_MAX_TMPL_NUM ];

Completed in 1109 milliseconds