/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | FileOutputStreamTest.java | 33 FileOutputStream fos; field in FileOutputStreamTest 268 FileOutputStream fos = new FileOutputStream(tmpfile); in test_getChannel() local 280 FileOutputStream fos = new FileOutputStream(tmpfile, true); in test_getChannel_Append() local 301 FileOutputStream fos = new FileOutputStream(tmpfile, false); in test_getChannel_UnAppend() local 322 FileOutputStream fos = new FileOutputStream(tmpfile, false); in test_getChannel_Unappend_Unappend() local 336 FileOutputStream fos = new FileOutputStream(tmpfile, false); in test_getChannel_Unappend_Append() local 351 FileOutputStream fos = new FileOutputStream(tmpfile, true); in test_getChannel_Append_Unappend() local 365 FileOutputStream fos = new FileOutputStream(tmpfile, true); in test_getChanne_Append_Append() local
|
D | FileTest.java | 315 FileOutputStream fos = new FileOutputStream(f); in test_canRead() local 330 FileOutputStream fos = new FileOutputStream(f); in test_canWrite() local 632 FileOutputStream fos = new FileOutputStream(f); in test_delete() local 726 FileOutputStream fos = new FileOutputStream(f); in test_exists() local 805 FileOutputStream fos = new FileOutputStream(f); in test_getCanonicalFile() local 877 FileOutputStream fos = new FileOutputStream(f1); in test_getCanonicalPath() local 1142 FileOutputStream fos = new FileOutputStream(f); in test_isFile() local 1173 FileOutputStream fos = new FileOutputStream(f); in test_lastModified() local 1193 FileOutputStream fos = new FileOutputStream(f); in test_length() local 1244 FileOutputStream fos = new FileOutputStream(file); in test_list() local [all …]
|
D | RandomAccessFileTest.java | 204 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read() local 219 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read$B() local 238 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read$BII() local 886 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read_$BII_IndexOutOfBoundsException() local 905 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read_$BII_IOException() local 920 FileOutputStream fos = new java.io.FileOutputStream(fileName); in test_read_$B_IOException() local
|
D | SyncFailedExceptionTest.java | 35 FileOutputStream fos = new FileOutputStream(f.getPath()); in test_ConstructorLjava_lang_String() local
|
D | FileInputStreamTest.java | 56 FileOutputStream fos = new FileOutputStream(fileName); in test_ConstructorLjava_io_FileDescriptor() local 444 java.io.OutputStream fos = new java.io.FileOutputStream(fileName); in setUp() local
|
D | OpenRandomFileTest.java | 40 FileOutputStream fos = new FileOutputStream(file); in testOpenNonEmptyFile() local
|
D | FileDescriptorTest.java | 35 FileOutputStream fos; field in FileDescriptorTest
|
D | FilterInputStreamTest.java | 148 java.io.OutputStream fos = new java.io.FileOutputStream(fileName); in setUp() local
|
D | FileWriterTest.java | 41 FileOutputStream fos; field in FileWriterTest
|
/external/jdiff/src/jdiff/ |
D | HTMLFiles.java | 29 FileOutputStream fos = new FileOutputStream(tln); in emitTopLevelFile() local 82 FileOutputStream fos = new FileOutputStream(tlf); in emitTopLeftFile() local 128 FileOutputStream fos = new FileOutputStream(helpFileName); in emitHelp() local 274 FileOutputStream fos = new FileOutputStream(stylesheetFileName); in emitStylesheet() local
|
D | Comments.java | 126 FileOutputStream fos = new FileOutputStream(xsdFileName); in writeXSD() local 384 FileOutputStream fos = new FileOutputStream(outputFileName); in writeFile() local
|
D | Diff.java | 308 FileOutputStream fos = new FileOutputStream(fullDiffFileName); in emitDocDiffs() local 443 FileOutputStream fos = new FileOutputStream(fullDiffFileName); in emitDocDiffIndex() local
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
D | DeflaterOutputStreamTest.java | 89 FileOutputStream fos = new FileOutputStream(f1); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_Deflater() local 115 FileOutputStream fos = new FileOutputStream(f1); in test_ConstructorLjava_io_OutputStream() local 138 FileOutputStream fos = new FileOutputStream(f1); in test_ConstructorLjava_io_OutputStreamLjava_util_zip_DeflaterI() local 187 FileOutputStream fos = new FileOutputStream(f1); in test_close() local 289 FileOutputStream fos = new FileOutputStream(f1); in test_writeI() local 393 FileOutputStream fos = new FileOutputStream(f1); in test_deflate() local
|
D | ZipEntryTest.java | 463 java.io.FileOutputStream fos = new java.io.FileOutputStream(f); in setUp() local
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ContextTest.java | 108 FileOutputStream fos = null; in shouldWriteToCacheDir() local 126 FileOutputStream fos = null; in shouldWriteToExternalCacheDir() local 214 FileOutputStream fos = null; in openFileOutput_shouldNotAcceptPathsWithSeparatorCharacters() local
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
D | JarOutputStreamTest.java | 108 FileOutputStream fos = new FileOutputStream(fooJar); in test_JarOutputStreamLjava_io_OutputStreamLjava_util_jar_Manifest() local 135 FileOutputStream fos = new FileOutputStream(fooJar); in test_JarOutputStreamLjava_io_OutputStream() local
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
D | endian_test.cc | 55 FontOutputStream fos(&os); in TestEndian() local
|
/external/sfntly/cpp/src/test/ |
D | endian_test.cc | 55 FontOutputStream fos(&os); in TestEndian() local
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | GrammarSerializerFoo.java | 60 FileOutputStream fos = new FileOutputStream(filename); in open() local
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
D | font.cc | 75 FontOutputStream fos(os); in Serialize() local 113 void Font::SerializeHeader(FontOutputStream* fos, in SerializeHeader() 138 void Font::SerializeTables(FontOutputStream* fos, in SerializeTables()
|
/external/sfntly/cpp/src/sfntly/ |
D | font.cc | 75 FontOutputStream fos(os); in Serialize() local 113 void Font::SerializeHeader(FontOutputStream* fos, in SerializeHeader() 138 void Font::SerializeTables(FontOutputStream* fos, in SerializeTables()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
D | Stats.java | 175 FileOutputStream fos = new FileOutputStream(f, true); // append in writeReport() local
|
/external/kernel-headers/original/asm-x86/ |
D | user_32.h | 51 long fos; member 63 long fos; member
|
D | user32.h | 13 u32 fos; member 26 int fos; member
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
D | FlatPackageWriterImpl.java | 148 … FileOutputStream fos = new FileOutputStream(new File(bitRateOutputDir, Long.toString(startTime))); in write() local
|