HomeSort by relevance Sort by last modified time
    Searched refs:connections (Results 76 - 100 of 239) sorted by null

1 2 34 5 6 7 8 910

  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 169 final ArraySet<ConnectionRecord> connections = new ArraySet<>(); field in class:ProcessRecord
404 if (connections.size() > 0) {
405 pw.print(prefix); pw.println("Connections:");
406 for (int i=0; i<connections.size(); i++) {
407 pw.print(prefix); pw.print(" - "); pw.println(connections.valueAt(i));
547 for (int i=connections.size()-1; i>=0; i--) {
548 ConnectionRecord cr = connections.valueAt(i);
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go 287 // underlying connections. It's safe for concurrent use by multiple
290 // The sql package creates and frees connections automatically; it
291 // also maintains a free pool of idle connections. If the database has
302 // closed connections. Stmt.openStmt checks it before cleaning closed
303 // connections in Stmt.css.
310 numOpen int // number of opened and pending open connections
311 // Used to signal the need for new connections
326 // connReuseStrategy determines how (*DB).conn returns database connections.
565 // and maintains its own pool of idle connections. Thus, the Open
667 // SetMaxIdleConns sets the maximum number of connections in the idl
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql.go 287 // underlying connections. It's safe for concurrent use by multiple
290 // The sql package creates and frees connections automatically; it
291 // also maintains a free pool of idle connections. If the database has
302 // closed connections. Stmt.openStmt checks it before cleaning closed
303 // connections in Stmt.css.
310 numOpen int // number of opened and pending open connections
311 // Used to signal the need for new connections
326 // connReuseStrategy determines how (*DB).conn returns database connections.
565 // and maintains its own pool of idle connections. Thus, the Open
667 // SetMaxIdleConns sets the maximum number of connections in the idl
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 484 Set<AppVpnInfo> connections = new ArraySet<>(); local
489 connections.add(new AppVpnInfo(profile.getIdentifier(), config.user));
495 return connections;
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls.go 43 // A listener implements a network listener (net.Listener) for TLS connections.
59 // NewListener creates a Listener which accepts connections from an inner
70 // Listen creates a TLS listener accepting connections on the
  /prebuilts/go/linux-x86/src/crypto/tls/
tls.go 43 // A listener implements a network listener (net.Listener) for TLS connections.
59 // NewListener creates a Listener which accepts connections from an inner
70 // Listen creates a TLS listener accepting connections on the
  /device/google/marlin/
system.prop 80 # system property for maximum number of HFP client connections
81 bt.max.hfpclient.connections=1
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
napenforcementclient.h 280 INapEnforcementClientConnection **connections; member in struct:tagConnections
281 } Connections;
291 Connections **connections) = 0;
319 Connections **connections);
335 #define INapEnforcementClientCallback_GetConnections(This,connections) (This)->lpVtbl->GetConnections(This,connections)
351 static FORCEINLINE HRESULT INapEnforcementClientCallback_GetConnections(INapEnforcementClientCallback* This,Connections **connections) {
    [all...]
  /prebuilts/go/darwin-x86/src/container/ring/
ring_test.go 53 // connections
  /prebuilts/go/darwin-x86/src/net/smtp/
auth.go 49 // on TLS connections to host and act as identity. Usually identity will be
  /prebuilts/go/darwin-x86/src/net/
unixsock.go 57 // UnixConn is an implementation of the Conn interface for connections
142 // SetWriteDeadline. On packet-oriented connections, write timeouts
232 // Returned connections will be of type *UnixConn.
245 // connections are not closed.
iprawsock.go 91 // for IP network connections.
149 // SetWriteDeadline. On packet-oriented connections, write timeouts
net_windows_test.go 40 // handles broken connections. It verifies that broken connections do
41 // not affect future connections.
  /prebuilts/go/linux-x86/src/container/ring/
ring_test.go 53 // connections
  /prebuilts/go/linux-x86/src/net/smtp/
auth.go 49 // on TLS connections to host and act as identity. Usually identity will be
  /prebuilts/go/linux-x86/src/net/
unixsock.go 57 // UnixConn is an implementation of the Conn interface for connections
142 // SetWriteDeadline. On packet-oriented connections, write timeouts
232 // Returned connections will be of type *UnixConn.
245 // connections are not closed.
iprawsock.go 91 // for IP network connections.
149 // SetWriteDeadline. On packet-oriented connections, write timeouts
net_windows_test.go 40 // handles broken connections. It verifies that broken connections do
41 // not affect future connections.
  /external/libvncserver/webclients/novnc/
README.md 87 connections (such as
110 * [Encrypted Connections](https://github.com/kanaka/websockify/wiki/Encrypted-Connections). How to setup websockify so that you can use encrypted connections from noVNC.
  /external/nanohttpd/
README.md 116 * Does not limit bandwidth, request time or simultaneous connections by default.
118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
248 Before you start the server to make Nanohttpd serve https connections, when you make sure 'keystore.jks' is in your classpath .
  /external/nanohttpd/src/site/markdown/
index.md 116 * Does not limit bandwidth, request time or simultaneous connections by default.
118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
244 Before you start the server to make Nanohttpd serve https connections, when you make sure 'keystore.jks' is in your classpath .
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 13 // connections which are combinations of candidates from each end (Alice and
15 // Bob are used to make a connection, repeat to make many connections).
17 // When all of the available connections become invalid (non-writable), we
18 // kick off a process of determining more candidates and more connections.
174 const std::vector<Connection*>& connections() const { return connections_; } function in class:cricket::P2PTransportChannel
  /prebuilts/go/darwin-x86/src/net/http/
transport.go 35 // used by DefaultClient. It establishes network connections as needed
59 // By default, Transport caches connections for future re-use.
60 // This may leave many open connections when accessing many hosts.
94 // DialContext specifies the dial function for creating unencrypted TCP connections.
99 // Dial specifies the dial function for creating unencrypted TCP connections.
107 // TLS connections for non-proxied HTTPS requests.
127 // DisableKeepAlives, if true, prevents re-use of TCP connections
142 // connections across all hosts. Zero means no limit.
146 // (keep-alive) connections to keep per-host. If zero,
430 // creating new connections and retrying if the serve
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport.go 35 // used by DefaultClient. It establishes network connections as needed
59 // By default, Transport caches connections for future re-use.
60 // This may leave many open connections when accessing many hosts.
94 // DialContext specifies the dial function for creating unencrypted TCP connections.
99 // Dial specifies the dial function for creating unencrypted TCP connections.
107 // TLS connections for non-proxied HTTPS requests.
127 // DisableKeepAlives, if true, prevents re-use of TCP connections
142 // connections across all hosts. Zero means no limit.
146 // (keep-alive) connections to keep per-host. If zero,
430 // creating new connections and retrying if the serve
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 102 * connections? (only adds non-error messages).
    [all...]

Completed in 551 milliseconds

1 2 34 5 6 7 8 910