/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
D | JarFileTest.java | 263 InputStream is = jarFile.getInputStream(entry); in testGetJarEntry() 290 InputStream is = jarFile.getInputStream(jarFile.getEntry(JAR1_ENTRY1)); in testGetManifest() 361 is = jf.getInputStream(new JarEntry("invalid")); in testGetInputStream() 364 is = jf.getInputStream(jf.getEntry(JAR1_ENTRY1)); in testGetInputStream() 387 InputStream in = jar.getInputStream(entry); in testInputStreamOperations() 393 in = jar.getInputStream(entry); in testInputStreamOperations() 403 in = jar.getInputStream(entry); in testInputStreamOperations() 440 jarFile.getInputStream(zipEntry); in testJar14() 453 jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE); in testJarVerification() 467 jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE); in testJarVerificationModifiedEntry() [all …]
|
D | JarInputStreamTest.java | 60 InputStream is = new URL(jarName).openConnection().getInputStream(); in test_ConstructorLjava_io_InputStream() 99 InputStream is = new URL(jarName).openConnection().getInputStream(); in test_getNextJarEntry_Ex() 136 InputStream is = new URL(jarName2).openConnection().getInputStream(); in test_getManifest() 141 is = new URL(jarName).openConnection().getInputStream(); in test_getManifest() 154 InputStream is = new URL(jarName).openConnection().getInputStream(); in test_getNextJarEntry() 168 .getInputStream(); in test_JarInputStream_Integrate_Jar_getNextEntry() 184 .getInputStream(); in test_JarInputStream_Modified_Class_getNextEntry() 211 .getInputStream(); in test_JarInputStream_Modified_Manifest_MainAttributes_getNextEntry() 232 .getInputStream(); in test_JarInputStream_Modified_Manifest_EntryAttributes_getNextEntry() 259 .getInputStream(); in test_JarInputStream_Modified_SF_EntryAttributes_getNextEntry() [all …]
|
D | JarEntryTest.java | 134 InputStream in = jarFile.getInputStream(jarEntry1); in test_getCertificates() 157 InputStream in = jarFile.getInputStream(jarEntry); in test_getCodeSigners()
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_HttpTests.java | 74 is = connector.getInputStream(); in runTests() 94 is = connector.getInputStream(); in runTests() 150 is = connector.getInputStream(); in runTests() 176 is = connector.getInputStream(); in runTests() 205 is = connector.getInputStream(); in runTests() 235 is = connector.getInputStream(); in runTests() 264 is = connector.getInputStream(); in runTests() 293 is = connector.getInputStream(); in runTests() 333 is = connector.getInputStream(); in runTests() 384 is = connector.getInputStream(); in runTests() [all …]
|
D | Support_HttpSocket.java | 38 public InputStream getInputStream() throws IOException { in getInputStream() method in Support_HttpSocket 40 return instance.getInputStream(); in getInputStream()
|
D | Support_URLConnector.java | 52 public InputStream getInputStream() throws IOException { in getInputStream() method in Support_URLConnector 57 return instance.getInputStream(); in getInputStream()
|
D | Support_Socket.java | 29 public InputStream getInputStream() throws IOException; in getInputStream() method
|
D | Support_HttpConnector.java | 35 public InputStream getInputStream() throws IOException; in getInputStream() method
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
D | ZipFileTest.java | 140 zfile.getInputStream(zfile.getEntry("ztest/file1.txt")); in test_close() 188 in = zfile.getInputStream(zentry); in test_getEntryLjava_lang_String() 197 in = zfile.getInputStream(zentry); in test_getEntryLjava_lang_String() 206 in = zfile.getInputStream(zentry); in test_getEntryLjava_lang_String() 236 is = zfile.getInputStream(zentry); in test_getInputStreamLjava_util_zip_ZipEntry() 275 InputStream is = zfile.getInputStream(zentry); in test_reset() 294 is = zfile.getInputStream(zentry2); in test_reset() 304 is = zfile.getInputStream(zentry2); in test_reset() 321 InputStream is = zfile.getInputStream(zentry); in test_reset_subtest0() 342 is = zfile.getInputStream(zentry2); in test_reset_subtest0()
|
D | GZIPInputStreamTest.java | 65 .openConnection().getInputStream()); in test_ConstructorLjava_io_InputStream() 89 .openConnection().getInputStream(), 200); in test_ConstructorLjava_io_InputStreamI() 98 .openConnection().getInputStream(), 0); in test_ConstructorLjava_io_InputStreamI() 108 .openConnection().getInputStream(), 200); in test_ConstructorLjava_io_InputStreamI() 137 .openConnection().getInputStream()); in test_read$BII() 256 .openConnection().getInputStream()); in test_close()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | ExcludedProxyTest.java | 52 conn1.getInputStream(); in test_usingProxy() 59 conn3.getInputStream(); in test_usingProxy() 79 InputStream is2 = conn2.getInputStream(); in test_usingProxy() 102 InputStream is = conn4.getInputStream(); in test_usingProxy() 128 s.getInputStream(); in test_Constructor() 145 s.getInputStream(); in test_Constructor() 181 InputStream is = conn.getInputStream(); in test_openConnectionLjava_net_Proxy()
|
D | JarURLConnectionTest.java | 161 InputStream in = connection.getInputStream(); in test_setUseCaches() 174 connection.getInputStream(); in test_setUseCaches() 226 InputStream is = conn.getInputStream(); in test_getInputStream_DeleteJarFileUsingURLConnection() 257 InputStream is =juc.getInputStream(); in test_getCertificates()
|
D | SocketTest.java | 679 InputStream is = client.getInputStream(); in test_getInputStream() 815 InputStream in = worker.getInputStream(); in test_getOutputStream() 1121 InputStream theInput = client.getInputStream(); in test_isInputShutdown() 1158 InputStream theInput = client.getInputStream(); in test_isOutputShutdown() 1231 InputStream theInput = client.getInputStream(); in test_sendUrgentDataI() 1287 theInput = client.getInputStream(); in test_sendUrgentDataI() 1346 theInput = client.getInputStream(); in test_sendUrgentDataI() 1392 theInput = client.getInputStream(); in test_sendUrgentDataI() 1552 InputStream theInput = client.getInputStream(); in test_shutdownInput()
|
/external/mockwebserver/src/test/java/com/google/mockwebserver/ |
D | MockWebServerTest.java | 49 InputStream in = connection.getInputStream(); in testRegularResponse() 68 InputStream in = connection.getInputStream(); in testRedirect() 86 InputStream in = connection.getInputStream(); in testNonHexadecimalChunkSize() 105 InputStream in = urlConnection.getInputStream(); in testResponseTimeout() 116 InputStream in2 = urlConnection2.getInputStream(); in testResponseTimeout()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/ |
D | FileURLConnectionTest.java | 58 assertNotNull(conn.getInputStream()); in testGetInputStream() 64 assertNotNull(conn.getInputStream()); in testGetInputStream() 72 assertNotNull(conn.getInputStream()); in testHeaderFunctions() 78 assertNotNull(conn.getInputStream()); in testHeaderFunctions()
|
/external/javassist/src/main/javassist/ |
D | URLClassPath.java | 80 return con.getInputStream(); in openClassfile() 104 InputStream is = con.getInputStream(); in find() 137 InputStream s = con.getInputStream(); in fetchClass()
|
/external/proguard/src/proguard/io/ |
D | RenamedDataEntry.java | 59 public InputStream getInputStream() throws IOException in getInputStream() method in RenamedDataEntry 61 return dataEntry.getInputStream(); in getInputStream()
|
D | DataEntry.java | 48 public InputStream getInputStream() throws IOException; in getInputStream() method
|
D | JarReader.java | 50 ZipInputStream zipInputStream = new ZipInputStream(dataEntry.getInputStream()); in read()
|
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/ |
D | UnixSocketTest.java | 52 InputStream in = worker.getInputStream(); in test_getInputStream() 58 InputStream clientIn = pingClient.getInputStream(); in test_getInputStream()
|
/external/antlr/src/org/antlr/runtime/ |
D | CommonToken.java | 79 input = oldToken.getInputStream(); in CommonToken() 167 public CharStream getInputStream() { in getInputStream() method in CommonToken
|
D | Token.java | 90 public CharStream getInputStream(); in getInputStream() method
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | ProcessTest.java | 47 InputStream is = proc.getInputStream(); in test_getInputStream() 94 InputStream is = proc.getInputStream(); in test_getOutputStream()
|
D | Process2Test.java | 38 InputStream in = p.getInputStream(); in test_isBufferedStreams()
|
/external/javassist/src/main/javassist/tools/rmi/ |
D | ObjectImporter.java | 165 InputStream in = new BufferedInputStream(sock.getInputStream()); in lookupObject() 237 InputStream ins = new BufferedInputStream(sock.getInputStream()); in call()
|