Searched refs:getURL (Results 1 - 20 of 20) sorted by relevance

/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/
H A DAndroidSequence.java56 URL getURL() { method in class:AndroidSequence
H A DAndroidSequencer.java249 String s = this.sequence.getURL().toExternalForm();
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/
H A DAndroidAudioInputStream.java53 URL getURL() { method in class:AndroidAudioInputStream
H A DAndroidClip.java174 String s = this.stream.getURL().toExternalForm();
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DJarInputStreamTest.java57 jarName = Support_Resources.getURL("morestuff/hyts_patch.jar");
58 jarName2 = Support_Resources.getURL("morestuff/hyts_patch2.jar");
224 String intJarName = Support_Resources.getURL("Integrate.jar");
245 String modJarName = Support_Resources.getURL("Modified_Class.jar");
277 String modJarName = Support_Resources.getURL("Modified_Manifest_MainAttributes.jar");
304 .getURL("Modified_Manifest_EntryAttributes.jar");
336 .getURL("Modified_SF_EntryAttributes.jar");
366 String modJarName = Support_Resources.getURL("Modified_Class.jar");
400 String intJarName = Support_Resources.getURL("Integrate.jar");
428 .getURL("Modified_Manifest_MainAttribute
[all...]
H A DManifestTest.java117 .getURL(MANIFEST_NAME)).openStream());
191 .getURL(MANIFEST_NAME)).openStream());
247 .getURL("manifest/hyts_MANIFEST.MF")).openStream());
260 Manifest manifest1 = new Manifest(new URL(Support_Resources.getURL(
262 Manifest manifest2 = new Manifest(new URL(Support_Resources.getURL(
280 .getURL("manifest/hyts_MANIFEST.MF")).openStream());
349 .getURL("manifest/hyts_MANIFEST.MF")).openStream());
/dalvik/libcore/sql/src/main/java/java/sql/
H A DCallableStatement.java764 public URL getURL(int parameterIndex) throws SQLException; method in interface:CallableStatement
779 public URL getURL(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java1089 public URL getURL(int columnIndex) throws SQLException; method in interface:ResultSet
1101 public URL getURL(String columnName) throws SQLException; method in interface:ResultSet
H A DDatabaseMetaData.java1978 public String getURL() throws SQLException; method in interface:DatabaseMetaData
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java277 public URL getURL() { method in class:HttpsURLConnectionImpl
278 return httpsEngine.getURL();
/dalvik/libcore/sql/src/test/java/tests/sql/
H A DResultSetGetterTests.java2110 * Test method for {@link java.sql.ResultSet#getURL(int)}.
2115 method = "getURL",
2121 URL validURL = res.getURL(29);
2130 URL invalidURL = res.getURL(30);
2138 assertNull(res.getURL(29));
2139 assertNull(res.getURL(30));
2145 res.getURL(500);
2153 * Test method for {@link java.sql.ResultSet#getURL(java.lang.String)}.
2158 method = "getURL",
2164 URL validURL = res.getURL("validUR
[all...]
/dalvik/libcore/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java43 public static String getURL(String name) { method in class:Support_Resources
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java397 jarURL = jarURLCon.getURL();
400 gifURL = gifURLCon.getURL();
1537 * @tests {@link java.net.URLConnection#getURL()}
1542 method = "getURL",
1546 assertTrue("Incorrect URL returned", uc.getURL().equals(url));
1604 htmlFileCon.getURL().toString(),
1918 uc.getURL().toString()) > 0);
1928 String url = uc2.getURL().toString();
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
H A DJDBCPreparedStatement.java479 public java.net.URL getURL(int parameterIndex) throws SQLException {
748 public java.net.URL getURL(String parameterName) throws SQLException {
H A DJDBCResultSet.java870 public java.net.URL getURL(int colIndex) throws SQLException { method in class:JDBCResultSet
888 public java.net.URL getURL(String colIndex) throws SQLException { method in class:JDBCResultSet
890 return getURL(col);
H A DJDBCDatabaseMetaData.java22 public String getURL() throws SQLException { method in class:JDBCDatabaseMetaData
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java532 public URL getURL(int columnIndex) throws SQLException { method in class:Impl_RowSet
536 public URL getURL(String columnName) throws SQLException { method in class:Impl_RowSet
/dalvik/libcore/luni/src/main/java/java/net/
H A DURLConnection.java631 public URL getURL() { method in class:URLConnection
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherTest.java1126 String certName = Support_Resources.getURL("test.cert");
1164 String certName = Support_Resources.getURL("test.cert");
1374 String certName = Support_Resources.getURL("test.cert");
/dalvik/libcore/sql/src/test/java/tests/java/sql/
H A DDatabaseMetaDataTest.java1414 * @tests java.sql.DatabaseMetaData#getURL()
1419 method = "getURL",
1424 assertEquals("Wrong url", Support_SQL.sqlUrl, meta.getURL());
1430 meta.getURL();

Completed in 288 milliseconds