/libcore/luni/src/main/java/java/net/ |
JarURLConnection.java | 51 private URL fileURL; 72 fileURL = new URL(url.getFile().substring(0,sepIdx)); 175 return fileURL;
|
URLClassLoader.java | 124 URL fileURL = ((JarURLConnection) url.openConnection()).getJarFileURL(); 125 String file = fileURL.getFile(); 131 URL parentURL = new URL(fileURL.getProtocol(), fileURL 132 .getHost(), fileURL.getPort(), parentFile); [all...] |
/external/webkit/Tools/MiniBrowser/gtk/ |
main.c | 113 gchar *fileURL = g_file_get_uri(gfile); 116 return fileURL;
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLConnectionTest.java | 69 private URL fileURL; 229 fileURL = createTempHelloWorldFile(); 230 fileURLCon = fileURL.openConnection(); 352 assertTrue("Incorrect content returned from fileURL: "+buf, 358 assertTrue("Incorrect content returned from fileURL: "+buf, 395 assertTrue("Incorrect content returned from fileURL", [all...] |
/external/webkit/Tools/GtkLauncher/ |
main.c | 227 gchar *fileURL = g_file_get_uri(gfile); 230 return fileURL; 245 gchar *fileURL = filenameToURL(uri); 247 webkit_web_view_load_uri(webView, fileURL ? fileURL : uri); 248 g_free(fileURL);
|
/external/webkit/Tools/WinLauncher/ |
WinLauncher.cpp | 466 TCHAR fileURL[INTERNET_MAX_URL_LENGTH]; 467 DWORD fileURLLength = sizeof(fileURL)/sizeof(fileURL[0]); 469 if (SUCCEEDED(UrlCreateFromPath(urlBStr, fileURL, &fileURLLength, 0))) 470 SysReAllocString(&urlBStr, fileURL);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
JarURLConnectionTest.java | 185 URL fileURL = new URL(BASE); 189 fileURL, juc.getJarFileURL()); 263 URL fileURL = new URL("jar:"+BASE+"!/"); 264 juc = (JarURLConnection)fileURL.openConnection();
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldJarURLConnectionTest.java | 255 URL fileURL = new URL(u.getPath().substring(0, u.getPath().indexOf("!"))); 259 fileURL));
|
OldURLTest.java | 113 URL fileURL = sampleFile.toURL(); 136 fileURL.openStream()), helloWorldString.getBytes().length); 256 URL fileURL = sampleFile.toURL(); 259 InputStream output = (InputStream) fileURL.getContent(); 283 URL fileURL = sampleFile.toURL(); 289 new InputStreamReader(fileURL.openStream()), 32); 422 URL fileURL = sampleFile.toURL(); 423 assertNotNull(fileURL); 424 assertEquals(sampleFile.getPath(),fileURL.getFile());
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerIdentityImpl.java | 271 String fileURL = sresult.getSystemId(); 273 if (fileURL.startsWith("file:///")) { 274 if (fileURL.substring(8).indexOf(":") >0) { 275 fileURL = fileURL.substring(8); 277 fileURL = fileURL.substring(7); 279 } else if (fileURL.startsWith("file:/")) { 280 if (fileURL.substring(6).indexOf(":") >0) { 281 fileURL = fileURL.substring(6) [all...] |
TransformerImpl.java | [all...] |
/prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/ |
internal-plugins-1.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar | |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar | |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-equinox-common-3.6.0.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/ |
org-eclipse-equinox-common-3.6.0.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |