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

12

/external/apache-http/src/org/apache/http/conn/
H A DClientConnectionRequest.java69 ManagedClientConnection getConnection(long timeout, TimeUnit tunit) method in interface:ClientConnectionRequest
73 * Aborts the call to {@link #getConnection(long, TimeUnit)},
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_PooledConnection.java33 public Connection getConnection() throws SQLException { method in class:Impl_PooledConnection
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DBasicPoolEntry.java78 protected final OperatedClientConnection getConnection() { method in class:BasicPoolEntry
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11Xcb.hpp43 xcb_connection_t* getConnection (void) { return m_connection; } function in class:tcu::lnx::x11::XcbDisplay
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPDebuggeeWrapper.java84 public TransportWrapper getConnection() { method in class:JDWPDebuggeeWrapper
85 return vmMirror.getConnection();
H A DVmMirror.java1780 public TransportWrapper getConnection() { method in class:VmMirror
/external/apache-http/android/src/android/net/http/
H A DIdleCache.java94 synchronized Connection getConnection(HttpHost host) { method in class:IdleCache
H A DConnection.java119 static Connection getConnection( method in class:Connection
H A DRequestQueue.java166 public Connection getConnection(Context context, HttpHost host) { method in class:RequestQueue.ActivePool
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); method in interface:RequestQueue.ConnectionManager
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DServerSocketService.java71 * 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) { method in class:ServerSocketService
/external/apache-http/src/org/apache/http/impl/conn/
H A DSingleClientConnManager.java193 public ManagedClientConnection getConnection(
195 return SingleClientConnManager.this.getConnection(
212 public ManagedClientConnection getConnection(HttpRoute route, Object state) { method in class:SingleClientConnManager
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java172 public Connection getConnection() throws SQLException { method in class:JDBCStatement
H A DJDBCDatabaseMetaData.java1446 public Connection getConnection() throws SQLException { method in class:JDBCDatabaseMetaData
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteDatabase.java341 public Connection getConnection() { method in class:ShadowSQLiteDatabase
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFramedStream.java124 public FramedConnection getConnection() { method in class:FramedStream
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpEngine.java336 public Connection getConnection() { method in class:HttpEngine
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothSocketConnFacade.java72 private BluetoothConnection getConnection(String connID) throws IOException { method in class:BluetoothSocketConnFacade
76 Log.d("BluetoothConnection:getConnection: connID=" + connID);
248 BluetoothConnection conn = getConnection(connID);
349 BluetoothConnection conn = getConnection(connID);
372 BluetoothConnection conn = getConnection(connID);
395 BluetoothConnection conn = getConnection(connID);
419 BluetoothConnection conn = getConnection(connID);
440 BluetoothConnection conn = getConnection(connID);
461 BluetoothConnection conn = getConnection(connID);
517 BluetoothConnection conn = getConnection(connI
[all...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSQLiteConnection.java361 SQLiteConnection getConnection(final long connectionPtr) { method in class:ShadowSQLiteConnection.Connections
375 getConnection(connectionPtr);
415 final SQLiteConnection connection = getConnection(connectionPtr);
431 final SQLiteConnection connection = getConnection(connectionPtr);
499 getConnection(connectionPtr); // check connection
648 final SQLiteConnection connection = getConnection(connectionPtr);
663 final SQLiteConnection connection = getConnection(connectionPtr);
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Dhibernate-entitymanager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/hibernate/ org/hibernate/ejb/ ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...

Completed in 524 milliseconds

12