Home
last modified time | relevance | path

Searched defs:bytesOut (Results 1 – 25 of 136) sorted by relevance

123456

/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/zip/
H A DOldAndroidZipStreamTest.java33 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in testZipStream() local
90 private static void createCompressedZip(ByteArrayOutputStream bytesOut) throws IOException { in createCompressedZip()
112 private static void createUncompressedZip(ByteArrayOutputStream bytesOut) throws IOException { in createUncompressedZip()
H A DOldAndroidGZIPStreamTest.java33 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in testGZIPStream() local
83 static void createGZIP(ByteArrayOutputStream bytesOut) throws IOException { in createGZIP()
H A DGZIPOutputStreamTest.java52 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in gzip() local
H A DZipOutputStreamTest.java64 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in zip() local
H A DZipInputStreamTest.java160 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in zip() local
H A DOldAndroidZipFileTest.java77 static void createCompressedZip(OutputStream bytesOut) throws IOException { in createCompressedZip()
/aosp_15_r20/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DHpackRoundTripTest.java44 private Buffer bytesOut = new Buffer(); field in HpackRoundTripTest
/aosp_15_r20/dalvik/dx/junit-tests/com/android/dx/merge/
H A DDexMergerTest.java83 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in readEntireStream() local
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/
H A DJavaSerializationTest.java72 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in serializedCopy() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/
H A DAbstractRandomGenerator.java94 int bytesOut = 0; in nextBytes() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DAbstractRandomGenerator.java107 int bytesOut = 0; in nextBytes() local
/aosp_15_r20/libcore/benchmarks/src/benchmarks/
H A DXmlParseBenchmark.java76 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in getXmlBytes() local
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/internal/
H A DFileSystem.kt66 sink(target).buffer().use { bytesOut -> in commonCopy() method
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/
H A DKxmlSerializerTest.java85 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in newSerializer() local
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/testframework/
H A DWrapperTester.java191 private final ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); field in WrapperTester.ClosableByteArrayOutputStream
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/
H A DOldOutputStreamWriterTest.java300 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in testEncodeCharset() local
/aosp_15_r20/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DMockResponse.java191 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in setChunkedBody() local
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DHpackTest.java35 private Buffer bytesOut = new Buffer(); field in HpackTest
H A DHttpOverSpdyTest.java435 Buffer bytesOut = new Buffer(); in gzip() local
H A DMockSpdyPeer.java48 private final Buffer bytesOut = new Buffer(); field in MockSpdyPeer
/aosp_15_r20/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DMockResponse.java168 Buffer bytesOut = new Buffer(); in setChunkedBody() local
/aosp_15_r20/external/bzip2/
H A Dbzip2recover.c66 MaybeUInt64 bytesOut = 0; variable
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/test/java/io/grpc/okhttp/internal/framed/
H A DHpackTest.java47 private Buffer bytesOut = new Buffer(); field in HpackTest
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
H A DFixedLengthBlockOutputStreamTest.java364 int bytesOut = src.remaining(); in write() local
/aosp_15_r20/dalvik/dx/src/com/android/dex/
H A DDex.java131 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in loadFrom() local

123456