HomeSort by relevance Sort by last modified time
    Searched refs:Connection (Results 201 - 225 of 476) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 4 # multiprocessing/connection.py
141 Accept a connection on the bound socket or named pipe of `self`.
143 Returns a `Connection` object.
163 Returns a connection to the address of a `Listener`
185 Returns pair of connection objects at either end of a pipe
191 c1 = _multiprocessing.Connection(os.dup(s1.fileno()))
192 c2 = _multiprocessing.Connection(os.dup(s2.fileno()))
197 c1 = _multiprocessing.Connection(fd1, writable=False)
198 c2 = _multiprocessing.Connection(fd2, readable=False)
207 Returns pair of connection objects at either end of a pip
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 4 # multiprocessing/connection.py
141 Accept a connection on the bound socket or named pipe of `self`.
143 Returns a `Connection` object.
163 Returns a connection to the address of a `Listener`
185 Returns pair of connection objects at either end of a pipe
191 c1 = _multiprocessing.Connection(os.dup(s1.fileno()))
192 c2 = _multiprocessing.Connection(os.dup(s2.fileno()))
197 c1 = _multiprocessing.Connection(fd1, writable=False)
198 c2 = _multiprocessing.Connection(fd2, readable=False)
207 Returns pair of connection objects at either end of a pip
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 4 # multiprocessing/connection.py
141 Accept a connection on the bound socket or named pipe of `self`.
143 Returns a `Connection` object.
163 Returns a connection to the address of a `Listener`
185 Returns pair of connection objects at either end of a pipe
191 c1 = _multiprocessing.Connection(os.dup(s1.fileno()))
192 c2 = _multiprocessing.Connection(os.dup(s2.fileno()))
197 c1 = _multiprocessing.Connection(fd1, writable=False)
198 c2 = _multiprocessing.Connection(fd2, readable=False)
207 Returns pair of connection objects at either end of a pip
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 4 # multiprocessing/connection.py
141 Accept a connection on the bound socket or named pipe of `self`.
143 Returns a `Connection` object.
163 Returns a connection to the address of a `Listener`
185 Returns pair of connection objects at either end of a pipe
191 c1 = _multiprocessing.Connection(os.dup(s1.fileno()))
192 c2 = _multiprocessing.Connection(os.dup(s2.fileno()))
197 c1 = _multiprocessing.Connection(fd1, writable=False)
198 c2 = _multiprocessing.Connection(fd2, readable=False)
207 Returns pair of connection objects at either end of a pip
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 268 // Connection between a surface and a stream.
269 class Connection {
271 Connection() {}
307 KeyedVector<int, KeyedVector<int, Connection> > mConnections;
341 KeyedVector<int, Connection>& connections = mConnections.editValueFor(deviceId);
343 connections.add(streamId, Connection());
345 Connection& connection = connections.editValueFor(streamId); local
346 if (connection.mSurface == surface) {
350 // Clear the surface in the connection
415 Connection& connection = connections.editValueFor(streamId); local
536 Connection& connection = connections.editValueFor(streamId); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
IncomingCallTestActivity.java 23 import android.telecom.Connection;
157 if (incomingConnection.getState() != Connection.STATE_ACTIVE) {
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 24 import java.sql.Connection;
40 * java.sql.Connection interface
42 public class TestHelper_Connection1 implements Connection {
  /external/curl/tests/
http_pipe.py 253 '200 OK', ['Content-Length: 26', 'Cache-Control: max-age=60', 'Connection: close'], body)
315 status, ['Connection: close', 'Content-Type: text/plain'], error)
326 headers: (List of Strings) Headers (e.g. "Connection: close")
339 """Called on an incoming TCP connection."""
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
CursorAdapterTest.java 9 import java.sql.Connection;
38 Connection connection = DatabaseConfig.getMemoryConnection(); local
40 Statement statement = connection.createStatement();
51 connection.createStatement().executeUpdate(insert);
54 statement = connection.createStatement(DatabaseConfig.getResultSetType(), ResultSet.CONCUR_READ_ONLY);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalConnection.java 22 import com.android.internal.telephony.Connection;
49 public class ImsExternalConnection extends Connection {
55 void onPullExternalCall(ImsExternalConnection connection);
67 * The unqiue dialog event package specified ID associated with this external connection.
72 * A backing call associated with this external connection.
100 * @return the unique ID of this connection from the dialog event package data.
172 * Called by a {@link android.telecom.Connection} to indicate that this call should be pulled
217 * Sets the address of this external connection. Ensures that dialog event package SIP
247 * Build a human representation of a connection instance, suitable for debugging.
249 * @return a string representing the internal state of this connection
    [all...]
ImsExternalCallTracker.java 24 import com.android.internal.telephony.Connection;
57 * Notifies that an unknown connection has been added.
58 * @param c The new unknown connection.
60 void notifyUnknownConnection(Connection c);
85 public void onPullExternalCall(ImsExternalConnection connection) {
86 Log.d(TAG, "onPullExternalCall: connection = " + connection);
91 mCallPuller.pullExternalCall(connection.getAddress(), connection.getVideoState(),
92 connection.getCallId())
310 ImsExternalConnection connection = new ImsExternalConnection(mPhone, local
327 mExternalConnections.put(connection.getCallId(), connection); local
    [all...]
  /frameworks/rs/tests/lldb/tests/harness/
test_base_remote.py 29 Provides common functionality to set up the connection and tear it down.
119 if 'Connection refused' in err2.GetCString():
120 log.warning('Connection to lldb server was refused. '
  /libcore/luni/src/test/java/tests/java/sql/
DeleteFunctionalityTest.java 20 import java.sql.Connection;
37 private static Connection conn = null;
  /external/apache-http/android/src/android/net/http/
ConnectionThread.java 40 Connection mConnection;
  /external/libbrillo/brillo/http/
http_transport_fake.cc 35 std::shared_ptr<http::Connection> Transport::CreateConnection(
42 std::shared_ptr<http::Connection> connection; local
46 return connection;
57 connection =
58 std::make_shared<http::fake::Connection>(url, method, shared_from_this());
59 CHECK(connection) << "Unable to create Connection object";
60 if (!connection->SendHeaders(headers_copy, error))
61 connection.reset()
    [all...]
http_request.h 294 // Helper function to create an http::Connection and send off request headers.
300 // An established connection for adding request body. This connection
303 std::shared_ptr<Connection> connection_;
342 explicit Response(const std::shared_ptr<Connection>& connection);
373 std::shared_ptr<Connection> connection_;
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 79 * This class does a basic connection management and forwarding calls to TvInputHal which eventually
90 private final SparseArray<Connection> mConnections = new SparseArray<>();
157 Connection connection = new Connection(info); local
158 connection.updateConfigsLocked(configs);
159 mConnections.put(info.getDeviceId(), connection); local
179 Connection connection = mConnections.get(deviceId); local
180 if (connection == null)
207 Connection connection = mConnections.get(deviceId); local
235 Connection connection = mConnections.get(deviceId); local
303 Connection connection = mConnections.get(deviceId); local
374 Connection connection = mConnections.get(deviceId); local
400 Connection connection = mConnections.get(deviceId); local
425 Connection connection = mConnections.get(i); local
445 Connection connection = mConnections.get(deviceId); local
466 Connection connection = mConnections.get(deviceId); local
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConferenceParticipant.java 48 * @see android.telecom.Connection
123 sb.append(Connection.stateToString(mState));
153 * @see android.telecom.Connection
ConnectionRequest.java 28 * create a new {@link Connection}.
59 * @param address The address(e.g., phone number) to which the {@link Connection} is to
78 * @param videoState Determines the video state for the connection.
150 * @param handle The handle (e.g., phone number) to which the {@link Connection} is to connect.
162 * @param handle The handle (e.g., phone number) to which the {@link Connection} is to connect.
164 * @param videoState Determines the video state for the connection.
176 * @param handle The handle (e.g., phone number) to which the {@link Connection} is to connect.
178 * @param videoState Determines the video state for the connection.
233 * The handle (e.g., phone number) to which the {@link Connection} is to connect.
245 * Describes the video states supported by the client requesting the connection
    [all...]
  /hardware/libhardware/modules/camera/3_4/
v4l2_camera.h 96 std::unique_ptr<V4L2Wrapper::Connection> connection_;
  /libcore/ojluni/src/main/java/java/sql/
Statement.java 40 * @see Connection#createStatement
302 * positioning. Also, cursor names must be unique within a connection.
305 * a connection
585 * Retrieves the <code>Connection</code> object
587 * @return the connection that produced this statement
592 Connection getConnection() throws SQLException;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsRttTextHandlerTest.java 21 import android.telecom.Connection;
67 Connection.RttTextStream mRttTextStream;
87 mRttTextStream = new Connection.RttTextStream(fromTextHandler[1],toTextHandler[0]);
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 20 import java.sql.Connection;
243 Connection con = md.getConnection();
552 fail("Could execute statement on closed connection.");
598 // TODO only Connection.TRANSACTION_SERIALIZABLE is supported
600 conn.setTransactionIsolation(Connection.TRANSACTION_READ_UNCOMMITTED);
601 assertEquals(Connection.TRANSACTION_READ_UNCOMMITTED, conn
603 conn.setTransactionIsolation(Connection.TRANSACTION_READ_COMMITTED);
604 assertEquals(Connection.TRANSACTION_READ_COMMITTED, conn
606 conn.setTransactionIsolation(Connection.TRANSACTION_REPEATABLE_READ);
607 assertEquals(Connection.TRANSACTION_REPEATABLE_READ, con
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 24 import android.telecom.Connection;
32 public class HfpClientConnection extends Connection {
49 // when connection happens and we see calls for the first time).
120 getState() != Connection.STATE_DISCONNECTED;
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallHelper.java 20 import com.android.internal.telephony.Connection;
237 Connection conn = (Connection) ((AsyncResult) msg.obj).result;
239 if (DBG) log("onDisconnect: connection '" + conn

Completed in 544 milliseconds

1 2 3 4 5 6 7 891011>>