HomeSort by relevance Sort by last modified time
    Searched defs:fileURL (Results 1 - 25 of 50) sorted by null

1 2

  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 66 private URL fileURL;
230 fileURL = createTempHelloWorldFile();
231 fileURLCon = fileURL.openConnection();
353 assertTrue("Incorrect content returned from fileURL: "+buf,
359 assertTrue("Incorrect content returned from fileURL: "+buf,
397 assertTrue("Incorrect content returned from fileURL",
943 fileURL.toString()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
JarURLConnectionTest.java 259 URL fileURL = copyAndOpenResourceStream("lf.jar", "");
260 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/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /prebuilts/tools/common/m2/repository/commons-digester/commons-digester/1.6/
commons-digester-1.6.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.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/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/
internal-plugins-1.0.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.1/
internal-plugins-1.1.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 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 187 milliseconds

1 2