| /dalvik/libcore/support/src/test/java/tests/support/ |
| D | Support_ClassLoader.java | 31 public abstract ClassLoader getClassLoader(URL url, ClassLoader parent); in getClassLoader() 33 public static ClassLoader getInstance(URL url, ClassLoader parent) { in getInstance() 68 public ClassLoader getClassLoader(URL url, ClassLoader parent) { in getClassLoader() 80 public ClassLoader getClassLoader(URL url, ClassLoader parent) { in getClassLoader()
|
| D | Support_GetLocal.java | 37 public static File getLocalFile(String url) throws IOException, in getLocalFile() 58 public static File getExternalLocalFile(String url) throws IOException, in getExternalLocalFile() 78 static ByteArrayInputStream getStream(String url) throws IOException, in getStream()
|
| /dalvik/libcore/sql/src/main/java/java/sql/ |
| D | Driver.java | 52 public boolean acceptsURL(String url) throws SQLException; in acceptsURL() 70 public Connection connect(String url, Properties info) throws SQLException; in connect() 109 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) in getPropertyInfo()
|
| D | DriverManager.java | 153 public static Connection getConnection(String url) throws SQLException { in getConnection() 175 public static Connection getConnection(String url, Properties info) in getConnection() 217 public static Connection getConnection(String url, String user, in getConnection() 239 public static Driver getDriver(String url) throws SQLException { in getDriver()
|
| /dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/ |
| D | AndroidAudioInputStream.java | 35 private URL url; field in AndroidAudioInputStream 42 public AndroidAudioInputStream(URL url) { in AndroidAudioInputStream()
|
| D | AndroidAudioFileReader.java | 51 public AudioFileFormat getAudioFileFormat(URL url) throws UnsupportedAudioFileException, in getAudioFileFormat() 84 public AudioInputStream getAudioInputStream(URL url) throws UnsupportedAudioFileException, in getAudioInputStream()
|
| /dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/ |
| D | AndroidSequence.java | 35 private URL url; field in AndroidSequence 45 public AndroidSequence(URL url) throws InvalidMidiDataException { in AndroidSequence()
|
| D | AndroidMidiFileReader.java | 50 public MidiFileFormat getMidiFileFormat(URL url) throws InvalidMidiDataException, IOException { in getMidiFileFormat() 80 public Sequence getSequence(URL url) throws InvalidMidiDataException, IOException { in getSequence()
|
| /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/ |
| D | Handler.java | 34 protected URLConnection openConnection(URL url) throws IOException { in openConnection() 39 protected URLConnection openConnection(URL url, Proxy proxy) in openConnection()
|
| /dalvik/libcore/sql/src/main/java/SQLite/ |
| D | JDBCDriver.java | 62 public boolean acceptsURL(String url) throws SQLException { in acceptsURL() 67 public Connection connect(String url, Properties info) in connect() 98 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) in getPropertyInfo()
|
| /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
| D | HttpsURLConnectionTest.java | 84 URL url = new URL("https://localhost:55555"); in test_getCipherSuite() local 115 URL url = new URL("https://localhost:55555"); in test_getLocalCertificates() local 200 URL url = new URL("https://localhost:55555"); in test_getLocalPrincipal() local 233 URL url = new URL("https://localhost:55555"); in test_getPeerPrincipal() local 272 URL url = new URL("https://localhost:55555"); in test_getServerCertificates() local 421 public MyHttpsURLConnection(URL url) { in MyHttpsURLConnection() 425 public MyHttpsURLConnection(URL url, String type) { in MyHttpsURLConnection()
|
| /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
| D | TestHelper_Driver1.java | 55 public boolean acceptsURL(String url) throws SQLException { in acceptsURL() 76 public Connection connect(String url, Properties info) throws SQLException { in connect() 105 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) in getPropertyInfo()
|
| D | TestHelper_Driver4.java | 53 public boolean acceptsURL(String url) throws SQLException { in acceptsURL() 74 public Connection connect(String url, Properties info) throws SQLException { in connect() 121 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) in getPropertyInfo()
|
| /dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/spi/ |
| D | MidiFileReader.java | 37 public abstract MidiFileFormat getMidiFileFormat(URL url) in getMidiFileFormat() 46 public abstract Sequence getSequence(URL url) in getSequence()
|
| D | SoundbankReader.java | 36 public abstract Soundbank getSoundbank(URL url) in getSoundbank()
|
| /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/spi/ |
| D | AudioFileReader.java | 37 public abstract AudioFileFormat getAudioFileFormat(URL url) in getAudioFileFormat() 46 public abstract AudioInputStream getAudioInputStream(URL url) in getAudioInputStream()
|
| /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/ |
| D | Handler.java | 44 public URLConnection openConnection(URL url) throws IOException { in openConnection() 66 public URLConnection openConnection(URL url, Proxy proxy) in openConnection()
|
| /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/ |
| D | Handler.java | 60 protected void parseURL(URL url, String spec, int start, int limit) { in parseURL() 101 protected String toExternalForm(URL url) { in toExternalForm()
|
| /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
| D | HttpsURLConnectionTest.java | 181 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testHttpsConnection() local 241 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testHttpsConnection_Not_Found_Response() local 294 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testSetDefaultSSLSocketFactory() local 343 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testSetSSLSocketFactory() local 414 URL url = new URL("https://localhost:55555"); in testUnconnectedStateParameters() local 468 URL url = new URL("https://localhost:" + ss.getLocalPort()); in testSetHostnameVerifier() local 519 URL url = new URL("https://localhost:" + ss.getLocalPort()); in test_doOutput() local 575 URL url = new URL("https://requested.host:55556/requested.data"); in testProxyConnection() local 641 URL url = new URL("https://requested.host:55555/requested.data"); in testProxyAuthConnection() local 701 URL url = new URL("https://requested.host:55555/requested.data"); in testConsequentProxyConnection() local [all …]
|
| /dalvik/libcore/tools/integrate/ |
| D | Svn.java | 22 public void checkOut(int version, String url) { in checkOut()
|
| /dalvik/libcore/luni/src/main/java/java/net/ |
| D | URLClassLoader.java | 120 static IndexFile readIndexFile(JarFile jf, JarEntry indexEntry, URL url) { in readIndexFile() 184 private static URL getParentURL(URL url) throws IOException { in getParentURL() 207 URL url; field in URLClassLoader.URLHandler 210 public URLHandler(URL url) { in URLHandler() 313 public URLJarHandler(URL url, URL jarURL, JarFile jf, String prefixName) { in URLJarHandler() 322 public URLJarHandler(URL url, URL jarURL, JarFile jf, String prefixName, IndexFile index) { in URLJarHandler() 479 private synchronized URLHandler getSubHandler(URL url) { in getSubHandler() 498 private URLHandler createURLSubJarHandler(URL url) { in createURLSubJarHandler() 532 public URLFileHandler(URL url) { in URLFileHandler() 648 protected void addURL(URL url) { in addURL() [all …]
|
| /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
| D | ContentHandlerFactoryTest.java | 58 URL url = new URL("http://" + in test_createContentHandler() local 98 URL url; in test_createContentHandler() local
|
| D | HttpURLConnectionTest.java | 52 URL url; field in HttpURLConnectionTest 85 URL url = new URL(unknownURL); in test_getResponseCode() local 113 URL url = new URL(unknownURL); in test_getResponseMessage() local 751 URL url = new URL(unknownURL); in test_getErrorStream() local 856 URL url = new URL("http://" + Support_Configuration.SpecialInetTestAddress); in test_requestMethod() local 888 protected MyHttpURLConnection(URL url) { in MyHttpURLConnection() 924 URL url = new URL(unknownURL); in test_Permission() local 947 URL url = new URL("file://newFile.txt"); in test_Constructor() local 1094 protected MockHttpConnection(URL url) { in MockHttpConnection()
|
| /dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
| D | JarURLConnectionTest.java | 210 URL url = new URL("jar:file:///bar.jar!/foo.jar!/Bugs/HelloWorld.class"); in test_getEntryName() local 263 URL url = null; in test_getJarFile() local 358 URL url = new URL("jar:file:" + file.getPath() + "!/HasAttributes.txt"); in test_setUseCaches() local 403 URL url = new URL("jar:file:///bar.jar!/foo.jar!/Bugs/HelloWorld.class"); in test_getJarFileURL() local 464 URL url = new URL("jar:file:" + jarFileName + "!/" + entry); in test_getInputStream_DeleteJarFileUsingURLConnection() local 494 URL url = new URL("jar:file:" + jarFileName + "!/" + entry); in test_Constructor() local
|
| /dalvik/libcore/support/src/test/java/tests/support/resource/ |
| D | Support_Resources.java | 53 URL url = null; in getURL() local 130 public static File getExternalLocalFile(String url) throws IOException, in getExternalLocalFile() 197 URL url = ClassLoader.getSystemClassLoader().getResource(name); in getAbsoluteResourcePath() local
|