HomeSort by relevance Sort by last modified time
    Searched refs:keepalive (Results 1 - 13 of 13) 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;
116 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
146 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
238 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
295 KeepAlive keepalive = createKeepAlive(keyfactAlgs[i]); local
    [all...]
  /external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java 78 public boolean keepAlive(final HttpResponse response,
144 boolean keepalive = false;
151 keepalive = true;
154 if (keepalive)
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h 80 unsigned int keepalive; member in struct:spu_data
SDL_ps3video.c 170 fb_thread_data->keepalive = 1;
464 if (spe_data->keepalive)
514 if (spe_data->keepalive && spe_data->booted) {
SDL_ps3yuv.c 155 scaler_thread_data->keepalive = 0;
160 converter_thread_data->keepalive = 1;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 390 DatagramPacket keepalive = new DatagramPacket(retval,0,retval.length,packet.getAddress(),packet.getPort()); local
391 ((UDPMessageProcessor)this.messageProcessor).sock.send(keepalive);
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 347 <S_RMTS>keepalive { YYD; return(KEEPALIVE); }
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 329 milliseconds