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

1 2 3 4 5 6 7 8

  /libcore/ojluni/src/main/java/javax/sql/
DataSource.java 83 Connection getConnection() throws SQLException;
96 Connection getConnection(String username, String password)
PooledConnection.java 43 * When an application calls the method <code>DataSource.getConnection</code>,
98 * called the method <code>DataSource.getConnection</code> and there are
109 Connection getConnection() throws SQLException;
RowSetInternal.java 60 Connection getConnection() throws SQLException;
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionRequest.java 69 ManagedClientConnection getConnection(long timeout, TimeUnit tunit)
73 * Aborts the call to {@link #getConnection(long, TimeUnit)},
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_PooledConnection.java 33 public Connection getConnection() throws SQLException {
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPoolEntry.java 78 protected final OperatedClientConnection getConnection() {
ThreadSafeClientConnManager.java 169 public ManagedClientConnection getConnection(
177 log.debug("ThreadSafeClientConnManager.getConnection: "
186 final Socket socket = entry.getConnection().getSocket();
221 final Socket socket = entry.getConnection().getSocket();
AbstractConnPool.java 301 closeConnection(entry.getConnection());
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11Xcb.hpp 43 xcb_connection_t* getConnection (void) { return m_connection; }
  /frameworks/base/core/java/android/view/inputmethod/
InputBinding.java 90 public InputConnection getConnection() {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPDebuggeeWrapper.java 84 public TransportWrapper getConnection() {
85 return vmMirror.getConnection();
  /libcore/luni/src/test/java/libcore/javax/sql/
OldConnectionEventTest.java 54 public Connection getConnection() throws SQLException {
  /libcore/luni/src/test/java/tests/support/
Support_SQL.java 75 public static Connection getConnection() throws SQLException {
77 return DriverManager.getConnection(Support_SQL.sqlUrl,
85 public static Connection getConnection(String url, String login,
88 return DriverManager.getConnection(url, login, password);
  /packages/services/BuiltInPrintService/src/com/android/bips/p2p/
P2pMonitor.java 174 P2pConnectionProcedure getConnection() {
  /external/apache-http/android/src/android/net/http/
IdleCache.java 94 synchronized Connection getConnection(HttpHost host) {
Connection.java 119 static Connection getConnection(
RequestQueue.java 166 public Connection getConnection(Context context, HttpHost host) {
168 Connection con = mIdleCache.getConnection(host);
171 con = Connection.getConnection(mContext, host, mProxyHost,
379 Connection conn = Connection.getConnection(mContext, host, mProxyHost,
536 Connection getConnection(Context context, HttpHost host);
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
JarFileFactory.java 59 URLConnection getConnection(JarFile jarFile) throws IOException {
154 URLConnection uc = getConnection(jarFile);
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ServerSocketService.java 71 * The general idea has been to make callers to getConnection invoke accept, here is why it didn't
74 * <li>If you make getConnection a blocking method that calls accept until it finds the
80 * <li>If you make getConnection a non-blocking, polling based method then you expose yourself
132 public ListenableFuture<OpenedSocket> getConnection(UUID id) {
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 172 public Connection getConnection() throws SQLException {
  /libcore/ojluni/src/main/java/java/sql/
DriverManager.java 54 *<P> The <code>DriverManager</code> methods <code>getConnection</code> and
68 * <P>When the method <code>getConnection</code> is called,
189 public static Connection getConnection(String url,
191 return (getConnection(url, info, VMStack.getCallingClassLoader()));
208 public static Connection getConnection(String url,
219 return (getConnection(url, info, VMStack.getCallingClassLoader()));
233 public static Connection getConnection(String url)
237 return (getConnection(url, info, VMStack.getCallingClassLoader()));
537 // Worker method called by the public getConnection() methods.
538 private static Connection getConnection(
    [all...]
Statement.java 592 Connection getConnection() throws SQLException;
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapStore.java 176 public ImapConnection getConnection() {
  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
ServiceProcessController.java 160 public ServiceConnectionHandler getConnection(int index) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedStream.java 124 public FramedConnection getConnection() {

Completed in 851 milliseconds

1 2 3 4 5 6 7 8