| /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/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 | 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/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/mesa3d/src/panfrost/bifrost/test/ |
| D | bi_submit.c | 64 struct panfrost_bo **bos, size_t bo_count, enum bit_debug debug) in bit_submit() 118 struct panfrost_bo *bos[] = { scratch }; in bit_sanity_check() local 212 struct panfrost_bo *bos[] = { in bit_vertex() 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/igt-gpu-tools/tests/ |
| D | v3d_get_bo_offset.c | 47 struct v3d_bo *bos[2] = { variable
|
| /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/javassist/src/test/test/javassist/proxy/ |
| D | ProxySerializationTest.java | 37 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testSerialization() local 64 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testSerialization() local
|
| /external/mesa3d/include/android_stub/cutils/ |
| D | properties.h | 137 size_t bos = __bos(value); in property_get() local
|
| /external/apache-commons-io/src/test/java/org/apache/commons/io/serialization/ |
| D | MoreComplexObjectTest.java | 52 final ByteArrayOutputStream bos = closeAfterEachTest(new ByteArrayOutputStream()); in setupMoreComplexObject() local
|
| /external/caliper/examples/src/main/java/examples/ |
| D | CompressionSizeBenchmark.java | 73 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in compress() local
|
| /external/conscrypt/common/src/test/java/org/conscrypt/java/security/ |
| D | KeyFactoryTestRSACrt.java | 77 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in javaSerialization() local
|
| D | KeyFactoryTestRSA.java | 125 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in javaSerialization() local
|
| /external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/ |
| D | KeyFactoryTestRSACrt.java | 81 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in javaSerialization() local
|
| D | KeyFactoryTestRSA.java | 128 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in javaSerialization() local
|
| /external/mesa3d/src/panfrost/lib/ |
| D | pan_pool.h | 44 struct util_dynarray bos; member
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowLogTest.java | 171 final ByteArrayOutputStream bos = new ByteArrayOutputStream(); in shouldLogToProvidedStream() local 314 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in shouldLogToProvidedStreamWithTimeSupplier() local
|
| /external/javassist/src/test/javassist/proxyfactory/ |
| D | Tester.java | 48 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in test2() 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
|