/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/ |
D | BlockLZ4CompressorOutputStreamTest.java | 94 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
|
D | FramedLZ4CompressorRoundtripTest.java | 76 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in roundTripTest() local
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/ |
D | ByteUtilsTest.java | 145 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
|
D | FixedLengthBlockOutputStreamTest.java | 66 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
|
D | CountingStreamTest.java | 35 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in output() local
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/ |
D | TarArchiveOutputStreamTest.java | 102 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 …]
|
D | TarArchiveEntryTest.java | 134 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testExtraPaxHeaders() local
|
D | TarArchiveInputStreamTest.java | 174 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/ |
D | DeflateCompressorOutputStreamTest.java | 31 try (final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in canReadASingleByteFlushAndFinish()
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/ |
D | EnvironmentHelper.java | 37 ByteArrayOutputStream bos = null; in PropertiesToInputStream() local
|
/external/ksoap2/kobjects/org/ksoap2/kobjects/mime/ |
D | Decoder.java | 162 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in readContent() local 183 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in readContent() local
|
/external/caliper/examples/src/main/java/examples/ |
D | CompressionSizeBenchmark.java | 73 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in compress() local
|
/external/droiddriver/src/io/appium/droiddriver/base/ |
D | BaseUiDevice.java | 96 BufferedOutputStream bos = null; in takeScreenshot() local
|
/external/ksoap2/kobjects/org/ksoap2/kobjects/base64/ |
D | Base64.java | 120 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in decode() local
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | CompositeReadableBufferTest.java | 140 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in readStreamShouldSucceed() local
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ParseExceptionsTest.java | 73 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in setupDelimited() local
|
D | LiteralByteStringTest.java | 300 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testWriteTo() local 379 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testNewOutput() local
|
D | NioByteStringTest.java | 321 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/ |
D | Util.java | 40 try (ByteArrayOutputStream bos = new ByteArrayOutputStream(is.available())) { in readBytes()
|
/external/apache-harmony/support/src/test/java/tests/util/ |
D | SerializationTester.java | 69 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in getDeserilizedObject() local
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | GrammarSerializerFoo.java | 59 BufferedOutputStream bos = new BufferedOutputStream(fos); in open() local
|
/external/libusb/libusb/ |
D | descriptor.c | 805 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/ |
D | ZstdCompressorInputStreamTest.java | 54 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testZstdDecode() local
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/brotli/ |
D | BrotliCompressorInputStreamTest.java | 52 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testBrotliDecode() local
|
/external/droiddriver/src/io/appium/droiddriver/finders/ |
D | ByXPath.java | 199 BufferedOutputStream bos = null; in dumpDom() local
|