/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
posix1_lim.h | 138 /* Maximum number of connections that can be queued on a socket. */
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
xf86Privstr.h | 161 * connections */
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-gdbserver.1 | 85 TCP connections, you must start up gdbserver prior to using the `target remote'
|
/external/dbus/bus/ |
dbus-daemon.1.in | 386 "max_completed_connections" : max number of authenticated connections 388 connections 389 "max_connections_per_user" : max number of completed connections from 412 up all connections on the systemwide bus. 423 set of connections to the bus. A policy is made up of
|
/external/dbus/cmake/bus/ |
dbus-daemon.xml | 404 "max_completed_connections" : max number of authenticated connections 406 connections 407 "max_connections_per_user" : max number of completed connections from 430 up all connections on the systemwide bus.</para> 447 set of connections to the bus. A policy is made up of
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_web.c | 2 * UPnP WPS Device - Web connections 24 * Web connections (we serve pages of info about ourselves, handle 718 * Note: we do not keep connections alive (and httpread does [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 112 * <p>ACL connections are managed automatically by the Android Bluetooth 124 * this intent as a hint to immediately terminate higher level connections 125 * (RFCOMM, L2CAP, or profile connections) to the remote device. 137 * <p>ACL connections are managed automatically by the Android Bluetooth 698 * immediately terminate connections to that device that require [all...] |
/external/bluetooth/bluez/src/ |
adapter.c | 133 GSList *connections; /* Connected devices */ member in struct:btd_adapter 1186 adapter->connections = g_slist_remove(adapter->connections, device); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
InCallScreen.java | 657 // connections in the DISCONNECTED state. 1744 List<Connection> connections = call.getConnections(); local 3568 List<Connection> connections = mCM.getFgCallConnections(); local 3702 List<Connection> connections = mCM.getFgCallConnections(); local [all...] |
/external/dbus/dbus/ |
dbus-connection.c | 183 * #DBusConnection if those connections will be used from different threads, [all...] |
/frameworks/base/docs/html/guide/developing/tools/ |
adb.jd | 52 <p>The server then sets up connections to all running emulator/device instances. It locates emulator/device instances by scanning odd-numbered ports in the range 5555 to 5585, the range used by emulators/devices. Where the server finds an adb daemon, it sets up a connection to that port. Note that each emulator/device instance acquires a pair of sequential ports — an even-numbered port for console connections and an odd-numbered port for adb connections. For example: </p> 63 <p>Once the server has set up connections to all emulator instances, you can use adb commands to control and access those instances. Because the server manages connections to emulator/device instances and handles commands from multiple adb clients, you can control any emulator/device instance from any client (or from a script).</p> 269 <td>Forwards socket connections from a specified local port to a specified remote port on the emulator/device instance. </td>
|
/external/chromium/net/http/ |
http_cache.h | 177 // recycled connections. For sockets currently in use, they may not close 181 // Close all idle connections. Will close all sockets not in active use.
|
/external/chromium/third_party/libevent/ |
evrpc.h | 394 * a pool has a number of connections associated with it. 423 * timeout. Connections added to the pool after set_timeout has be
|
http.c | 485 * persistent connections to work. 644 * layer like timeouts we just drop the connections. 1001 TAILQ_REMOVE(&http->connections, evcon, next); [all...] |
/external/wpa_supplicant/ |
ctrl_iface_unix.c | 355 " allow connections - assuming it was left" 654 " allow connections - assuming it was left"
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config.h | 138 * For UDP connections (default on Windows): The value will be ignored. 149 * all connections).
|
ctrl_iface_unix.c | 380 " allow connections - assuming it was left" 688 " allow connections - assuming it was left"
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config.h | 159 * For UDP connections (default on Windows): The value will be ignored. 170 * all connections).
|
ctrl_iface_unix.c | 373 " allow connections - assuming it was left" 680 " allow connections - assuming it was left"
|
/frameworks/base/core/java/android/net/ |
SSLCertificateSocketFactory.java | 242 * Sets the {@link TrustManager}s to be used for connections made by this factory. 254 * Sets the {@link KeyManager}s to be used for connections made by this factory.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Phone.java | 113 * APN types for data connections. These are usage categories for an APN 116 * connections.<br/> 118 * service all data connections. 764 * Clears all DISCONNECTED connections from Call connection lists. 772 * Gets the foreground call object, which represents all connections that 773 * are dialing or active (all connections 789 * Gets the background call object, which represents all connections that 790 * are holding (all connections that have been accepted or connected, but [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLSessionImpl.java | 321 * connections pertaining to this SSL session. 331 * Returns the compression method name used in all connections
|
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapConnection.java | 74 * Next tag to use. All connections associated to the same ImapStore instance share the same 76 * (Some of the tests involve multiple connections but only have a single counter to track the
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
def.h | 83 /** Some special flags for stream connections. \since 0.6 */ 105 * connections. It makes a lot
|
/system/core/adb/ |
protocol.txt | 180 outbound connections and the connection to the remote side. 185 threadpair. The reason for this is that for usb connections, the
|