Searched refs:openStream (Results 1 - 25 of 28) sorted by relevance

12

/libcore/support/src/test/java/tests/support/
H A DSupport_GetLocal.java62 InputStream in = new URL(url).openStream();
80 InputStream in = new URL(url).openStream();
/libcore/luni/src/test/java/libcore/java/util/jar/
H A DOldManifestTest.java88 .getURL("manifest/hyts_MANIFEST.MF")).openStream());
96 "manifest/hyts_MANIFEST.MF")).openStream());
98 "manifest/hyts_MANIFEST.MF")).openStream());
113 .getURL("manifest/hyts_MANIFEST.MF")).openStream());
/libcore/dom/src/test/java/org/w3c/domts/
H A DJTidyDocumentBuilderFactory.java90 java.io.InputStream stream = url.openStream();
H A DBatikTestDocumentBuilderFactory.java132 java.io.InputStream stream = url.openStream();
H A DJAXPDOMTestDocumentBuilderFactory.java124 InputStream stream = url.openStream();
/libcore/ojluni/src/main/java/sun/net/www/protocol/gopher/
H A DHandler.java88 return new GopherClient(this).openStream(url);
H A DGopherClient.java123 InputStream openStream(URL u) throws IOException { method in class:GopherClient
/libcore/luni/src/test/java/tests/security/cert/
H A DCertificateFactory4Test.java94 InputStream is = certUrl.openStream();
116 InputStream is = certUrl.openStream();
137 InputStream is = certUrl.openStream();
/libcore/support/src/test/java/tests/util/
H A DSerializationTester.java129 input = url.openStream();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DJarURLConnectionTest.java261 is = juc.getJarFileURL().openStream();
308 InputStream is = url.openStream();
/libcore/ojluni/src/main/java/java/lang/
H A DClassLoader.java979 return url != null ? url.openStream() : null;
1001 return url != null ? url.openStream() : null;
/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLTest.java136 fileURL.openStream()), helloWorldString.getBytes().length);
289 new InputStreamReader(fileURL.openStream()), 32);
308 new InputStreamReader(invalidFile.openStream()), 32);
H A DOldURLClassLoaderTest.java274 InputStream is = res.openStream();
H A DURLConnectionTest.java1760 readAscii(server.getUrl("/").openStream(), Integer.MAX_VALUE));
1960 assertEquals("ABC", readAscii(url.openStream(), Integer.MAX_VALUE));
1961 assertEquals("DEF", readAscii(url.openStream(), Integer.MAX_VALUE));
1962 assertEquals("GHI", readAscii(url.openStream(), Integer.MAX_VALUE));
2466 url.openStream();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DClassLoaderTest.java221 is = u.openStream();
/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactoryFinder.java224 resource.openStream());
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactoryFinder.java203 xpf = loadFromServicesFile(uri, resource.toExternalForm(), resource.openStream());
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDOMTestCase.java27 doc = builder.parse(url.openStream());
/libcore/ojluni/src/main/java/java/util/
H A DServiceLoader.java297 in = u.openStream();
/libcore/ojluni/src/main/java/sun/misc/
H A DService.java221 in = u.openStream();
/libcore/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java150 InputStream in = new URL(url).openStream();
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
H A DDriver.java293 stream = url.openStream();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DControlTest.java391 Reader in = new InputStreamReader(src.openStream());
/libcore/ojluni/src/main/java/java/net/
H A DURL.java1056 public final InputStream openStream() throws java.io.IOException { method in class:URL
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
H A DJarFileTest.java394 InputStream is = new URL(jarDirUrl + "/jarlist.txt").openStream();

Completed in 1839 milliseconds

12