Home
last modified time | relevance | path

Searched defs:baos (Results 1 – 25 of 115) sorted by relevance

12345

/external/cbor-java/src/test/java/co/nstant/in/cbor/decoder/
DLanguageTaggedStringDecoderTest.java25 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldThrowException() local
39 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testExceptionOnNotAnArray() local
53 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testExceptionOnNot2ElementArray() local
67 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testExceptionOnNotFirstElementIsString() local
81 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testExceptionOnNotSecondElementIsString() local
95 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testDecoding() local
DCborDecoderTest.java85 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldThrowOnRationalNumberDecode1() local
99 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldThrowOnRationalNumberDecode2() local
113 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldThrowOnRationalNumberDecode3() local
127 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldThrowOnRationalNumberDecode4() local
141 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldDecodeRationalNumber() local
169 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldDecodeTaggedRationalNumber() local
DByteStringDecoderTest.java22 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldDecodeChunkedByteString() local
41 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldDecodeByteString1K() local
54 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldDecodeByteString1M() local
DUnicodeStringDecoderTest.java22 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldDecodeChunkedUnicodeString() local
DUnsignedIntegerDecoderTest.java28 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in shouldDecodeBigNumbers() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DEndianUtilsTest.java221 final ByteArrayOutputStream baos = new ByteArrayOutputStream(8); in testWriteSwappedDouble() local
244 final ByteArrayOutputStream baos = new ByteArrayOutputStream(4); in testWriteSwappedFloat() local
262 final ByteArrayOutputStream baos = new ByteArrayOutputStream(4); in testWriteSwappedInteger() local
284 final ByteArrayOutputStream baos = new ByteArrayOutputStream(8); in testWriteSwappedLong() local
304 final ByteArrayOutputStream baos = new ByteArrayOutputStream(2); in testWriteSwappedShort() local
/external/kotlinx.coroutines/integration-testing/src/debugAgentTest/kotlin/
DDebugAgentTest.kt14 val baos = ByteArrayOutputStream() in <lambda>() constant
/external/kotlinx.coroutines/integration-testing/src/coreAgentTest/kotlin/
DCoreAgentTest.kt14 val baos = ByteArrayOutputStream() in <lambda>() constant
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DStreamCompressorTest.java37 final ByteArrayOutputStream baos = new ByteArrayOutputStream(); in storedEntries() local
50 final ByteArrayOutputStream baos = new ByteArrayOutputStream(); in deflatedEntries() local
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DStandaloneJarProcessor.java42 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in run() local
43 IoUtil.pipe(in.getInputStream(entry), baos, buf); in run() local
/external/kotlinx.coroutines/integration-testing/src/debugDynamicAgentTest/kotlin/
DDynamicAttachDebugTest.kt17 val baos = ByteArrayOutputStream() in testAgentDumpsCoroutines() constant
/external/volley/core/src/test/java/com/android/volley/toolbox/
DDiskBasedCacheTest.java378 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testReadHeaderListWithNegativeSize() local
392 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testReadHeaderListWithGinormousSize() local
509 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in serializeInt() local
525 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in serializeLong() local
545 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in serializeString() local
558 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in serializeHeaders() local
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/
DDumpOnTimeoutTest.kt21 val baos = ByteArrayOutputStream() in testDumpOnTimeout() constant
/external/guava/android/guava-tests/test/com/google/common/io/
DLittleEndianDataInputStreamTest.java43 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in setUp() local
130 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testSkipBytes() local
/external/guava/guava-tests/test/com/google/common/io/
DLittleEndianDataInputStreamTest.java43 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in setUp() local
130 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testSkipBytes() local
/external/okio/okio/src/jvmTest/kotlin/okio/
DOkioKotlinTest.kt35 val baos = ByteArrayOutputStream() in outputStreamSink() constant
107 val baos = ByteArrayOutputStream() in socketSink() constant
/external/grpc-grpc-java/protobuf-lite/src/test/java/io/grpc/protobuf/lite/
DProtoLiteUtilsTest.java157 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testDrainTo_all() local
175 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testDrainTo_partial() local
187 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testDrainTo_none() local
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
DInplaceFileConverter.java57 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in readIntoByteArray() local
91 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in convertIntoTempByteArray() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
DChunkedWriterTest.java30 final ByteArrayOutputStream baos = new ByteArrayOutputStream(); in getOutputStreamWriter() local
DChunkedOutputStreamTest.java35 try (ByteArrayOutputStream baos = newByteArrayOutputStream(numWrites); in defaultConstructor()
/external/jazzer-api/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/
DDeserialization.kt59 val baos = ByteArrayOutputStream() in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DStacktraceUtils.kt189 val baos = ByteArrayOutputStream() in verifyDump() constant
220 val baos = ByteArrayOutputStream() in trimPackage() constant
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHuffmanTest.java46 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in assertRoundTrip() local
/external/owasp/java-encoder/esapi/src/test/java/org/owasp/encoder/esapi/
DESAPIEncoderTest.java36 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testSerialization() local
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/issue/
DLoggerSerializationTest.java65 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testCanLoggerBeSerialized() local

12345