Home
last modified time | relevance | path

Searched defs:getConnection (Results 1 – 16 of 16) sorted by relevance

/external/apache-http/src/org/apache/http/conn/
DClientConnectionRequest.java69 ManagedClientConnection getConnection(long timeout, TimeUnit tunit) in getConnection() method
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DBasicPoolEntry.java78 protected final OperatedClientConnection getConnection() { in getConnection() method in BasicPoolEntry
DThreadSafeClientConnManager.java169 public ManagedClientConnection getConnection( in requestConnection() method in ThreadSafeClientConnManager
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_PooledConnection.java33 public Connection getConnection() throws SQLException { in getConnection() method in Impl_PooledConnection
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPDebuggeeWrapper.java84 public TransportWrapper getConnection() { in getConnection() method in JDWPDebuggeeWrapper
DVmMirror.java1780 public TransportWrapper getConnection() { in getConnection() method in VmMirror
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11Xcb.hpp43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection() function in tcu::lnx::x11::XcbDisplay
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DServerSocketService.java132 public ListenableFuture<OpenedSocket> getConnection(UUID id) { in getConnection() method in ServerSocketService
/external/apache-http/android/src/android/net/http/
DIdleCache.java94 synchronized Connection getConnection(HttpHost host) { in getConnection() method in IdleCache
DRequestQueue.java166 public Connection getConnection(Context context, HttpHost host) { in getConnection() method in RequestQueue.ActivePool
536 Connection getConnection(Context context, HttpHost host); in getConnection() method
DConnection.java119 static Connection getConnection( in getConnection() method in Connection
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCStatement.java172 public Connection getConnection() throws SQLException { in getConnection() method in JDBCStatement
DJDBCDatabaseMetaData.java1446 public Connection getConnection() throws SQLException { in getConnection() method in JDBCDatabaseMetaData
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedStream.java124 public FramedConnection getConnection() { in getConnection() method in FramedStream
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpEngine.java336 public Connection getConnection() { in getConnection() method in HttpEngine
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java75 private BluetoothConnection getConnection(String connID) throws IOException { in getConnection() method in BluetoothRfcommFacade