Home
last modified time | relevance | path

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

/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/sql/
DTestDataSource.java50 public Connection getConnection() throws SQLException in getConnection() method in TestDataSource
56 public Connection getConnection(final String username, final String password) in getConnection() method in TestDataSource
DDBHelper.java52 public Connection getConnection() in getConnection() method in DBHelper
/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/libchrome/base/android/java/src/org/chromium/base/process_launcher/
DChildProcessLauncher.java181 public ChildProcessConnection getConnection() { in getConnection() method in ChildProcessLauncher
/external/cronet/base/android/java/src/org/chromium/base/process_launcher/
DChildProcessLauncher.java190 public ChildProcessConnection getConnection() { in getConnection() method in ChildProcessLauncher
/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/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DFramedStream.java126 public FramedConnection getConnection() { in getConnection() method in FramedStream
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedStream.java124 public FramedConnection getConnection() { in getConnection() method in FramedStream
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DHttpEngine.java347 public Connection getConnection() { in getConnection() method in HttpEngine
/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/
DBluetoothSocketConnFacade.java82 private BluetoothConnection getConnection(String connID) throws IOException { in getConnection() method in BluetoothSocketConnFacade
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacySQLiteConnection.java408 SQLiteConnection getConnection(final long connectionPtr) { in getConnection() method in ShadowLegacySQLiteConnection
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSQLiteConnection.java368 SQLiteConnection getConnection(final long connectionPtr) { in getConnection() method in ShadowSQLiteConnection.Connections
/external/python/cpython3/Lib/logging/
Dhandlers.py1206 def getConnection(self, host, secure): member in HTTPHandler