/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | FileOutputStreamTest.java | 37 private FileOutputStream fos; field in FileOutputStreamTest 293 try (FileOutputStream fos = new FileOutputStream(tmpfile)) { in test_getChannel() 305 FileOutputStream fos = new FileOutputStream(tmpfile, true); in test_getChannel_Append() local 326 FileOutputStream fos = new FileOutputStream(tmpfile, false); in test_getChannel_UnAppend() local 347 FileOutputStream fos = new FileOutputStream(tmpfile, false); in test_getChannel_Unappend_Unappend() local 361 FileOutputStream fos = new FileOutputStream(tmpfile, false); in test_getChannel_Unappend_Append() local 375 FileOutputStream fos = new FileOutputStream(tmpfile, true); in test_getChannel_Append_Unappend() local 389 FileOutputStream fos = new FileOutputStream(tmpfile, true); in test_getChanne_Append_Append() local
|
D | FileDescriptorTest.java | 34 FileOutputStream fos = null; in test_sync() local 76 FileOutputStream fos = null; in test_valid() local
|
D | FileTest.java | 305 FileOutputStream fos = new FileOutputStream(f); in test_canRead() local 320 FileOutputStream fos = new FileOutputStream(f); in test_canWrite() local 627 FileOutputStream fos = new FileOutputStream(f); in test_delete() local 696 FileOutputStream fos = new FileOutputStream(f); in test_exists() local 775 FileOutputStream fos = new FileOutputStream(f); in test_getCanonicalFile() local 847 FileOutputStream fos = new FileOutputStream(f1); in test_getCanonicalPath() local 1111 FileOutputStream fos = new FileOutputStream(f); in test_isFile() local 1142 FileOutputStream fos = new FileOutputStream(f); in test_lastModified() local 1158 FileOutputStream fos = new FileOutputStream(f); in test_length() local 1209 FileOutputStream fos = new FileOutputStream(file); in test_list() local [all …]
|
D | SyncFailedExceptionTest.java | 35 FileOutputStream fos = new FileOutputStream(f.getAbsolutePath()); in test_ConstructorLjava_lang_String() local
|
D | RandomAccessFileTest.java | 211 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read() local 226 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read$B() local 245 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read$BII() local 894 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read_$BII_IndexOutOfBoundsException() local 913 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read_$BII_IOException() local 928 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read_$B_IOException() local
|
D | FileInputStreamTest.java | 98 FileOutputStream fos = null; in setUp() local 122 FileOutputStream fos = new FileOutputStream(fileName); in test_ConstructorLjava_io_FileDescriptor() local
|
D | OpenRandomFileTest.java | 40 FileOutputStream fos = new FileOutputStream(file); in testOpenNonEmptyFile() local
|
D | FilterInputStreamTest.java | 101 OutputStream fos = new FileOutputStream(temp.getAbsolutePath()); in setUp() local
|
D | FileWriterTest.java | 35 private FileOutputStream fos; field in FileWriterTest
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | DeflaterOutputStreamTest.java | 94 FileOutputStream fos = new FileOutputStream(f1); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_Deflater() local 121 FileOutputStream fos = new FileOutputStream(f1); in test_ConstructorLjava_io_OutputStream() local 144 FileOutputStream fos = new FileOutputStream(f1); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_DeflaterI() local 201 FileOutputStream fos = new FileOutputStream(f1); in test_close() local 307 FileOutputStream fos = new FileOutputStream(f1); in test_writeI() local 429 FileOutputStream fos = new FileOutputStream(f1); in test_deflate() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
D | JarOutputStreamTest.java | 43 FileOutputStream fos = new FileOutputStream(fooJar); in test_JarOutputStreamLjava_io_OutputStreamLjava_util_jar_Manifest() local 70 FileOutputStream fos = new FileOutputStream(fooJar); in test_JarOutputStreamLjava_io_OutputStream() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | FileInputStreamTest.java | 59 FileOutputStream fos = new FileOutputStream(mOutFd); in run() local 110 FileOutputStream fos = new FileOutputStream(tmp); in makeFile() local 280 try (FileOutputStream fos = new FileOutputStream(file)) { in allocateEmptyFile() 289 try (FileOutputStream fos = new FileOutputStream(file)) { in allocateEmptyFile()
|
D | FileOutputStreamTest.java | 69 … FileOutputStream fos = new FileOutputStream(File.createTempFile("FileOutputStreamTest", "tmp")); in testClose() local
|
D | OldFilterInputStreamTest.java | 296 java.io.OutputStream fos = new java.io.FileOutputStream(fileName); in setUp() local
|
D | OldRandomAccessFileTest.java | 292 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read$B() local 325 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read$BII() local
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | FileChannelTest.java | 123 FileOutputStream fos = new FileOutputStream(tmp, true); in test_append() local 243 FileOutputStream fos = new FileOutputStream(tmp); in test_close_fromFileDescriptor() local 274 try (FileOutputStream fos = new FileOutputStream(tmpFile)) { in test_closeGuardSupport_open_with_append() 283 FileOutputStream fos = new FileOutputStream(tmp, true); in createFileContainingBytes() local
|
D | FileIOInterruptTest.java | 143 FileOutputStream fos = new FileOutputStream(fifoFile); in testStreamWrite_exceptionWhenAlreadyClosed() local 162 FileOutputStream fos = new FileOutputStream(fifoFile); in testStreamWrite_exceptionOnCloseWhenBlocked() local 357 FileOutputStream fos = new FileOutputStream(fifoFile); in testChannelWrite_exceptionWhenAlreadyInterrupted() local 639 private FileOutputStream fos; field in FileIOInterruptTest.FifoWriter
|
D | OldFileChannelTest.java | 178 FileOutputStream fos = new FileOutputStream(file); in writeDataToFile() local 196 FileOutputStream fos = new FileOutputStream(file); in writeLargeDataToFile() local
|
D | AsynchronousFileChannelTest.java | 143 try (FileOutputStream fos = new FileOutputStream(temp)) { in createTemporaryFile() 157 try (FileOutputStream fos = new FileOutputStream(temp)) { in createTemporaryFile()
|
/libcore/support/src/test/java/tests/util/ |
D | FieldTestFileGenerator.java | 42 FileOutputStream fos = null; in main() local
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
D | BlockGuardTest.java | 113 try (FileOutputStream fos = new FileOutputStream(tmpFile)) { in testFileInputStream() 149 FileOutputStream fos = new FileOutputStream(f); in testFileOutputStream() local 196 try (FileOutputStream fos = new FileOutputStream(f)) { in testUnbufferedIO()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | GenericSignatureFormatErrorTest.java | 59 OutputStream fos = new FileOutputStream(tf); in test_signatureFormatError() local
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | OldZipFileTest.java | 149 FileOutputStream fos = new FileOutputStream(tempFile); in setUp() local
|
D | GZIPInputStreamTest.java | 182 FileOutputStream fos = new FileOutputStream(f, true /* append */); in testMultipleMembersWithCustomBufferSize() local
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
D | OldManifestTest.java | 125 FileOutputStream fos = new FileOutputStream(f); in test_writeLjava_io_OutputStream() local
|