/libcore/luni/src/test/java/libcore/java/sql/ |
OldSQLTest.java | 20 import java.sql.Connection; 28 static Connection conn; 49 assertNotNull("Connection created ", conn);
|
/libcore/luni/src/test/java/libcore/javax/sql/ |
OldConnectionEventTest.java | 20 import java.sql.Connection; 54 public Connection getConnection() throws SQLException {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/ |
py25tests.py | 30 class MyConnection(sqlite.Connection): 34 sqlite.Connection.rollback(self) 47 """Can the connection be used as a context manager at all?"""
|
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/ |
py25tests.py | 30 class MyConnection(sqlite.Connection): 34 sqlite.Connection.rollback(self) 47 """Can the connection be used as a context manager at all?"""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
py25tests.py | 30 class MyConnection(sqlite.Connection): 34 sqlite.Connection.rollback(self) 47 """Can the connection be used as a context manager at all?"""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
py25tests.py | 30 class MyConnection(sqlite.Connection): 34 sqlite.Connection.rollback(self) 47 """Can the connection be used as a context manager at all?"""
|
/system/connectivity/shill/ |
refptr_types.h | 90 class Connection; 91 typedef scoped_refptr<Connection> ConnectionRefPtr;
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
ConferenceTest.java | 24 import android.telecom.Connection; 49 public static final int CONF_CAPABILITIES = Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE | 50 Connection.CAPABILITY_DISCONNECT_FROM_CONFERENCE | Connection.CAPABILITY_HOLD | 51 Connection.CAPABILITY_MERGE_CONFERENCE | Connection.CAPABILITY_SWAP_CONFERENCE; 85 assertConnectionState(mConferenceObject.getConnections().get(0), Connection.STATE_ACTIVE); 86 assertConnectionState(mConferenceObject.getConnections().get(1), Connection.STATE_ACTIVE); 87 assertConferenceState(mConferenceObject, Connection.STATE_ACTIVE); 164 ArrayList<Connection> connectionList = new ArrayList<>() [all...] |
ExtendedInCallServiceTest.java | 28 import android.telecom.Connection; 70 final MockConnection connection = verifyConnectionForOutgoingCall(); local 78 assertMuteState(connection, false); 83 assertMuteState(connection, true); 87 assertMuteState(connection, false); 97 final MockConnection connection = verifyConnectionForOutgoingCall(); local 109 int availableRoutes = connection.getCallAudioState().getSupportedRouteMask(); 125 assertAudioRoute(connection, CallAudioState.ROUTE_SPEAKER); 131 assertAudioRoute(connection, secondRoute); 148 final MockConnection connection = verifyConnectionForOutgoingCall() local 181 final MockConnection connection = verifyConnectionForOutgoingCall(); local 208 final MockConnection connection = verifyConnectionForIncomingCall(); local 238 final MockConnection connection = verifyConnectionForIncomingCall(); local 262 final MockConnection connection = verifyConnectionForIncomingCall(); local 285 final MockConnection connection = verifyConnectionForIncomingCall(); local 307 final MockConnection connection = verifyConnectionForIncomingCall(); local 346 final MockConnection connection = verifyConnectionForOutgoingCall(); local 434 final MockConnection connection = verifyConnectionForIncomingCall(); local 449 final MockConnection connection = verifyConnectionForOutgoingCall(); local [all...] |
RemoteConnectionTest.java | 28 import android.telecom.Connection; 71 assertConnectionState(mConnection, Connection.STATE_ACTIVE); 72 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_ACTIVE); 73 assertConnectionState(mRemoteConnection, Connection.STATE_ACTIVE); 77 assertConnectionState(mConnection, Connection.STATE_HOLDING); 78 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_HOLDING); 79 assertConnectionState(mRemoteConnection, Connection.STATE_HOLDING); 83 assertConnectionState(mConnection, Connection.STATE_ACTIVE); 84 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_ACTIVE); 85 assertConnectionState(mRemoteConnection, Connection.STATE_ACTIVE) [all...] |
MockVideoProvider.java | 21 import android.telecom.Connection; 26 import android.telecom.Connection.VideoProvider; 97 super.receiveSessionModifyResponse(Connection.VideoProvider.SESSION_MODIFY_REQUEST_SUCCESS, 116 * Handles requests to retrieve the connection data usage by returning a fixed usage amount of
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
AsyncHttpConnection.java | 26 import org.eclipse.jetty.io.Connection; 35 /** Asychronous Server HTTP connection 55 public Connection handle() throws IOException 57 Connection connection = this; local 69 // While progress and the connection has not changed 70 while (progress && connection==this) 122 // look for a switched connection instance? 125 Connection switched=(Connection)_request.getAttribute("org.eclipse.jetty.io.Connection") [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_MimeWriter.py | 66 ("Metadata-Key", "connection"), 68 ("Connection-Description", "Barry's Big Bass Business"), 69 ("Connection-Id", "B4"), 70 ("Connection-Direction", "client"), 77 ("Connection-Description", "Generic Interface for All Knowbots"), 78 ("Connection-Id", "generic-kp"), 79 ("Connection-Direction", "client"), 115 KP-Metadata-Key: connection 117 KP-Connection-Description: Barry's Big Bass Business 118 KP-Connection-Id: B [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_MimeWriter.py | 66 ("Metadata-Key", "connection"), 68 ("Connection-Description", "Barry's Big Bass Business"), 69 ("Connection-Id", "B4"), 70 ("Connection-Direction", "client"), 77 ("Connection-Description", "Generic Interface for All Knowbots"), 78 ("Connection-Id", "generic-kp"), 79 ("Connection-Direction", "client"), 115 KP-Metadata-Key: connection 117 KP-Connection-Description: Barry's Big Bass Business 118 KP-Connection-Id: B [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 66 ("Metadata-Key", "connection"), 68 ("Connection-Description", "Barry's Big Bass Business"), 69 ("Connection-Id", "B4"), 70 ("Connection-Direction", "client"), 77 ("Connection-Description", "Generic Interface for All Knowbots"), 78 ("Connection-Id", "generic-kp"), 79 ("Connection-Direction", "client"), 115 KP-Metadata-Key: connection 117 KP-Connection-Description: Barry's Big Bass Business 118 KP-Connection-Id: B [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 66 ("Metadata-Key", "connection"), 68 ("Connection-Description", "Barry's Big Bass Business"), 69 ("Connection-Id", "B4"), 70 ("Connection-Direction", "client"), 77 ("Connection-Description", "Generic Interface for All Knowbots"), 78 ("Connection-Id", "generic-kp"), 79 ("Connection-Direction", "client"), 115 KP-Metadata-Key: connection 117 KP-Connection-Description: Barry's Big Bass Business 118 KP-Connection-Id: B [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Connection.java | 36 public abstract class Connection { 43 * Capabilities that will be mapped to telecom connection 71 * Indicates that the connection is an external connection (e.g. an instance of the class 77 * Indicates that this external connection can be pulled from the remote device to the 84 * Listener interface for events related to the connection which should be reported to the 85 * {@link android.telecom.Connection}. 92 android.telecom.Connection.VideoProvider videoProvider); 114 android.telecom.Connection.VideoProvider videoProvider) {} 135 * The telecom internal call ID associated with this connection. Only to be used for debuggin [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
ConnectionPoolTest.java | 67 private Connection httpA; 68 private Connection httpB; 69 private Connection httpC; 70 private Connection httpD; 71 private Connection httpE; 72 private Connection spdyA; 109 httpA = new Connection(pool, httpRoute); 111 httpB = new Connection(pool, httpRoute); 113 httpC = new Connection(pool, httpRoute); 115 httpD = new Connection(pool, httpRoute) 149 Connection connection = pool.get(httpAddress); local 173 Connection connection = pool.get(httpAddress); local [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
OkHttpClient.java | 50 * response cache, thread pool, connection re-use, etc. 68 Connection connection, HttpEngine httpEngine) throws IOException { 69 return connection.newTransport(httpEngine); 72 @Override public boolean clearOwner(Connection connection) { 73 return connection.clearOwner(); 76 @Override public void closeIfOwnedBy(Connection connection, Object owner) throws IOException { 77 connection.closeIfOwnedBy(owner) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneCall.java | 27 import com.android.internal.telephony.Connection; 91 public List<Connection> 133 for (Connection conn : mConnections) { 153 public void attach(Connection conn) { 163 public void attach(Connection conn, State state) { 172 public void attachFake(Connection conn, State state) { 354 for (Connection c : mConnections) {
|
/packages/services/Telephony/src/com/android/services/telephony/ |
TelephonyConnection.java | 28 import android.telecom.Connection; 38 import com.android.internal.telephony.Connection.Capability; 39 import com.android.internal.telephony.Connection.PostDialListener; 60 abstract class TelephonyConnection extends Connection { 70 * Mappings from {@link com.android.internal.telephony.Connection} extras keys to their 71 * equivalents defined in {@link android.telecom.Connection}. 94 com.android.internal.telephony.Connection connection = 95 (com.android.internal.telephony.Connection) ar.result; 97 if (connection != null & [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.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipConnectionBase.java | 20 import com.android.internal.telephony.Connection; 30 abstract class SipConnectionBase extends Connection { 50 private long mHoldingStartTime; // The time when the Connection last transitioned 189 public Connection getOrigConnection() {
|
/libcore/luni/src/test/java/tests/support/ |
Support_SQL.java | 22 import java.sql.Connection; 52 .getResourceAsStream("/connection.properties"); 75 public static Connection getConnection() throws SQLException { 85 public static Connection getConnection(String url, String login,
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
RegisteredMediaRouteProvider.java | 42 * Maintains a connection to a particular media route provider service. 55 private Connection mActiveConnection; 197 Connection connection = new Connection(messenger); local 198 if (connection.register()) { 199 mActiveConnection = connection; 219 private void onConnectionReady(Connection connection) { 220 if (mActiveConnection == connection) { 621 Connection connection = mConnectionRef.get(); local [all...] |