Home
last modified time | relevance | path

Searched refs:openStream (Results 1 – 25 of 26) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/util/jar/
DOldManifestTest.java88 .getURL("manifest/hyts_MANIFEST.MF")).openStream()); in test_clone()
96 "manifest/hyts_MANIFEST.MF")).openStream()); in test_equals()
98 "manifest/hyts_MANIFEST.MF")).openStream()); in test_equals()
113 .getURL("manifest/hyts_MANIFEST.MF")).openStream()); in test_writeLjava_io_OutputStream()
/libcore/luni/src/test/java/tests/security/cert/
DCertificateFactory4Test.java102 InputStream is = certUrl.openStream(); in test_generateCertificatesLjava_io_InputStream()
124 InputStream is = certUrl.openStream(); in test_generateCRLLjava_io_InputStream()
145 InputStream is = certUrl.openStream(); in test_generateCRLsLjava_io_InputStream()
/libcore/support/src/test/java/tests/support/
DSupport_GetLocal.java62 InputStream in = new URL(url).openStream(); in getExternalLocalFile()
80 InputStream in = new URL(url).openStream(); in getStream()
/libcore/dom/src/test/java/org/w3c/domts/
DJTidyDocumentBuilderFactory.java90 java.io.InputStream stream = url.openStream(); in load()
DBatikTestDocumentBuilderFactory.java132 java.io.InputStream stream = url.openStream(); in load()
DJAXPDOMTestDocumentBuilderFactory.java124 InputStream stream = url.openStream(); in load()
/libcore/support/src/test/java/tests/util/
DSerializationTester.java129 input = url.openStream(); in readObject()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DJarURLConnectionTest.java261 is = juc.getJarFileURL().openStream(); in test_getCertificates()
308 InputStream is = url.openStream(); in test_getURLEncodedEntry()
/libcore/ojluni/src/main/java/java/lang/
DClassLoader.java989 return url != null ? url.openStream() : null; in getResourceAsStream()
1011 return url != null ? url.openStream() : null; in getSystemResourceAsStream()
/libcore/luni/src/test/java/libcore/java/net/
DOldURLTest.java136 fileURL.openStream()), helloWorldString.getBytes().length); in testSetURLStreamHandlerFactory()
289 new InputStreamReader(fileURL.openStream()), 32); in testOpenStream()
308 new InputStreamReader(invalidFile.openStream()), 32); in testOpenStream()
DOldURLClassLoaderTest.java300 InputStream is = res.openStream(); in getResContent()
DURLConnectionTest.java2078 assertEquals("This is the first server again!", readAscii(server.getUrl("/").openStream()));
2279 assertEquals("ABC", readAscii(url.openStream()));
2280 assertEquals("DEF", readAscii(url.openStream()));
2281 assertEquals("GHI", readAscii(url.openStream()));
2795 url.openStream();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DClassLoaderTest.java221 is = u.openStream(); in assertGetResourceIsValid()
/libcore/luni/src/test/java/libcore/java/nio/file/
DFileSystemsTest.java184 try (InputStream in = getClass().getResource("/filesystemstest.jar").openStream(); in createClassLoaderForTestFileSystems()
/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java150 InputStream in = new URL(url).openStream(); in getExternalLocalFile()
/libcore/luni/src/test/java/tests/org/w3c/dom/
DDOMTestCase.java27 doc = builder.parse(url.openStream()); in load()
/libcore/luni/src/main/java/javax/xml/xpath/
DXPathFactoryFinder.java203 xpf = loadFromServicesFile(uri, resource.toExternalForm(), resource.openStream()); in _newFactory()
/libcore/luni/src/main/java/javax/xml/validation/
DSchemaFactoryFinder.java224 resource.openStream()); in _newFactory()
/libcore/ojluni/src/main/java/java/util/
DServiceLoader.java305 in = u.openStream(); in parse()
/libcore/ojluni/annotations/hiddenapi/java/net/
DURL.java168 public java.io.InputStream openStream() throws java.io.IOException { in openStream() method in URL
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
DDriver.java293 stream = url.openStream(); in parse()
/libcore/luni/src/test/java/libcore/dalvik/system/
DBaseDexClassLoaderTest.java293 try (InputStream is = url.openStream()) { in readResources()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DControlTest.java390 Reader in = new InputStreamReader(src.openStream()); in copyFile()
/libcore/ojluni/src/main/java/java/net/
DURL.java1071 public final InputStream openStream() throws java.io.IOException { in openStream() method in URL
/libcore/luni/src/test/java/libcore/java/util/
DLocaleTest.java1633 .openStream())) { in test_SerializationBug_26387905()

12