OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:connections
(Results
51 - 75
of
860
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/third_party/libevent/
http-internal.h
80
/* for server
connections
, the http server they are connected with */
103
/* both the http server as well as the rpc system need to queue
connections
*/
117
struct evconq
connections
;
member in struct:evhttp
/external/dbus/bus/
bus.h
57
int max_completed_connections; /**< Max number of authorized
connections
*/
58
int max_incomplete_connections; /**< Max number of incomplete
connections
*/
59
int max_connections_per_user; /**< Max number of
connections
auth'd as same user */
/external/dropbear/
filelist.txt
12
up/closing down ssh
connections
60
up the listening port and also handling
connections
79
new
connections
, child-process limits
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DatabaseConnectionPoolTest.java
69
//
connections
should be lazily created.
78
// no free
connections
should be available
97
* get all
connections
from the pool and ask for one more.
98
* should get one of the
connections
already got so far.
114
// pool is maxed out and no free
connections
. ask for one more connection
128
// release all
connections
156
// pool is maxed out and no free
connections
. ask for one more connection
192
// release all
connections
217
* AND since the pool has free
connections
available, should get a new connection.
273
// pool is maxed out and no free
connections
. ask for one more connectio
[
all
...]
/external/qemu/slirp/
tcp_var.h
170
u_long tcps_connattempt; /*
connections
initiated */
171
u_long tcps_accepts; /*
connections
accepted */
172
u_long tcps_connects; /*
connections
established */
173
u_long tcps_drops; /*
connections
dropped */
174
u_long tcps_conndrops; /* embryonic
connections
dropped */
184
u_long tcps_keepdrops; /*
connections
dropped in keepalive */
/libcore/luni/src/test/java/tests/java/sql/
StressTest.java
106
*
connections
to the DataBase using one thread.
112
assertEquals("Incorrect number of created
connections
",
121
*
connections
to the DataBase using some threads.
141
+ "
connections
");
150
* records to the Database using a maximum number of
connections
.
233
+ "
connections
to the DataBase");
/external/chromium/net/tools/flip_server/
create_listener.h
30
//
connections
a socket which is listening may have acquired before
31
// the OS starts rejecting new incoming
connections
.
/external/iptables/extensions/
libxt_tcp.man
37
incoming TCP
connections
, but outgoing TCP
connections
will be
libipt_CLUSTERIP.man
3
them.
Connections
are statically distributed between the nodes in this
/external/wpa_supplicant/wpa_gui/
eventhistory.ui
103
<
connections
>
110
</
connections
>
userdatarequest.ui
122
<
connections
>
141
</
connections
>
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
eventhistory.ui
103
<
connections
>
110
</
connections
>
userdatarequest.ui
122
<
connections
>
141
</
connections
>
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
eventhistory.ui
103
<
connections
>
110
</
connections
>
userdatarequest.ui
122
<
connections
>
141
</
connections
>
/libcore/luni/src/main/java/javax/sql/
ConnectionEventListener.java
31
* The connection pool manager can return closed
connections
to the pool for
32
* later reuse.
Connections
experiencing an error should be discarded.
/external/apache-http/src/org/apache/http/client/
RequestDirector.java
45
* It establishes
connections
and optionally processes redirects and
51
* allocate
connections
, and return responses that depend on those
52
*
connections
for reading the response entity. Such
connections
/external/apache-http/src/org/apache/http/conn/
package.html
40
opening and managing
connections
.
63
internally manages operated
connections
, but hands out instances of
73
Connections
obtained from a manager have to be returned after use.
84
Connection managers will try to keep returned
connections
alive in
/external/bluetooth/bluez/tools/
hcitool.1
3
hcitool \- configure Bluetooth
connections
13
is used to configure Bluetooth
connections
and send some special command to
71
Display active baseband
connections
109
for user ended
connections
. The value must be given in decimal.
/external/chromium/chrome/browser/net/
preconnect.h
6
// and then released into the pool of available
connections
for future use.
/external/chromium/net/base/
connection_type_histograms.cc
18
// counter is the number of
connections
of that type the user has seen during
/external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc
120
const std::vector<Connection *> &
connections
= p2p_channel->
connections
();
local
122
for (it =
connections
.begin(); it !=
connections
.end(); it++) {
/external/kernel-headers/original/linux/netfilter/
nf_conntrack_tcp.h
45
/* For detecting stale
connections
*/
/external/openssl/patches/
README
22
clients can negotiate SSL
connections
in 1-RTT even when performing
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.ui
60
<
connections
/>
Completed in 366 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>