Home
last modified time | relevance | path

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

123

/libcore/ojluni/src/test/java/time/tck/java/time/serial/
DTCKLocalTimeSerialization.java96 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
DTCKZoneOffsetSerialization.java85 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
DTCKZonedDateTimeSerialization.java102 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format_zoneId() local
123 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format_zoneOffset() local
DTCKInstantSerialization.java84 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
DTCKYearSerialization.java85 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
DTCKLocalDateTimeSerialization.java87 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
DTCKDurationSerialization.java95 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
DTCKYearMonthSerialization.java93 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
DTCKLocalDateSerialization.java94 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
DTCKMonthDaySerialization.java92 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
DTCKOffsetTimeSerialization.java97 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
DTCKOffsetDateTimeSerialization.java97 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
DTCKZoneIdSerialization.java90 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/
DPropertiesTest.java151 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/
DOldObjectOutputStreamPutFieldTest.java75 ByteArrayOutputStream baos; in test_put() local
100 ByteArrayOutputStream baos; in test_writeLjava_io_ObjectOutputStream() local
DOldBufferedOutputStreamTest.java30 java.io.ByteArrayOutputStream baos; field in OldBufferedOutputStreamTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectInputStream2Test.java45 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
DObjectStreamFieldTest.java158 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/
DTCKChronoLocalDateSerialization.java119 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serialization_format() local
137 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_hijrahSerialization_format() local
DTCKEraSerialization.java125 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_JapaneseErasSerialization() local
DTCKChronologySerialization.java105 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_serializationBytes() local
/libcore/ojluni/src/test/java/time/tck/java/time/
DAbstractTCKTest.java103 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/
DManifestTest.java130 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/
DTCKZoneRulesSerialization.java88 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in assertSerialization() local
/libcore/ojluni/src/test/java/time/tck/java/time/temporal/serial/
DTCKValueRangeSerialization.java116 try (ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_valueRangeSerialized()

123