Home
last modified time | relevance | path

Searched refs:Driver (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/test/java/libcore/java/sql/
DDriverTest.java24 import java.sql.Driver;
43 Driver driver = getDriver(); in testDriverImplementation()
48 Driver driver = getDriver(); in testAcceptsURL()
61 Driver driver = getDriver(); in testGetPropertyInfo()
73 for (Driver driver : Collections.list(DriverManager.getDrivers())) { in testGetDrivers()
81 private Driver getDriver() throws SQLException { in getDriver()
82 Driver driver = DriverManager.getDriver(SQLITE_JDBC_URL); in getDriver()
DOldDriverPropertyInfoTest.java20 import java.sql.Driver;
52 Driver d = DriverManager.getDriver(connectionURL); in testPublicFields()
DConnectionTest.java8 import java.sql.Driver;
41 Driver driver = DriverManager.getDriver(getConnectionURL()); in testConnect()
/libcore/ojluni/src/main/java/java/sql/
DDriverManager.java251 public static Driver getDriver(String url) in getDriver()
295 public static synchronized void registerDriver(java.sql.Driver driver) in registerDriver()
318 public static synchronized void deregisterDriver(Driver driver) in deregisterDriver()
350 public static java.util.Enumeration<Driver> getDrivers() { in getDrivers()
351 java.util.Vector<Driver> result = new java.util.Vector<Driver>(); in getDrivers()
462 private static boolean isDriverAllowed(Driver driver, Class<?> caller) { in isDriverAllowed()
467 private static boolean isDriverAllowed(Driver driver, ClassLoader classLoader) { in isDriverAllowed()
502 ServiceLoader<Driver> loadedDrivers = ServiceLoader.load(Driver.class); in loadInitialDrivers()
616 final Driver driver;
617 DriverInfo(Driver driver) { in DriverInfo()
DDriver.java56 public interface Driver { interface
/libcore/luni/src/test/java/libcore/xml/
DXmlToSax2DriverTest.java37 import org.xmlpull.v1.sax2.Driver;
49 private Driver driver;
55 driver = new Driver(); in setUp()
59 Driver driver = null; in testConstructor()
61 driver = new Driver(); in testConstructor()
81 Driver driver = null; in testConstructor_parametrized()
84 driver = new Driver(parser); in testConstructor_parametrized()
478 private static class ExtendsDriver extends Driver {
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
DDriver.java44 public class Driver implements Locator, XMLReader, Attributes class
79 public Driver() throws XmlPullParserException { in Driver() method in Driver
85 public Driver(XmlPullParser pp) throws XmlPullParserException { in Driver() method in Driver
/libcore/
Dnon_openjdk_java_files.bp353 "xml/src/main/java/org/xmlpull/v1/sax2/Driver.java",
Dopenjdk_java_files.bp748 "ojluni/src/main/java/java/sql/Driver.java",
DEXPECTED_UPSTREAM737 ojluni/src/main/java/java/sql/Driver.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/java/sql/Driver.j…
/libcore/api/
Dcurrent.txt10102 public interface Driver {
10112 method public static void deregisterDriver(java.sql.Driver) throws java.sql.SQLException;
10116 method public static java.sql.Driver getDriver(String) throws java.sql.SQLException;
10117 method public static java.util.Enumeration<java.sql.Driver> getDrivers();
10122 method public static void registerDriver(java.sql.Driver) throws java.sql.SQLException;
21980 public class Driver implements org.xml.sax.Attributes org.xml.sax.Locator org.xml.sax.XMLReader {
21981 ctor public Driver() throws org.xmlpull.v1.XmlPullParserException;
21982 ctor public Driver(org.xmlpull.v1.XmlPullParser) throws org.xmlpull.v1.XmlPullParserException;