Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 25 of 103) sorted by relevance

12345

/external/okhttp/src/main/java/com/squareup/okhttp/
DConnectionPool.java65 private final LinkedList<Connection> connections = new LinkedList<Connection>(); field in ConnectionPool
75 for (ListIterator<Connection> i = connections.listIterator(connections.size());
87 for (ListIterator<Connection> i = connections.listIterator(connections.size());
116 return new ArrayList<Connection>(connections); in getConnections()
141 return connections.size(); in getConnectionCount()
147 for (Connection connection : connections) { in getSpdyConnectionCount()
156 for (Connection connection : connections) { in getHttpConnectionCount()
165 for (Iterator<Connection> i = connections.descendingIterator(); i.hasNext(); ) { in get()
188 connections.addFirst(foundConnection); // Add it back after iteration. in get()
223 connections.addFirst(connection); in recycle()
[all …]
/external/webkit/LayoutTests/storage/indexeddb/
Dset_version_queue-expected.txt1 4 open connections try to setVersion at the same time. 3 connections eventually close, allowing 1 s…
11 connections[0].setVersion('version 0')
12 connections[1].setVersion('version 1')
13 connections[2].setVersion('version 2')
14 connections[3].setVersion('version 3')
26 connections[0].close()
28 connections[3].close()
44 connections[2].close()
Dset_version_blocked-expected.txt9 connections[0].setVersion('version 1')
13 connections[1].close()
/external/qemu/docs/
DANDROID-ADB-QEMU.TXT8 network connections, in which case connection between the ADB host, and ADB
25 is the 'base port' + 1), and is responsible for accepting connections coming from
26 the ADB host, and associatiating accepted connections with an ADB client.
29 accepting connections coming from the ADB daemon running in the guest, and
30 associating accepted connections with ADB server.
48 connections are made, ADB server runs a list of pending host and guest
49 connections. Every time either connection is made, that connection goes into a
/external/chromium/net/test/
Dopenssl_helper.cc191 for (unsigned connections = 0; connections < connection_limit; in main() local
192 connections++) { in main()
200 SSL_set_session_id_context(server, (unsigned char*) &connections, in main()
201 sizeof(connections)); in main()
232 if (!npn_mispredict || connections == 0) { in main()
/external/iptables/extensions/
Dlibxt_connlimit.man1 Allows you to restrict the number of parallel connections to a server per
5 Match if the number of existing connections is below or equal \fIn\fP.
8 Match if the number of existing connections is above \fIn\fP.
23 # allow 2 telnet connections per client host
39 # Limit the number of connections to a particular host:
Dlibipt_MASQUERADE.man6 connections: if you have a static IP address, you should use the SNAT
9 effect that connections are
13 any established connections are lost anyway).
Dlibxt_CONNSECMARK.man1 This module copies security markings from packets to connections
2 (if unlabeled), and from connections back to packets (also only
Dlibxt_connbytes.man13 NOTE that for connections which have no accounting information, the match will
15 whether \fBnew\fP connections will be byte/packet counted. Existing connection
Dlibxt_tcp.man37 incoming TCP connections, but outgoing TCP connections will be
Dlibxt_connmark.man5 Matches packets in connections with the given mark value (if a mask is
/external/chromium/net/tools/testserver/
Dxmppserver_test.py170 self.connections = set()
192 self.connections.add(xmpp_connection)
195 self.connections.discard(xmpp_connection)
198 for connection in self.connections:
206 self.assertEqual(len(self.connections), 0)
209 self.assertEqual(len(self.connections), 1)
241 self.assertEqual(len(self.connections), 0)
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dsocketmonitor.cc120 const std::vector<Connection *> &connections = p2p_channel->connections(); in PollSocket() local
122 for (it = connections.begin(); it != connections.end(); it++) { in PollSocket()
Dbasicportallocator.cc502 std::vector<Connection*> connections; in OnShake() local
511 for (iter = ports[i]->connections().begin(); in OnShake()
512 iter != ports[i]->connections().end(); in OnShake()
514 connections.push_back(iter->second); in OnShake()
519 << connections.size() << " connections"; in OnShake()
521 for (size_t i = 0; i < connections.size(); ++i) in OnShake()
522 connections[i]->Destroy(); in OnShake()
524 if (running_ || (ports.size() > 0) || (connections.size() > 0)) in OnShake()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DDefaultServer.java77 …private Map<Integer,HostedConnection> connections = new ConcurrentHashMap<Integer,HostedConnection… field in DefaultServer
198 if( connections.isEmpty() ) in broadcast()
216 if( connections.isEmpty() ) in broadcast()
230 return connections.get(id); in getConnection()
235 return !connections.isEmpty(); in hasConnections()
240 … return Collections.unmodifiableCollection((Collection<HostedConnection>)connections.values()); in getConnections()
358 if( connections.put( c.getId(), c ) == null ) { in registerClient()
421 connections.remove( removed.getId() ); in connectionClosed()
424 log.log( Level.FINE, "Connections size:{0}", connections.size() ); in connectionClosed()
/external/chromium/third_party/libevent/
Devrpc.c389 TAILQ_INIT(&pool->connections); in evrpc_pool_new()
421 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) { in evrpc_pool_free()
422 TAILQ_REMOVE(&pool->connections, connection, next); in evrpc_pool_free()
446 TAILQ_INSERT_TAIL(&pool->connections, connection, next); in evrpc_pool_add_connection()
478 TAILQ_FOREACH(evcon, &pool->connections, next) { in evrpc_pool_set_timeout()
496 TAILQ_FOREACH(connection, &pool->connections, next) { in evrpc_pool_find_connection()
573 assert(TAILQ_FIRST(&pool->connections) != NULL); in evrpc_make_request()
Devrpc-internal.h79 struct evconq connections; member
Dhttp-internal.h117 struct evconq connections; member
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
DREADME.txt8 Between each page load you can optionally clear idle http connections and
14 the benchmark can clear idle connections and the cache.
/external/libppp/src/
DREADME.nat66 establish TCP connections and make UDP inquiries (such as domain name
67 service requests) but the connections seem to come from the ppp host
144 Set to "yes" to disable all incoming connections. This just drops
145 connections to, for example, ftp, telnet or web servers. The NAT
146 mechanism prevents these connections. Technically, this option denies
149 all incoming connections to telnetd, ftpd, etc.
178 connections (which don't know the remote port number, though it is
298 PPP host accepts incoming connections for ports 0 to 1023.
304 - Generalised mechanism for handling incoming connections
327 - Accepts FTP data connections from other than
[all …]
/external/dropbear/
Dfilelist.txt12 up/closing down ssh connections
60 up the listening port and also handling connections
79 new connections, child-process limits
/external/smack/src/org/jivesoftware/smack/
DConnection.java.orig47 * The abstract Connection class provides an interface for connections to a
49 * different types of connections (e.g. XMPPConnection or BoshConnection).
73 * Connections can be reused between connections. This means that an Connection
75 * will be retained accross connections.<p>
88 * Counter to uniquely identify connections that are created.
202 * A number to uniquely identify connections that are created. This is distinct from the
260 * for normal connections is 5222. The default port for SSL connections is 5223.
486 * (and subsequent connections). In that case, all state is preserved to allow for
504 * (and subsequent connections). In that case, all state is preserved to allow for
513 * that newly created connections will not be actually connected to the server.
[all …]
/external/openssl/patches/
DREADME10 clients can negotiate SSL connections in 1-RTT even when performing
/external/wpa_supplicant_8/src/eap_server/
Dtncs.c165 struct tncs_data *connections; member
194 tncs = tncs_global_data->connections; in tncs_get_conn()
1145 tncs->next = tncs_global_data->connections; in tncs_init()
1146 tncs_global_data->connections = tncs; in tncs_init()
1164 conn = tncs_global_data->connections; in tncs_deinit()
1170 tncs_global_data->connections = tncs->next; in tncs_deinit()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Deventhistory.ui60 <connections/>

12345