OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeepAlive
(Results
1 - 12
of
12
) 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
...]
socket_test_util.cc
[
all
...]
transport_client_socket_pool_unittest.cc
378
bool ReleaseOneConnection(ClientSocketPoolTest::
KeepAlive
keep_alive) {
382
void ReleaseAllConnections(ClientSocketPoolTest::
KeepAlive
keep_alive) {
[
all
...]
client_socket_pool_base_unittest.cc
578
bool ReleaseOneConnection(ClientSocketPoolTest::
KeepAlive
keep_alive) {
582
void ReleaseAllConnections(ClientSocketPoolTest::
KeepAlive
keep_alive) {
[
all
...]
/external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf
90
#
KeepAlive
: Whether or not to allow persistent connections (more than
93
KeepAlive
On
148
# NOTE: This value does not include
keepalive
requests after the initial
apache2-httpd.conf
90
#
KeepAlive
: Whether or not to allow persistent connections (more than
93
KeepAlive
On
148
# NOTE: This value does not include
keepalive
requests after the initial
apache2-msys-httpd.conf
90
#
KeepAlive
: Whether or not to allow persistent connections (more than
93
KeepAlive
On
148
# NOTE: This value does not include
keepalive
requests after the initial
cygwin-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
fedora-httpd.conf
85
#
KeepAlive
: Whether or not to allow persistent connections (more than
88
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
Completed in 116 milliseconds