HomeSort by relevance Sort by last modified time
    Searched refs:connections (Results 151 - 175 of 286) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/container/list/
list_test.go 33 // check internal and external prev/next connections
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_test.go 29 // reference implementation installed, the reference connections are saved in
  /prebuilts/go/linux-x86/src/net/
iprawsock.go 98 // for IP network connections.
ipsock.go 14 // connections. This is due to the fact that IPv4 traffic will not be
udpsock.go 87 // for UDP network connections.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
TelephonyMetrics.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 146 * Handler that tracks the connections and updates the value of the
1637 List<Connection> connections = call.getConnections(); local
    [all...]
  /frameworks/base/core/proto/android/server/
activitymanagerservice.proto 546 repeated ConnectionRecordProto connections = 26;
585 repeated string connections = 3; // hex_hash of ConnectionRecordProto
    [all...]
  /frameworks/rs/tests/lldb/tests/harness/
util_android.py 565 '''Remove all of the forward socket connections open in adb.
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-directconnect/1.11.18/
aws-java-sdk-directconnect-1.11.18.jar 
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java 66 private static final int MAX_CONNECTIONS_PER_CALL_GSM = 5; //only 5 connections allowed per call
77 // connections dropped during last poll
117 // If we exit ECM mode, notify all connections.
120 // to have all of the connections we're tracking. THe best place to look is in
130 // Notify connections that ECM mode exited.
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 71 * Service for making GSM and CDMA connections.
513 Collection<Connection> connections = getAllConnections(); local
514 for (Connection connection : connections) {
    [all...]
  /prebuilts/go/darwin-x86/src/expvar/
expvar_test.go 407 // Setup P client/server connections.
  /prebuilts/go/darwin-x86/src/net/http/
response.go 61 // reuse HTTP/1.x "keep-alive" TCP connections if the Body is
transport_test.go 68 // testConnSet tracks a set of TCP connections and whether they've
90 // some tests use this to manage raw tcp connections for later inspection
344 // Tests that the HTTP transport re-uses connections when a client
379 // making connections be re-used for the wrong reason.
    [all...]
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 14 // connections. This is due to the fact that IPv4 traffic will not be
udpsock.go 87 // for UDP network connections.
lookup.go 124 // Go's built-in DNS resolver to make TCP and UDP connections
  /prebuilts/go/darwin-x86/src/runtime/
netpoll_solaris.go 181 // polls for ready network connections
  /prebuilts/go/linux-x86/src/expvar/
expvar_test.go 407 // Setup P client/server connections.
  /prebuilts/go/linux-x86/src/net/http/
response.go 61 // reuse HTTP/1.x "keep-alive" TCP connections if the Body is
transport_test.go 68 // testConnSet tracks a set of TCP connections and whether they've
90 // some tests use this to manage raw tcp connections for later inspection
344 // Tests that the HTTP transport re-uses connections when a client
379 // making connections be re-used for the wrong reason.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
netpoll_solaris.go 181 // polls for ready network connections
  /external/webrtc/webrtc/p2p/base/
port_unittest.cc 314 // connections are possible.
598 // Destroy the connections.
691 // Since the reconnection never happens, the connections should have been
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer.cc 641 int connections = 0; local
649 connections++;
679 if (connections == connections_removed) {
    [all...]

Completed in 2584 milliseconds

1 2 3 4 5 67 8 91011>>