HomeSort by relevance Sort by last modified time
    Searched refs:keepalive (Results 1 - 21 of 21) 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 83 public boolean keepAlive(final HttpResponse response,
149 boolean keepalive = false;
156 keepalive = true;
159 if (keepalive)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-compare-constant-doubles.js 33 var keepalive; variable
43 keepalive = [a1, a2, a3, a4, a5, a6];
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py     [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 347 <S_RMTS>keepalive { YYD; return(KEEPALIVE); }
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.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 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 1529 milliseconds