Home
last modified time | relevance | path

Searched defs:bos (Results 1 – 25 of 62) sorted by relevance

123

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/
DBlockLZ4CompressorOutputStreamTest.java94 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in canWritePairWithoutLiterals() local
103 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in writesCorrectSizeFor19ByteLengthBackReference() local
112 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in writesCorrectSizeFor273ByteLengthBackReference() local
121 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in writesCorrectSizeFor274ByteLengthBackReference() local
131 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in canWritePairWithoutBackReference() local
142 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in writesCorrectSizeFor15ByteLengthLiteral() local
156 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in writesCorrectSizeFor269ByteLengthLiteral() local
169 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in writesCorrectSizeFor270ByteLengthLiteral() local
182 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in writesCompletePair() local
DFramedLZ4CompressorRoundtripTest.java76 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in roundTripTest() local
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DByteUtilsTest.java145 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in toLittleEndianToStream() local
153 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in toLittleEndianToStreamUnsignedInt32() local
161 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in toLittleEndianToConsumer() local
169 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in toLittleEndianToConsumerUnsignedInt32() local
177 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in toLittleEndianToDataOutput() local
186 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in toLittleEndianToDataOutputUnsignedInt32() local
DFixedLengthBlockOutputStreamTest.java66 ByteArrayOutputStream bos = mock.bos; in testWriteSingleBytes() local
104 ByteArrayOutputStream bos = mock.bos; in testMultiWriteBuf() local
230 ByteArrayOutputStream bos = mock.bos; in testBuf() local
261 ByteArrayOutputStream bos = mock.bos; in testWriteAndPad() local
275 ByteArrayOutputStream bos = mock.bos; in testWriteAndPadToStream() local
305 ByteArrayOutputStream bos = new ByteArrayOutputStream(); field in FixedLengthBlockOutputStreamTest.MockOutputStream
349 ByteArrayOutputStream bos = new ByteArrayOutputStream(); field in FixedLengthBlockOutputStreamTest.MockWritableByteChannel
DCountingStreamTest.java35 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in output() local
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/
DTarArchiveOutputStreamTest.java102 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testBigNumberStarMode() local
128 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testBigNumberPosixMode() local
205 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in writePaxHeader() local
228 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testWriteLongFileNamePosixMode() local
250 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testOldEntryStarMode() local
281 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testOldEntryPosixMode() local
329 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testWriteNonAsciiPathNamePaxHeader() local
352 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testWriteNonAsciiLinkPathNamePaxHeader() local
391 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testRoundtripWith67CharFileName() local
414 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testWriteLongDirectoryNameErrorMode() local
[all …]
DTarArchiveEntryTest.java134 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testExtraPaxHeaders() local
DTarArchiveInputStreamTest.java174 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in shouldUseSpecifiedEncodingWhenReadingGNULongNames() local
260 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in shouldReadBigGid() local
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/deflate/
DDeflateCompressorOutputStreamTest.java31 try (final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in canReadASingleByteFlushAndFinish()
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
DEnvironmentHelper.java37 ByteArrayOutputStream bos = null; in PropertiesToInputStream() local
/external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
DDecoder.java162 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in readContent() local
183 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in readContent() local
/external/caliper/examples/src/main/java/examples/
DCompressionSizeBenchmark.java73 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in compress() local
/external/droiddriver/src/io/appium/droiddriver/base/
DBaseUiDevice.java96 BufferedOutputStream bos = null; in takeScreenshot() local
/external/ksoap2/kobjects/org/ksoap2/kobjects/base64/
DBase64.java120 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in decode() local
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DCompositeReadableBufferTest.java140 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in readStreamShouldSucceed() local
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DParseExceptionsTest.java73 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in setupDelimited() local
DLiteralByteStringTest.java300 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testWriteTo() local
379 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testNewOutput() local
DNioByteStringTest.java321 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testWriteTo() local
402 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testNewOutput() local
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DUtil.java40 try (ByteArrayOutputStream bos = new ByteArrayOutputStream(is.available())) { in readBytes()
/external/apache-harmony/support/src/test/java/tests/util/
DSerializationTester.java69 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in getDeserilizedObject() local
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarSerializerFoo.java59 BufferedOutputStream bos = new BufferedOutputStream(fos); in open() local
/external/libusb/libusb/
Ddescriptor.c805 struct libusb_bos_descriptor **bos, in parse_bos()
895 struct libusb_bos_descriptor **bos) in libusb_get_bos_descriptor()
943 void API_EXPORTED libusb_free_bos_descriptor(struct libusb_bos_descriptor *bos) in libusb_free_bos_descriptor()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/zstandard/
DZstdCompressorInputStreamTest.java54 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testZstdDecode() local
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/brotli/
DBrotliCompressorInputStreamTest.java52 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testBrotliDecode() local
/external/droiddriver/src/io/appium/droiddriver/finders/
DByXPath.java199 BufferedOutputStream bos = null; in dumpDom() local

123