/external/okhttp/src/main/java/com/squareup/okhttp/ |
D | ConnectionPool.java | 65 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/ |
D | set_version_queue-expected.txt | 1 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()
|
D | set_version_blocked-expected.txt | 9 connections[0].setVersion('version 1') 13 connections[1].close()
|
/external/qemu/docs/ |
D | ANDROID-ADB-QEMU.TXT | 8 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/ |
D | openssl_helper.cc | 191 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/ |
D | libxt_connlimit.man | 1 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:
|
D | libipt_MASQUERADE.man | 6 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).
|
D | libxt_CONNSECMARK.man | 1 This module copies security markings from packets to connections 2 (if unlabeled), and from connections back to packets (also only
|
D | libxt_connbytes.man | 13 NOTE that for connections which have no accounting information, the match will 15 whether \fBnew\fP connections will be byte/packet counted. Existing connection
|
D | libxt_tcp.man | 37 incoming TCP connections, but outgoing TCP connections will be
|
D | libxt_connmark.man | 5 Matches packets in connections with the given mark value (if a mask is
|
/external/chromium/net/tools/testserver/ |
D | xmppserver_test.py | 170 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/ |
D | socketmonitor.cc | 120 const std::vector<Connection *> &connections = p2p_channel->connections(); in PollSocket() local 122 for (it = connections.begin(); it != connections.end(); it++) { in PollSocket()
|
D | basicportallocator.cc | 502 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/ |
D | DefaultServer.java | 77 …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/ |
D | evrpc.c | 389 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()
|
D | evrpc-internal.h | 79 struct evconq connections; member
|
D | http-internal.h | 117 struct evconq connections; member
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
D | README.txt | 8 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/ |
D | README.nat | 66 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/ |
D | filelist.txt | 12 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/ |
D | Connection.java.orig | 47 * 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/ |
D | README | 10 clients can negotiate SSL connections in 1-RTT even when performing
|
/external/wpa_supplicant_8/src/eap_server/ |
D | tncs.c | 165 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/ |
D | eventhistory.ui | 60 <connections/>
|