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

12 3 4 5 6 7 8 91011>>

  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConnectionsBankImpl.java 69 Collection<Connection> connections = local
71 for (Connection connection : connections) {
80 Collection<Connection> connections = local
82 for (Connection connection : connections) {
  /packages/services/Telephony/src/com/android/phone/
CallTime.java 132 List connections = call.getConnections(); local
133 int count = connections.size();
137 c = (Connection) connections.get(0);
143 c = (Connection) connections.get(i);
  /prebuilts/go/darwin-x86/src/runtime/
netpoll_nacl.go 6 // Should never be used, because NaCl network connections do not honor "SetNonblock".
netpoll_stub.go 11 // Polls for ready network connections.
  /prebuilts/go/linux-x86/src/runtime/
netpoll_nacl.go 6 // Should never be used, because NaCl network connections do not honor "SetNonblock".
netpoll_stub.go 11 // Polls for ready network connections.
  /external/autotest/server/cros/network/rf_switch/
rf_switch.py 264 """Get a list of AP to client connections.
266 @returns tuple of dict of connections ({'AP': 1, 'Client': 1}, ...)
272 # Find out the connections
273 connections = []
281 connections.append(connection)
282 return tuple(connections)
285 """Get a list of AP to client connections.
287 @returns tuple of dict of connections ({'AP': 1, 'Client': 1}, ...)
293 # Find out the connections
294 connections = [
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ContentProviderRecord.java 45 final ArrayList<ContentProviderConnection> connections field in class:ContentProviderRecord
143 return !connections.isEmpty() || hasExternalProcessHandles();
185 if (connections.size() > 0 || externalProcessNoHandleCount > 0) {
186 pw.print(prefix); pw.print(connections.size());
187 pw.print(" connections, "); pw.print(externalProcessNoHandleCount);
191 if (connections.size() > 0) {
193 pw.print(prefix); pw.println("Connections:");
195 for (int i=0; i<connections.size(); i++) {
196 ContentProviderConnection conn = connections.get(i);
  /external/libmicrohttpd/src/examples/
mhd2spdy.c 80 struct SPDY_Connection *connections[MAX_SPDY_CONNECTIONS]; local
163 connections, MAX_SPDY_CONNECTIONS, &spdy_npollfds);
185 spdy_run_select(&rs, &ws, &es, connections, spdy_npollfds);
mhd2spdy_spdy.c 911 struct SPDY_Connection *connections[],
942 connections[*real_size] = glob_opt.spdy_connection;
971 connections[*real_size] = connection;
986 struct SPDY_Connection *connections[],
1014 connections[*real_size] = glob_opt.spdy_connection;
1041 connections[*real_size] = connection;
1057 struct SPDY_Connection *connections[],
1066 // PRINT_INFO2("exec about to be called for %s", connections[i]->host);
1069 ret = spdy_exec_io(connections[i]);
1079 glob_opt.streams_opened -= connections[i]->streams_opened
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 97 * @return true if the call contains one or more connections
100 List<Connection> connections = getConnections(); local
102 if (connections == null) {
106 return connections.size() > 0;
129 * @return true if the call contains only disconnected connections (if any)
137 * first, or null if there are no Connections in this Call
224 * last, or null if there are no Connections in this Call
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelper.java 109 private static void findConnectedComponentForRawContact(Multimap<Long, Long> connections,
113 for (long match : connections.get(rawContactId)) {
115 findConnectedComponentForRawContact(connections, visited, match, results);
  /external/curl/docs/cmdline-opts/
capath.d 11 OpenSSL-powered curl to make SSL-connections much more efficiently than using
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 341 KeyedVector<int, Connection>& connections = mConnections.editValueFor(deviceId); local
342 if (connections.indexOfKey(streamId) < 0) {
343 connections.add(streamId, Connection());
345 Connection& connection = connections.editValueFor(streamId);
411 KeyedVector<int, Connection>& connections = mConnections.editValueFor(deviceId); local
412 if (connections.indexOfKey(streamId) < 0) {
415 Connection& connection = connections.editValueFor(streamId);
501 KeyedVector<int, Connection>& connections = mConnections.editValueFor(deviceId); local
502 for (size_t i = 0; i < connections.size(); ++i) {
503 removeStream(deviceId, connections.keyAt(i))
518 KeyedVector<int, Connection>& connections = mConnections.editValueFor(deviceId); local
535 KeyedVector<int, Connection>& connections = mConnections.editValueFor(deviceId); local
    [all...]
  /external/webrtc/webrtc/base/
httpserver.cc 80 std::list<Connection*> connections; local
83 connections.push_back(it->second);
85 for (std::list<Connection*>::const_iterator it = connections.begin();
86 it != connections.end(); ++it) {
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 179 // Force-close any idle connections (those between
180 // requests) and new connections (those which connected
181 // but never sent a request). StateNew connections are
209 // transport, so help them out and close any idle connections for them.
214 // Also close the client idle connections.
228 buf.WriteString("httptest.Server blocked in Close after 5 seconds, waiting for connections:\n")
235 // CloseClientConnections closes any open HTTP connections to the test Server.
271 // close its idle connections on Server.Close.
285 // connections are idle.
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 179 // Force-close any idle connections (those between
180 // requests) and new connections (those which connected
181 // but never sent a request). StateNew connections are
209 // transport, so help them out and close any idle connections for them.
214 // Also close the client idle connections.
228 buf.WriteString("httptest.Server blocked in Close after 5 seconds, waiting for connections:\n")
235 // CloseClientConnections closes any open HTTP connections to the test Server.
271 // close its idle connections on Server.Close.
285 // connections are idle.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cpickle.py 115 n.connections = list(nodes)
116 n.connections.remove(n)
test_epoll.py 46 self.connections = [self.serverSocket]
50 for skt in self.connections:
64 self.connections.extend((client, server))
  /prebuilts/go/darwin-x86/doc/progs/
gobs2.go 26 // bound to network connections and the encoder and decoder would
  /prebuilts/go/linux-x86/doc/progs/
gobs2.go 26 // bound to network connections and the encoder and decoder would
  /external/libevent/
evrpc-internal.h 91 struct evconq connections; member in struct:evrpc_pool
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/connections/
BluetoothConnection.java 17 package com.android.car.obd2.connections;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 179 int connections = -1; local
182 connections = bridge.getConnectionAttemptCount();
189 if (connections == -1 || restarts == -1) {
202 String.format("%1$s attempts have been made to reconnect.", connections),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
SelfManagedIncomingCallTestActivity.java 166 List<CtsConnection> connections = ctsSelfConnSvr.getConnections();
167 if (connections.size() != 1) {
172 if (connections.get(0).getState() == Connection.STATE_ACTIVE) {
180 // self-managed connections are disconnected.
188 // If some step fails, make sure we cleanup any lingering connections.

Completed in 3243 milliseconds

12 3 4 5 6 7 8 91011>>