Home
last modified time | relevance | path

Searched defs:is (Results 1 – 25 of 84) sorted by relevance

1234

/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
DDigestInputStreamTest.java95 InputStream is = new ByteArrayInputStream(myMessage); in testDigestInputStream01() local
140 InputStream is = new ByteArrayInputStream(myMessage); in testRead01() local
179 InputStream is = new ByteArrayInputStream(myMessage); in testRead02() local
220 InputStream is = new ByteArrayInputStream(myMessage); in testRead03() local
293 InputStream is = new ByteArrayInputStream(myMessage); in testRead05() local
324 InputStream is = new ByteArrayInputStream(myMessage); in testRead06() local
354 InputStream is = new ByteArrayInputStream(myMessage); in testReadbyteArrayintint01() local
396 InputStream is = new ByteArrayInputStream(myMessage); in testReadbyteArrayintint02() local
441 InputStream is = new ByteArrayInputStream(myMessage); in testReadbyteArrayintint03() local
490 InputStream is = new ByteArrayInputStream(myMessage); in testReadbyteArrayintint04() local
[all …]
/dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
DSAXParserTest.java469 InputSource is = new InputSource(new FileInputStream(list_wf[i])); in test_parseLorg_xml_sax_InputSourceLorg_xml_sax_helpers_DefaultHandler() local
477 InputSource is = new InputSource( in test_parseLorg_xml_sax_InputSourceLorg_xml_sax_helpers_DefaultHandler() local
495 InputSource is = new InputSource(new FileInputStream(list_wf[0])); in test_parseLorg_xml_sax_InputSourceLorg_xml_sax_helpers_DefaultHandler() local
502 … InputSource is = new InputSource(new BrokenInputStream(new FileInputStream(list_wf[0]), 10)); in test_parseLorg_xml_sax_InputSourceLorg_xml_sax_helpers_DefaultHandler() local
522 InputSource is = new InputSource(new FileInputStream(list_wf[i])); in testParseInputSourceHandlerBase() local
536 InputSource is = new InputSource(new FileInputStream(list_nwf[i])); in testParseInputSourceHandlerBase() local
561 InputSource is = new InputSource(new FileInputStream(list_wf[0])); in testParseInputSourceHandlerBase() local
575 InputSource is = new InputSource(new InputStreamReader( in testParseInputSourceHandlerBase() local
590 InputSource is = new InputSource(list_wf[0].toURI().toString()); in testParseInputSourceHandlerBase() local
604 InputStream is = new BrokenInputStream( in testParseInputSourceHandlerBase() local
[all …]
DDocumentBuilderTest.java103 public Document parse(InputSource is) throws SAXException, IOException { in parse()
366 InputStream is = getClass().getResourceAsStream("/simple.xml"); in test_parseLjava_io_InputStream() local
433 InputSource is = new InputSource(stream); in testParseInputSource() local
501 InputStream is = getClass().getResourceAsStream("/systemid.xml"); in test_parseLjava_io_InputStreamLjava_lang_String() local
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DJarInputStreamTest.java72 InputStream is = null; in test_ConstructorLjava_io_InputStream() local
118 InputStream is = new URL(jarName2).openConnection() in test_getManifest() local
147 InputStream is = new URL(jarName).openConnection().getInputStream(); in test_getNextJarEntry() local
188 InputStream is = new URL(jarName).openConnection().getInputStream(); in test_getNextJarEntry_Ex() local
227 InputStream is = new URL(intJarName).openConnection().getInputStream(); in test_JarInputStream_Integrate_Jar_getNextEntry() local
248 InputStream is = new URL(modJarName).openConnection().getInputStream(); in test_JarInputStream_Modified_Class_getNextEntry() local
281 InputStream is = new URL(modJarName).openConnection().getInputStream(); in test_JarInputStream_Modified_Manifest_MainAttributes_getNextEntry() local
315 InputStream is = new URL(modJarName).openConnection().getInputStream(); in test_JarInputStream_Modified_Manifest_EntryAttributes_getNextEntry() local
347 InputStream is = new URL(modJarName).openConnection().getInputStream(); in test_JarInputStream_Modified_SF_EntryAttributes_getNextEntry() local
377 InputStream is = new URL(modJarName).openConnection().getInputStream(); in test_JarInputStream_Modified_Class_read() local
[all …]
DManifestTest.java108 InputStream is = null; in test_ConstructorLjava_io_InputStream() local
255 InputStream is = new InputStreamImpl(); in test_readLjava_io_InputStream() local
414 InputStream is = null; in test_equals() local
455 InputStream is = null; in test_hashCode() local
478 InputStream is = null; in test_writeLjava_io_OutputStream() local
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
DGenericSignatureFormatErrorTest.java46 InputStream is = this.getClass().getResourceAsStream("dex1.bytes"); in test_readResource() local
83 InputStream is = this.getClass().getResourceAsStream("dex1.bytes"); in test_signatureFormatError() local
112 private void copy(InputStream is, OutputStream os) { in copy()
/dalvik/libcore/archive/src/main/java/java/util/zip/
DInflaterInputStream.java82 public InflaterInputStream(InputStream is) { in InflaterInputStream()
96 public InflaterInputStream(InputStream is, Inflater inf) { in InflaterInputStream()
112 public InflaterInputStream(InputStream is, Inflater inf, int bsize) { in InflaterInputStream()
232 ZipFile.RAFStream is = (ZipFile.RAFStream)in; in fill() local
DGZIPInputStream.java75 public GZIPInputStream(InputStream is) throws IOException { in GZIPInputStream()
91 public GZIPInputStream(InputStream is, int size) throws IOException { in GZIPInputStream()
DCheckedInputStream.java47 public CheckedInputStream(InputStream is, Checksum csum) { in CheckedInputStream()
/dalvik/libcore/security/src/test/java/tests/security/cert/
DCertificateFactory4Test.java85 InputStream is = Support_Resources.getResourceStream("hyts_badpem.cer"); in test_generateCertificateLjava_io_InputStream() local
111 InputStream is = certUrl.openStream(); in test_generateCertificatesLjava_io_InputStream() local
139 InputStream is = certUrl.openStream(); in test_generateCRLLjava_io_InputStream() local
166 InputStream is = certUrl.openStream(); in test_generateCRLsLjava_io_InputStream() local
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/
DProcess2Test.java93 InputStream is = process.getErrorStream(); in test_getErrorStream() local
112 InputStream is = erProcess.getErrorStream(); in test_getErrorStream() local
DProcessTest.java60 InputStream is = proc.getInputStream(); in test_getInputStream() local
105 InputStream is = proc.getInputStream(); in test_getOutputStream() local
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DInflaterInputStreamTest.java149 InputStream is = new ByteArrayInputStream(new byte[10]); in test_markI() local
167 InputStream is = new ByteArrayInputStream(new byte[10]); in test_markSupported() local
240 InputStream is = new ByteArrayInputStream(baos.toByteArray()); in test_read$BII() local
334 InputStream is = new ByteArrayInputStream(new byte[10]); in test_reset() local
354 InputStream is = Support_Resources.getStream("hyts_available.tst"); in test_skipJ() local
470 InputStream is = Support_Resources.getStream("hyts_available.tst"); in test_available() local
DZipFileTest.java44 public byte[] getAllBytesFromStream(InputStream is) throws IOException { in getAllBytesFromStream()
388 InputStream is = null; in test_getInputStreamLjava_util_zip_ZipEntry() local
478 InputStream is = Support_Resources.getStream("hyts_ZipFile.zip"); in setUp() local
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
DFtpURLInputStream.java30 private InputStream is; // Actual input stream field in FtpURLInputStream
34 public FtpURLInputStream(InputStream is, Socket controlSocket) { in FtpURLInputStream()
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
DBufferedInputStreamTest.java42 private BufferedInputStream is; field in BufferedInputStreamTest
127 testBufferedInputStream(InputStream is) throws IOException { in testBufferedInputStream()
132 testBufferedInputStream(InputStream is, int size) throws IOException { in testBufferedInputStream()
DFilterInputStreamTest.java36 public MyFilterInputStream(java.io.InputStream is) { in MyFilterInputStream()
43 private FilterInputStream is; field in FilterInputStreamTest
DObjectInputOutputStreamTest.java36 private ObjectInputStream is; field in ObjectInputOutputStreamTest
/dalvik/libcore/crypto/src/main/java/javax/crypto/
DCipherInputStream.java58 public CipherInputStream(InputStream is, Cipher c) { in CipherInputStream()
74 protected CipherInputStream(InputStream is) { in CipherInputStream()
/dalvik/libcore/support/src/test/java/tests/support/
DSupport_TestWebServer.java446 private int readOneLine(InputStream is) { in readOneLine()
484 private int readData(InputStream is, int length) { in readData()
507 private int parseStatusLine(InputStream is) { in parseStatusLine()
577 private int parseHeader(InputStream is) { in parseHeader()
615 private int readHeaders(InputStream is) { in readHeaders()
636 private int readContent(InputStream is) { in readContent()
651 InputStream is = new BufferedInputStream(s.getInputStream()); in handleClient() local
/dalvik/libcore/archive/src/main/java/java/util/jar/
DManifest.java76 public Manifest(InputStream is) throws IOException { in Manifest()
95 Manifest(InputStream is, boolean readChunks) throws IOException { in Manifest()
185 public void read(InputStream is) throws IOException { in read()
DJarFile.java79 JarFileInputStream(InputStream is, ZipEntry ze, JarVerifier ver) { in JarFileInputStream()
285 private byte[] getAllBytesFromStreamAndClose(InputStream is) throws IOException { in getAllBytesFromStreamAndClose()
325 InputStream is = super.getInputStream(manifestEntry); in getManifest() local
366 InputStream is = super.getInputStream(entry); in readMetaEntries() local
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
DResponseCacheTest.java172 InputStream is = httpCon.getInputStream(); in test_get() local
220 InputStream is = httpCon.getInputStream(); in test_put() local
276 InputStream is = null; field in ResponseCacheTest.TestCacheResponse
DExcludedProxyTest.java117 InputStream is = conn4.getInputStream(); in test_usingProxy() local
210 InputStream is = conn.getInputStream(); in test_openConnectionLjava_net_Proxy() local
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherTest.java560 InputStream is = Support_Resources.getStream(resPath); in test_update$BII() local
625 InputStream is = Support_Resources.getStream(resPath); in test_doFinal() local
694 InputStream is = Support_Resources.getStream(resPath); in loadBytes() local
1121 InputStream is = new URL(certName).openConnection().getInputStream(); in test_initILjava_security_cert_Certificate() local
1159 InputStream is = new URL(certName).openConnection().getInputStream(); in test_initILjava_security_cert_Certificate_java_security_SecureRandom() local
1369 InputStream is = new URL(certName).openConnection().getInputStream(); in test_wrap_java_security_Key() local

1234