Home
last modified time | relevance | path

Searched defs:url (Results 1 – 25 of 81) sorted by relevance

1234

/dalvik/libcore/support/src/test/java/tests/support/
DSupport_ClassLoader.java31 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()
DSupport_GetLocal.java37 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/
DDriver.java52 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()
DDriverManager.java153 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/
DAndroidAudioInputStream.java35 private URL url; field in AndroidAudioInputStream
42 public AndroidAudioInputStream(URL url) { in AndroidAudioInputStream()
DAndroidAudioFileReader.java51 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/
DAndroidSequence.java35 private URL url; field in AndroidSequence
45 public AndroidSequence(URL url) throws InvalidMidiDataException { in AndroidSequence()
DAndroidMidiFileReader.java50 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/
DHandler.java34 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/
DJDBCDriver.java62 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/
DHttpsURLConnectionTest.java84 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/
DTestHelper_Driver1.java55 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()
DTestHelper_Driver4.java53 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/
DMidiFileReader.java37 public abstract MidiFileFormat getMidiFileFormat(URL url) in getMidiFileFormat()
46 public abstract Sequence getSequence(URL url) in getSequence()
DSoundbankReader.java36 public abstract Soundbank getSoundbank(URL url) in getSoundbank()
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/spi/
DAudioFileReader.java37 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/
DHandler.java44 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/
DHandler.java60 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/
DHttpsURLConnectionTest.java181 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/
DSvn.java22 public void checkOut(int version, String url) { in checkOut()
/dalvik/libcore/luni/src/main/java/java/net/
DURLClassLoader.java120 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/
DContentHandlerFactoryTest.java58 URL url = new URL("http://" + in test_createContentHandler() local
98 URL url; in test_createContentHandler() local
DHttpURLConnectionTest.java52 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/
DJarURLConnectionTest.java210 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/
DSupport_Resources.java53 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

1234