/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | PropertiesTest.java | 148 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_listLjava_io_PrintStream() local 178 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_listLjava_io_PrintWriter() local 962 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario0() local 971 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario1() local 980 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario2() local 989 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario3() local 998 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario4() local 1007 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario5() local 1016 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStore_scenario6() local 1025 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
|
D | OldOutputStreamWriterTest.java | 340 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_write$CII() local 485 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_writeLjava_lang_StringII() local
|
D | OutputStreamWriterTest.java | 53 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testFlush() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | ObjectInputStream2Test.java | 40 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_readUnshared() local 65 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_readObject_Hierarchy() local 194 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_resolveClass_invalidClassName() 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
|
D | BufferedOutputStreamTest.java | 30 java.io.ByteArrayOutputStream baos; field in BufferedOutputStreamTest
|
D | ObjectOutputStreamTest.java | 971 ByteArrayOutputStream baos = new ByteArrayOutputStream(1024); in test_writeObject_Exception() local 1137 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_writeUnshared() local 1168 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_writeUnshared2() local 1224 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_replaceObject() 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/luni/src/main/java/java/security/ |
D | SignedObject.java | 76 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in SignedObject() local
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | DeflaterOutputStreamTest.java | 117 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testSyncFlushDeflater() local
|
D | ZipFileTest.java | 105 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testDuplicateEntries() local 134 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testStoredEntrySize() local
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | PreferencesTest.java | 95 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testHtmlEncoding() local
|
D | OldAbstractPreferencesTest.java | 981 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testExportNode() local 1031 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testExportSubtree() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | SerializationBenchmark.java | 28 ByteArrayOutputStream baos = new ByteArrayOutputStream(1024); in bytes() local 85 ByteArrayOutputStream baos = new ByteArrayOutputStream(1024); in timeWriteNoObjects() local 106 ByteArrayOutputStream baos = new ByteArrayOutputStream(1024); in writeSingleObject() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | SystemTest.java | 51 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testLineSeparator() local
|
D | OldThreadTest.java | 74 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_dumpStack() local
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | CipherOutputStream1Test.java | 195 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_ConstructorLjava_io_OutputStreamLjavax_crypto_Cipher() local
|
D | CipherTest.java | 338 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_update$BII() local 396 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_doFinal() local
|
D | SealedObjectTest.java | 182 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testGetAlgorithmAfterSerialization() local
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
D | OldManifestTest.java | 116 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_writeLjava_io_OutputStream() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | GZIPInputStreamTest.java | 205 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_read$BII() local
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
D | ObjectInputStreamTest.java | 154 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_ClassDescriptor() local 1082 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_resolveClass() local 1122 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_resolveObjectLjava_lang_Object() local 1143 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_readClassDescriptor() local 1300 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_registerValidation() local
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | CertificateFactoryTest.java | 215 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in test_generateCertificate_AnyLineLength_Success() local 500 ByteArrayOutputStream baos = new ByteArrayOutputStream(); in testCertPathEncoding() local
|