OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytesIn
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidGZIPStreamTest.java
54
ByteArrayInputStream
bytesIn
= new ByteArrayInputStream(zipData);
55
scanGZIP(
bytesIn
);
94
static void scanGZIP(ByteArrayInputStream
bytesIn
) throws IOException {
95
GZIPInputStream in = new GZIPInputStream(
bytesIn
);
OldAndroidZipStreamTest.java
53
ByteArrayInputStream
bytesIn
= new ByteArrayInputStream(zipData);
54
scanZip(
bytesIn
);
61
bytesIn
= new ByteArrayInputStream(zipData);
62
scanZip(
bytesIn
);
138
private static void scanZip(ByteArrayInputStream
bytesIn
) throws IOException {
139
ZipInputStream in = new ZipInputStream(
bytesIn
);
/libcore/luni/src/test/java/libcore/java/io/
OldOutputStreamWriterTest.java
306
ByteArrayInputStream
bytesIn
= new ByteArrayInputStream(bytesOut.toByteArray());
307
InputStreamReader charsIn = new InputStreamReader(
bytesIn
, charset);
314
bytesIn
= new ByteArrayInputStream(bytesOut.toByteArray());
315
charsIn = new InputStreamReader(
bytesIn
, charset);
/external/bzip2/
bzip2recover.c
67
MaybeUInt64
bytesIn
= 0;
Completed in 311 milliseconds