/libcore/luni/src/main/java/javax/net/ |
ServerSocketFactory.java | 67 * maximum backlog of 50 unaccepted connections. 78 * configures its maximum of queued connections. 81 * @param backlog the maximum number of unaccepted connections. Passing 0 or 90 * specified port and configures its maximum of queued connections. 93 * @param backlog the maximum number of unaccepted connections. Passing 0 or
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Call.java | 85 * @return true if the call contains one or more connections 88 List connections = getConnections(); local 90 if (connections == null) { 94 return connections.size() > 0; 109 * @return true if the call contains only disconnected connections (if any) 117 * first, or null if there are no Connections in this Call 204 * last, or null if there are no Connections in this Call
|
/external/apache-http/src/org/apache/http/io/ |
package.html | 39 This layer is used to transfer messages over connections. 40 Connections are typically based on sockets: plain or secure, 43 However, opening connections is not within the responsibility
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipPhone.java | 353 connections.clear(); 367 connections = that.connections; 369 for (Connection c : connections) { 383 return connections; 400 connections.add(c); 416 for (Connection c : connections) { 434 connections.add(c); 451 if (connections.size() != 1) { 454 ((SipConnection) connections.get(0)).acceptCall() [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmCallTracker.java | 60 static final int MAX_CONNECTIONS = 7; // only 7 connections allowed in GSM 61 static final int MAX_CONNECTIONS_PER_CALL = 5; // only 5 connections allowed per call 64 GsmConnection connections[] = new GsmConnection[MAX_CONNECTIONS]; field in class:GsmCallTracker 69 // connections dropped during last poll 110 for(GsmConnection c : connections) { 158 connCopy = (List<Connection>) foregroundCall.connections.clone(); 432 ; i < connections.length; i++) { 433 GsmConnection conn = connections[i]; 457 connections[i] = pendingMO; 468 hangup(connections[i]) [all...] |
/external/dbus/test/data/valid-config-files/system.d/ |
test.conf | 6 connections can get messages from it -->
|
/external/netcat/ |
netcat.blurb | 2 and writes data across network connections using TCP or UDP protocol. It is 10 Outbound or inbound connections, TCP or UDP, to or from any ports 19 Optional ability to let another program service established connections 39 Indication of local-end interface address on inbound connections
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.ui | 39 <connections/>
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
ThreadSafeClientConnManager.java | 54 * Manages a pool of {@link OperatedClientConnection client connections}. 76 /** The pool of connections being managed. */ 79 /** The operator for opening and updating connections. */ 262 * Gets the total number of pooled connections for the given route. 263 * This is the total number of connections that have been created and 265 * This value will not exceed the maximum number of connections per host. 269 * @return the total number of pooled connections for that route 278 * Gets the total number of pooled connections. This is the total number of 279 * connections that have been created and are still in use by this connection 280 * manager. This value will not exceed the maximum number of connections [all...] |
AbstractConnPool.java | 69 * References to issued connections. 73 * GCed connections are detected by the missing pool entries. 77 /** The handler for idle connections. */ 80 /** The current total number of connections. */ 233 * Closes idle connections. 235 * @param idletime the time the connections should have been idle 267 * Deletes all entries for closed connections. 289 // close all connections that are issued to an application 300 // remove all references to connections
|
/external/bluetooth/bluez/audio/ |
audio.conf | 9 # Switch to master role for incoming connections (defaults to true) 21 # connections. Some headsets that support both profiles will only connect the
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote_listen_socket.h | 16 // Listens to remote debugger incoming connections, handles the V8ARDP protocol 22 // accept local connections.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
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/iptables/extensions/ |
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
|
/external/netcat/scripts/ |
webrelay | 3 ## don't understand proxies. This just forwards connections to a given server. 40 # will hang around for a minute, and exit if no new connections arrive.
|
/system/bluetooth/data/ |
audio.conf | 11 # Switch to master role for incoming connections (defaults to true) 23 # connections. Some headsets that support both profiles will only connect the
|
/external/chromium/net/test/ |
openssl_helper.cc | 191 for (unsigned connections = 0; connections < connection_limit; 192 connections++) { 200 SSL_set_session_id_context(server, (unsigned char*) &connections, 201 sizeof(connections)); 232 if (!npn_mispredict || connections == 0) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaCallTracker.java | 58 CdmaConnection connections[] = new CdmaConnection[MAX_CONNECTIONS]; field in class:CdmaCallTracker 64 // connections dropped during last poll 108 for(CdmaConnection c : connections) { 170 connCopy = (List<Connection>) foregroundCall.connections.clone(); 496 ; i < connections.length; i++) { 497 CdmaConnection conn = connections[i]; 521 connections[i] = pendingMO; 537 hangup(connections[i]); 561 // Loop through foreground call connections as 562 // it contains the known logical connections [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.cc | 76 // Compares two connections based only on static information about them. 96 // Compare two connections based on their writability and static preferences. 109 // priority writable connections first. 140 // Determines whether we should switch between two connections, based first on 252 // A new port is available, attempt to make connections for it 326 // Check for connectivity to this address. Create connections 334 // This remote username exists. Now create connections using this candidate, 341 // Update the list of connections since we just added another. We do this 359 // Create connections to this remote candidate. 362 // Resort the connections list, which may have new elements [all...] |
p2ptransportchannel.h | 30 // connections which are combinations of candidates from each end (Alice and 32 // Bob are used to make a connection, repeat to make many connections). 34 // When all of the available connections become invalid (non-writable), we 35 // kick off a process of determining more candidates and more connections. 93 const std::vector<Connection *>& connections() const { return connections_; } function in class:cricket::P2PTransportChannel
|
/frameworks/base/core/java/android/database/sqlite/ |
DatabaseConnectionPool.java | 40 * TODO: revisit this data struct as the number of pooled connections increase beyond 59 * close all database connections in the pool - even if they are in use! 87 // no free ( = available) connections 89 // maxed out. can't open any more connections. 90 // let the caller wait on one of the pooled connections 102 // there are no database connections with the given SQL pre-compiled. 103 // ok to return any of the connections. 119 // there are free connections available. pick one 182 * Returns a list of all database connections in the pool (both free and busy connections) [all...] |
/external/chromium/net/tools/testserver/ |
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/bluetooth/bluez/network/ |
connection.c | 64 GSList *connections; member in struct:network_peer 364 nc = find_connection(peer->connections, id); 418 for (l = peer->connections; l; l = l->next) { 454 for (l = peer->connections; l; l = l->next) { 493 g_slist_foreach(peer->connections, (GFunc) connection_free, NULL); 494 g_slist_free(peer->connections); 533 nc = find_connection(peer->connections, id); 537 peer->connections = g_slist_remove(peer->connections, nc); 539 if (peer->connections) [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothServerSocket.java | 40 * incoming connections, use 48 * connections. Closing the {@link BluetoothServerSocket} will <em>not</em> 68 * Construct a socket for incoming connections. 86 * incoming connections. 100 * incoming connections.
|
/libcore/luni/src/main/java/javax/sql/ |
PooledConnection.java | 24 * An interface which provides facilities for handling connections to a database 29 * reason for treating connections in this way is that it can be an expensive 31 * connection. Reusing connections through a pool is a way of improving system 39 * Applications obtain connections to the database by calling the 58 * This is typically done if there are too many inactive connections in the
|