HomeSort by relevance Sort by last modified time
    Searched full:connections (Results 101 - 125 of 860) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
scanresults.ui 133 <connections>
152 </connections>
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
scanresults.ui 133 <connections>
152 </connections>
  /frameworks/base/core/java/android/net/http/
IdleCache.java 18 * Hangs onto idle live connections for a little while
43 /* six second timeout for connections */
  /frameworks/base/wifi/java/android/net/wifi/p2p/
package.html 3 <p>Provides classes to create peer-to-peer (P2P) connections with Wi-Fi Direct.</p>
12 <li>Initialize your application for P2P connections by calling {@link
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 20 * socket connections to a single device. Typically a socket is created
  /external/apache-http/src/org/apache/http/conn/scheme/
Scheme.java 68 /** Indicates whether this scheme allows for layered connections */
78 * Whether the created scheme allows for layered connections
144 * Indicates whether this scheme allows for layered connections.
146 * @return <code>true</code> if layered connections are possible,
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc 20 // the Connections tab selected.
  /external/chromium/net/tools/flip_server/
acceptor_thread.h 71 // Iterates through a list of active connections expiring any that have been
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
tcpport.cc 71 // We can't accept TCP connections incoming on other ports
75 // Check if we are allowed to make outgoing TCP connections
100 // recognize our incoming TCP connections.
203 // Incoming connections should match the network address.
port.h 74 // connections to similar mechanisms of the other client. Subclasses of this
138 // Returns a map containing all of the connections of this port, keyed by the
141 const AddressMap& connections() { return connections_; } function in class:cricket::Port
203 // Called if the port has no connections and is no longer useful.
258 // Called when one of our connections deletes itself.
304 // be false for TCP connections.
  /external/dbus/tools/
dbus-cleanup-sockets.1 32 their D-Bus connections. Thus, it might be interesting to run
  /external/dropbear/
dbclient.1 71 forwarded ports, though remote connections to -R forwarded ports may be limited
options.h 31 * on chosen ports and keeps accepting connections. This is the default.
34 * similar), where it will use stdin/stdout for connections, and each process
36 * for inetd, and can only accept IPv4 connections.
159 * however significantly reduce the security of your ssh connections
168 * not yet authenticated. After this limit, connections are rejected */
174 /* And then a global limit to avoid chewing memory if connections
232 /* Close connections to clients which haven't authorised after AUTH_TIMEOUT */
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
widget.ui 94 <connections/>
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnectionManager.h 35 // Manages plug-in process connections for the given web process.
  /frameworks/base/core/java/android/net/
NetworkConfig.java 43 * higher number == higher priority when turning off connections
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
CertificateRequestor.java 28 * a certificate to use for establishing secure connections in the Email app.
  /system/core/rootdir/etc/
init.goldfish.sh 60 # set up the second interface (for inter-emulator connections)
  /external/apache-http/src/org/apache/http/conn/params/
ConnPerRouteBean.java 39 * This class maintains a map of HTTP routes to maximum number of connections allowed
42 * a fine-grained control of connections on a per route basis.
52 /** The default maximum number of connections allowed per host */
  /external/bluetooth/bluez/tools/
hciconfig.8 250 means that baseband connections will be accepted even if there are no
263 baseband connections when there are no listening
270 is present, the device will accept baseband connections even when there are no
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClient4.java 98 * of TCP connections. So, callers that share an HttpClient will share
99 * connections. Sharing improves performance (by avoiding the overhead of
100 * creating connections) and uses fewer resources in the client and its
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSession.java 144 * Returns the protocol name that is used for all connections in this
147 * @return the protocol name that is used for all connections in this
186 * No new connections can be created, but any existing connection remains
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
package.html 48 maintains a <i>Pool</i> (yellow) of connections and waiting threads.
50 actual connections.
127 The latter is an adapter from managed to operated connections, based on a
142 operated connections as defined in the org.apache.http.conn package.
158 which in turn reference idle connections. Neither of these is subject
  /external/chromium/chrome/common/extensions/docs/static/
messaging.html 18 <a href="#connect">long-lived connections</a>
89 <h2 id="connect">Long-lived connections</h2>
98 different types of connections.
137 In order to handle incoming connections, you need to set up a
144 what it looks like to respond to incoming connections:
177 Listening for incoming requests and connections is similar to the internal
197 // For long-lived connections:
  /external/valgrind/main/auxprogs/
valgrind-listener.c 60 /* The maximum allowable number concurrent connections. */
99 /* holds the fds for connections; zero if slot not in use. */
199 " when the number of connections falls back to zero\n"
203 " connections. It must be between 1024 and 65535.\n"
329 fprintf(stderr, "Too many concurrent connections. "
331 panic("main -- too many concurrent connections");

Completed in 928 milliseconds

1 2 3 45 6 7 8 91011>>