HomeSort by relevance Sort by last modified time
    Searched refs:KeepAlive (Results 1 - 9 of 9) 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...]
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_linux.conf 15 # KeepAlive: Whether or not to allow persistent connections (more than
18 KeepAlive On
httpd.conf 108 # KeepAlive: Whether or not to allow persistent connections (more than
111 KeepAlive On
166 # NOTE: This value does not include keepalive requests after the initial
  /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/chromium_org/net/socket/
socket_test_util.h     [all...]
websocket_transport_client_socket_pool_unittest.cc 91 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) {
95 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) {
    [all...]
transport_client_socket_pool_unittest.cc 84 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) {
88 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) {
    [all...]
socket_test_util.cc     [all...]
client_socket_pool_base_unittest.cc 742 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) {
746 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) {
    [all...]

Completed in 1025 milliseconds