/libcore/ojluni/src/test/java/time/tck/java/time/serial/ |
D | TCKLocalTimeSerialization.java | 96 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format_h() local 107 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format_hm() local 119 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format_hms() local 132 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format_hmsn() local
|
D | TCKZoneOffsetSerialization.java | 85 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format_quarterPositive() local 96 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format_quarterNegative() local 107 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format_full() local
|
D | TCKZonedDateTimeSerialization.java | 102 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format_zoneId() local 123 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format_zoneOffset() local
|
D | TCKInstantSerialization.java | 84 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
|
D | TCKYearSerialization.java | 85 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
|
D | TCKLocalDateTimeSerialization.java | 87 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
|
D | TCKDurationSerialization.java | 95 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
|
D | TCKYearMonthSerialization.java | 93 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
|
D | TCKLocalDateSerialization.java | 94 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
|
D | TCKMonthDaySerialization.java | 92 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
|
D | TCKOffsetTimeSerialization.java | 97 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
|
D | TCKOffsetDateTimeSerialization.java | 97 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
|
D | TCKZoneIdSerialization.java | 90 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local 160 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in deserialize() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | PropertiesTest.java | 151 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_listLjava_io_PrintStream() local 181 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_listLjava_io_PrintWriter() local 965 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario0() local 974 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario1() local 983 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario2() local 992 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario3() local 1001 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario4() local 1010 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario5() local 1019 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario6() local 1028 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario7() local [all …]
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldObjectOutputStreamPutFieldTest.java | 75 ByteArrayOutputStream baos; in test_put() local 100 ByteArrayOutputStream baos; in test_writeLjava_io_ObjectOutputStream() local
|
D | OldBufferedOutputStreamTest.java | 30 java.io.ByteArrayOutputStream baos; field in OldBufferedOutputStreamTest
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | ObjectInputStream2Test.java | 45 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_readUnshared() local 70 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_readObject_Hierarchy() local 199 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_resolveClass_invalidClassName() local 254 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_sameName() local
|
D | ObjectStreamFieldTest.java | 158 ByteArrayOutputStream baos = new ByteArrayOutputStream(1024); in test_getType_Deserialized() local 179 ByteArrayOutputStream baos = new ByteArrayOutputStream(1024); in test_getType_MockObjectInputStream() local 198 ByteArrayOutputStream baos = new ByteArrayOutputStream(1024); in test_isUnshared() local 233 final ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_ObjectWithPrimitiveField() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/serial/ |
D | TCKChronoLocalDateSerialization.java | 119 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local 137 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_hijrahSerialization_format() local
|
D | TCKEraSerialization.java | 125 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_JapaneseErasSerialization() local
|
D | TCKChronologySerialization.java | 105 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serializationBytes() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | AbstractTCKTest.java | 103 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in writeThenRead() local 118 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in assertSerializedBySer() local 178 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in assertNotSerializable() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
D | ManifestTest.java | 130 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStreamConstructor() local 246 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testWrite() local 419 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testDecoding() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/zone/serial/ |
D | TCKZoneRulesSerialization.java | 88 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in assertSerialization() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/temporal/serial/ |
D | TCKValueRangeSerialization.java | 116 try (ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_valueRangeSerialized()
|