HomeSort by relevance Sort by last modified time
    Searched defs:Connection (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/lldb/source/Core/
Connection.cpp 1 //===-- Connection.cpp ------------------------------------------*- C++ -*-===//
14 #include "lldb/Core/Connection.h"
18 Connection::Connection ()
22 Connection::~Connection ()
  /external/lldb/include/lldb/Core/
Connection.h 1 //===-- Connection.h --------------------------------------------*- C++ -*-===//
22 /// @class Connection Connection.h "lldb/Core/Connection.h"
23 /// @brief A communication connection class.
27 /// to become available from a two way communication connection.
34 class Connection
40 Connection ();
47 ~Connection ();
72 /// Disconnect the communications connection if one is currentl
    [all...]
  /external/clang/test/CodeGen/
2002-03-12-StructInitialize.c 8 } Connection;
10 Connection link[3]
2002-03-12-StructInitializer.c 12 } Connection;
14 Connection link[3]
  /external/jetty/src/java/org/eclipse/jetty/io/
Connection.java 24 /** Abstract Connection used by Jetty Connectors.
26 * Jetty will call the handle method of a connection when there is work
27 * to be done on the connection. For blocking connections, this is soon
28 * as the connection is open and handle will keep being called until the
29 * connection is closed. For non-blocking connections, handle will only
30 * be called if there are bytes to be read or the connection becomes writable
35 public interface Connection
39 * Handle the connection.
40 * @return The Connection to use for the next handling of the connection
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 2 # Analogue of `multiprocessing.connection` which uses queues instead of sockets
4 # multiprocessing/dummy/connection.py
49 return Connection(*self._backlog_queue.get())
60 return Connection(_in, _out)
65 return Connection(a, b), Connection(b, a)
68 class Connection(object):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 2 # Analogue of `multiprocessing.connection` which uses queues instead of sockets
4 # multiprocessing/dummy/connection.py
49 return Connection(*self._backlog_queue.get())
60 return Connection(_in, _out)
65 return Connection(a, b), Connection(b, a)
68 class Connection(object):
  /frameworks/native/services/surfaceflinger/
EventThread.h 58 class Connection : public BnDisplayEventConnection {
60 Connection(const sp<EventThread>& eventThread);
69 virtual ~Connection();
82 sp<Connection> createEventConnection() const;
83 status_t registerDisplayEventConnection(const sp<Connection>& connection);
85 void setVsyncRate(uint32_t count, const sp<Connection>& connection);
86 void requestNextVsync(const sp<Connection>& connection);
    [all...]
EventThread.cpp 96 sp<EventThread::Connection> EventThread::createEventConnection() const {
97 return new Connection(const_cast<EventThread*>(this));
101 const sp<EventThread::Connection>& connection) {
103 mDisplayEventConnections.add(connection);
109 const wp<EventThread::Connection>& connection) {
111 mDisplayEventConnections.remove(connection);
115 const sp<EventThread::Connection>& connection) {
373 sp<Connection> connection = local
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDFS.h 92 /// \brief Record a connection between subtrees and the connection level.
93 struct Connection {
97 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {}
110 std::vector<SmallVector<Connection, 4> > SubtreeConnections;
112 /// Cache the current connection level of each subtree.
177 /// \brief Get the connection level of a subtree.
179 /// For bottom-up trees, the connection level is the latency depth (in cycles)
180 /// of the deepest connection to another subtree.
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 22 import android.telecom.Connection;
29 public class ConferenceParticipantConnection extends Connection {
42 * The connection which owns this participant.
44 private final com.android.internal.telephony.Connection mParentConnection;
52 com.android.internal.telephony.Connection parentConnection,
71 Connection.stateToString(newState));
104 * Sends a participant disconnect signal to the associated parent connection. The participant
105 * connection is not disconnected and cleaned up here. On successful disconnection of the
115 * Retrieves the user handle for this connection.
124 * Retrieves the endpoint for this connection
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
regression.py 53 # statement cache. The others are not accessible from the connection object.
121 With pysqlite 2.4.0 you needed to use a string or a APSW connection
180 Verifies that connection methods check wether base class __init__ was called.
182 class Connection(sqlite.Connection):
186 con = Connection(":memory:")
198 the connection object, too. (fetch-across-rollback problem)
200 class Connection(sqlite.Connection):
208 con = Connection(":memory:"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
regression.py 53 # statement cache. The others are not accessible from the connection object.
121 With pysqlite 2.4.0 you needed to use a string or a APSW connection
180 Verifies that connection methods check wether base class __init__ was called.
182 class Connection(sqlite.Connection):
186 con = Connection(":memory:")
198 the connection object, too. (fetch-across-rollback problem)
200 class Connection(sqlite.Connection):
208 con = Connection(":memory:"
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileWidgetPrimaryUserTest.java 58 private Connection mConnection;
67 mConnection = new Connection();
142 private class Connection implements ServiceConnection {
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocket.java 26 * This interface provides the signature for a server-side end point of a websocket connection.
32 * Called when a new websocket connection is accepted.
33 * @param connection The Connection object to use to send messages.
35 void onOpen(Connection connection);
38 * Called when an established websocket connection closes
51 * The maximum size of text message that may be aggregated from multiple frames is set with {@link Connection#setMaxTextMessageSize(int)}.
64 * The maximum size of binary message that may be aggregated from multiple frames is set with {@link Connection#setMaxBinaryMessageSize(int)}.
104 void onHandshake(FrameConnection connection);
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 35 * The sockets and streams of an HTTP, HTTPS, or HTTPS+SPDY connection. May be
41 * HTTP connections as members of a {@linkplain ConnectionPool connection pool}.
44 * which isn't so much a connection as a single request/response exchange.
48 * a secure connection to a remote host. Newer TLS options are quite useful:
57 * connection to be attempted with modern options and then retried without them
60 public final class Connection {
74 * The object that owns this connection. Null if it is shared (for SPDY),
76 * clears the owner when an incoming connection is recycled.
80 public Connection(ConnectionPool pool, Route route) {
94 if (this.owner != null) throw new IllegalStateException("Connection already has an owner!")
    [all...]
  /libcore/luni/src/main/java/java/sql/
Connection.java 24 * A connection represents a link from a Java application to a database. All SQL
25 * statements and results are returned within the context of a connection.
43 public interface Connection extends Wrapper, AutoCloseable {
86 * Discards all warnings that may have arisen for this connection.
96 * Causes the instant release of all database and driver connection
102 * Although the {@code finalize} method of the connection closes the
103 * connection before garbage collection takes place, it is not advisable to
115 * held by this connection are also relinquished. Calling this operation on
116 * connection objects in {@code auto-commit} mode leads to an error.
120 * connection instance is in auto-commit mode
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 190 from _multiprocessing import win32, Connection, PipeConnection
421 # Make (Pipe)Connection picklable
433 ForkingPickler.register(Connection, reduce_connection)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 190 from _multiprocessing import win32, Connection, PipeConnection
421 # Make (Pipe)Connection picklable
433 ForkingPickler.register(Connection, reduce_connection)
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 33 * Encapsulates a connection between SdkController service and the emulator. On
34 * the device side, the connection is bound to the UNIX-domain socket named
35 * 'android.sdk.controller'. On the emulator side the connection is established
55 * 3. Connection is initiated by the emulator side, while the service provides
65 * 3. Bind emulator connection with service-side channel via port name, provided by
68 * 4. Monitor connection state with the emulator, and automatically restore the
69 * connection once it is lost.
71 public class Connection {
87 * for that connection. In this case (when app-side channel is not registered
88 * with this class) we will keep emulator connection in this list, pendin
    [all...]
  /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
LauncherAppsTests.java 74 private Connection mConnection;
93 mConnection = new Connection();
195 private class Connection implements ServiceConnection {
  /external/apache-http/android/src/android/net/http/
Connection.java 39 abstract class Connection {
42 * Allow a TCP connection 60 idle seconds before erroring out
54 /** The low level connection */
58 * The server SSL certificate associated with this connection
59 * (null if the connection is not secure)
66 * The host this connection is connected to. If using proxy,
71 /** true if the connection can be reused for sending more requests */
91 private static final String HTTP_CONNECTION = "http.connection";
97 * connection reduces memory churn.
101 protected Connection(Context context, HttpHost host
    [all...]
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 116 /** The connection to the actual service */
117 private Connection mConnection;
147 * Temporary queue, saving the messages until the connection will be established, afterwards,
168 private class Connection implements ServiceConnection {
267 if (mConnection == null) { // first time connection
268 mConnection = new Connection();
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 42 * Connection class helps map connection IDs to device addresses.
44 class Connection {
49 Connection(int connId, String address,int appId) {
127 Set<Connection> mConnections = new HashSet<Connection>();
173 * Add a new connection for a given application ID.
179 mConnections.add(new Connection(connId, address, id));
185 * Remove a connection with the given ID.
189 Iterator<Connection> i = mConnections.iterator()
191 Connection connection = i.next(); local
233 Connection connection = i.next(); local
245 Connection connection = ii.next(); local
262 Connection connection = i.next(); local
275 Connection connection = i.next(); local
285 Connection connection = i.next(); local
338 Connection connection = ii.next(); local
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 21 import android.telecom.Connection;
38 * The handler of the {@link Connection.VideoProvider} is, however, not public. As a workaround
64 final MockConnection connection = verifyConnectionForOutgoingCall(); local
70 connection.setActive();
128 final MockConnection connection = verifyConnectionForOutgoingCall(); local
142 connection.sendMockSessionModifyRequest(
157 final MockConnection connection = verifyConnectionForOutgoingCall(); local
161 final MockVideoProvider mockVideoProvider = connection.getMockVideoProvider();
186 final MockConnection connection = verifyConnectionForOutgoingCall(); local
192 // After initial connection creation there should not be a video provider or callback
292 final MockConnection connection = verifyConnectionForOutgoingCall(); local
328 final MockConnection connection = verifyConnectionForOutgoingCall(); local
354 final MockConnection connection = verifyConnectionForOutgoingCall(); local
379 final MockConnection connection = verifyConnectionForOutgoingCall(); local
401 final MockConnection connection = verifyConnectionForOutgoingCall(); local
428 final MockConnection connection = verifyConnectionForOutgoingCall(); local
455 final MockConnection connection = verifyConnectionForOutgoingCall(); local
    [all...]

Completed in 625 milliseconds

1 2 3