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

1 2 3 4 5 6 7 8 9

  /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/deqp/framework/platform/lnx/X11/
tcuLnxX11Xcb.cpp 62 xcb_connection_t* connection = m_display.getConnection();
103 xcb_flush (m_display.getConnection());
104 xcb_free_colormap(m_display.getConnection(), m_colormap);
105 xcb_destroy_window(m_display.getConnection(), m_window);
114 xcb_map_window(m_display.getConnection(), m_window);
116 xcb_unmap_window(m_display.getConnection(), m_window);
119 xcb_flush (m_display.getConnection());
132 geom = xcb_get_geometry_reply(m_display.getConnection(), xcb_get_geometry(m_display.getConnection(), m_window), NULL);
142 xcb_connection_t* display = m_display.getConnection();
    [all...]
tcuLnxX11Xcb.hpp 43 xcb_connection_t* getConnection (void) { return m_connection; }
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_PooledConnection.java 33 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);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPDebuggeeWrapper.java 84 public TransportWrapper getConnection() {
85 return vmMirror.getConnection();
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
ServerSocketServiceTest.java 59 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id);
70 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id);
76 service.getConnection(id).get();
83 ListenableFuture<OpenedSocket> pendingServerConnection = service.getConnection(id);
96 service.getConnection(UUID.randomUUID());
  /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...]
  /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();
ConnPoolByRoute.java 388 closeConnection(entry.getConnection());
400 idleConnHandler.add(entry.getConnection(), validDuration, timeUnit);
441 boolean valid = idleConnHandler.remove(entry.getConnection());
448 closeConnection(entry.getConnection());
535 closeConnection(entry.getConnection());
544 idleConnHandler.remove(entry.getConnection());// not idle, but dead
656 if (!entry.getConnection().isOpen()) {
683 closeConnection(entry.getConnection());
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 142 * Class under test for Connection getConnection(String)
162 theConnection = DriverManager.getConnection(validConnectionURL);
164 assertNotNull(DriverManager.getConnection(invalidConnectionURL1));
168 theConnection = DriverManager.getConnection(element);
177 * @tests java.sql.DriverManager#getConnection(String, Properties)
181 DriverManager.getConnection("fff", //$NON-NLS-1$
189 DriverManager.getConnection(null, new Properties());
197 * Class under test for Connection getConnection(String, Properties)
220 theConnection = DriverManager.getConnection(validURL1, validProps);
227 theConnection = DriverManager.getConnection(invalidURLs[i]
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 45 conn = Support_SQL.getConnection();
138 Connection c = Support_SQL.getConnection();
247 Connection c = Support_SQL.getConnection();
276 Connection c = Support_SQL.getConnection();
294 Connection c = Support_SQL.getConnection();
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java 592 AccessibilityInteractionClient.getInstance().getConnection(mConnectionId);
636 AccessibilityInteractionClient.getInstance().getConnection(mConnectionId));
668 AccessibilityInteractionClient.getInstance().getConnection(
    [all...]
  /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/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothSocketConnFacade.java 72 private BluetoothConnection getConnection(String connID) throws IOException {
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(connID)
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteDatabaseTest.java 40 Statement statement = shadowOf(database).getConnection().createStatement();
  /frameworks/base/core/java/android/view/inputmethod/
InputBinding.java 90 public InputConnection getConnection() {
  /libcore/luni/src/test/java/libcore/java/sql/
ConnectionTest.java 34 Connection c = DriverManager.getConnection(getConnectionURL());
OldSQLTest.java 48 conn = DriverManager.getConnection("jdbc:sqlite:/" + dbFile.getPath());
  /libcore/luni/src/test/java/libcore/javax/sql/
OldConnectionEventTest.java 54 public Connection getConnection() throws SQLException {
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityInteractionClient.java 145 public static IAccessibilityServiceConnection getConnection(int connectionId) {
223 IAccessibilityServiceConnection connection = getConnection(connectionId);
265 IAccessibilityServiceConnection connection = getConnection(connectionId);
322 IAccessibilityServiceConnection connection = getConnection(connectionId);
397 IAccessibilityServiceConnection connection = getConnection(connectionId);
451 IAccessibilityServiceConnection connection = getConnection(connectionId);
504 IAccessibilityServiceConnection connection = getConnection(connectionId);
553 IAccessibilityServiceConnection connection = getConnection(connectionId);
601 IAccessibilityServiceConnection connection = getConnection(connectionId);
    [all...]

Completed in 833 milliseconds

1 2 3 4 5 6 7 8 9