/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/dtm/ |
H A D | TestDTMTrav.java | 182 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase1() local 228 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase2() local 263 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase3() local 298 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase4() local 332 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase5() local 367 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase6() local 402 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase7() local 438 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase8() local 472 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase9() local 507 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase10() local [all …]
|
H A D | TestDTMIter.java | 174 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase1() local 224 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase2() local 262 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase3() local 300 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase4() local 338 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase5() local 377 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase6() local 414 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase7() local 451 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase8() local 491 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase9() local 528 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase10() local [all …]
|
H A D | TimeDTMTravDeep.java | 114 FileOutputStream fos = QeDtmUtils.openFileStream(outNames.nextName(), reporter); in testCase1() local 148 FileOutputStream fos = QeDtmUtils.openFileStream(outNames.nextName(), reporter); in testCase2() local 184 FileOutputStream fos = QeDtmUtils.openFileStream(outNames.nextName(), reporter); in testCase3() local 212 FileOutputStream fos = QeDtmUtils.openFileStream(outNames.nextName(), reporter); in testCase4() local
|
H A D | TimeDTMIterDeep.java | 113 FileOutputStream fos = QeDtmUtils.openFileStream(outNames.nextName(), reporter); in testCase1() local 147 FileOutputStream fos = QeDtmUtils.openFileStream(outNames.nextName(), reporter); in testCase2() local 183 FileOutputStream fos = QeDtmUtils.openFileStream(outNames.nextName(), reporter); in testCase3() local 211 FileOutputStream fos = QeDtmUtils.openFileStream(outNames.nextName(), reporter); in testCase4() local
|
H A D | TestDTM.java | 178 FileOutputStream fos = openFileStream(outNames.nextName()); in testCase1() local 291 FileOutputStream fos = null; in openFileStream() local 315 void writeClose(FileOutputStream fos, StringBuffer buf) in writeClose()
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
H A 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 …]
|
H A D | FileOutputStreamTest.java | 40 private FileOutputStream fos; field in FileOutputStreamTest 296 try (FileOutputStream fos = new FileOutputStream(tmpfile)) { in test_getChannel() 308 FileOutputStream fos = new FileOutputStream(tmpfile, true); in test_getChannel_Append() local 329 FileOutputStream fos = new FileOutputStream(tmpfile, false); in test_getChannel_UnAppend() local 350 FileOutputStream fos = new FileOutputStream(tmpfile, false); in test_getChannel_Unappend_Unappend() local 364 FileOutputStream fos = new FileOutputStream(tmpfile, false); in test_getChannel_Unappend_Append() local 378 FileOutputStream fos = new FileOutputStream(tmpfile, true); in test_getChannel_Append_Unappend() local 395 FileOutputStream fos = new FileOutputStream(tmpfile, true); in test_getChanne_Append_Append() local
|
H A 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
|
H A D | FileDescriptorTest.java | 34 FileOutputStream fos = null; in test_sync() local 76 FileOutputStream fos = null; in test_valid() local
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/trax/sax/ |
H A D | SAXTransformerFactoryAPITest.java | 222 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in SAXTFactoryTest001() local 266 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in SAXTFactoryTest002() local 317 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in SAXTFactoryTest003() local 370 FileOutputStream fos = new FileOutputStream(tmpOutName); in SAXTFactoryTest004() local 421 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in SAXTFactoryTest005() local 473 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in SAXTFactoryTest006() local 533 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in SAXTFactoryTest007() local 580 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in SAXTFactoryTest008() local 631 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in SAXTFactoryTest009() local 672 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in SAXTFactoryTest010() local [all …]
|
H A D | SAXResultAPITest.java | 309 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in testCase2() local 403 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in testCase3() local 448 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in testCase3() local 494 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in testCase3() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
H A 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
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ |
H A D | EncodingTestCase.java | 95 FileOutputStream fos = in testChineseEncoding() local 126 FileOutputStream fos = in testHighByteChinese() local 158 FileOutputStream fos = in testHighByteChinese2() local 189 FileOutputStream fos = in testRussian() local
|
H A D | VMLibraryTestCase.java | 132 FileOutputStream fos = new FileOutputStream (getFileName( in testVelociMacroLibWithLocalNamespace() local 200 FileOutputStream fos = new FileOutputStream (getFileName( in testVelociMacroLibWithGlobalNamespace() local 262 FileOutputStream fos = new FileOutputStream (getFileName( in testVelociMacroLibWithDuplicateDefinitions() local 299 FileOutputStream fos = new FileOutputStream (getFileName( in testMacrosWithNoDefinition() local
|
H A D | StringResourceLoaderTestCase.java | 92 FileOutputStream fos = in testSimpleTemplate() local 120 FileOutputStream fos = in testMultipleTemplates() local 167 FileOutputStream fos = in testContentChange() local
|
H A D | ParseWithMacroLibsTestCase.java | 143 FileOutputStream fos = new FileOutputStream (getFileName( in testParseMacro() local 236 FileOutputStream fos = new FileOutputStream (getFileName( in testParseMacrosWithNoDefinition() local 286 FileOutputStream fos = new FileOutputStream (getFileName( in testDuplicateDefinitions() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/nio/channels/Channels/ |
H A D | Basic.java | 236 FileOutputStream fos = new FileOutputStream(blah); in writeOut() local 243 FileOutputStream fos = new FileOutputStream(blah); in testNewOutputStream() local 284 ExtendedFileOutputStream fos = new ExtendedFileOutputStream(blah); in testNewChannelOut() local 321 try (ExtendedFileOutputStream fos = in testNewChannelWriteAfterClose() 369 FileOutputStream fos = new FileOutputStream(blah); in testNewWriter() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/ |
H A 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()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/channels/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/trax/ |
H A D | OutputPropertiesTest.java | 333 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in testlet0() local 383 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in testlet1() local 448 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in testlet2() local 501 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in testlet3() local
|
H A D | ExamplesTest.java | 512 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in exampleContentHandlerToContentHandler() local 585 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in exampleXMLReader() local 641 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in exampleXMLFilter() local 753 FileOutputStream fos = new FileOutputStream(outNames.nextName()); in exampleXMLFilterChain() local
|
/aosp_15_r20/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/ |
H A D | LegacyStorageTest.java | 387 try (OutputStream fos = getContentResolver().openOutputStream(uri, "rw")) { in testInsertHiddenFile() 664 try (final FileOutputStream fos = new FileOutputStream(imageFile)) { in testRenameDoesntInvalidateUri_hasRW() 673 try (final FileOutputStream fos = new FileOutputStream(temporaryImageFile, true)) { in testRenameDoesntInvalidateUri_hasRW() 837 try (OutputStream fos = getContentResolver().openOutputStream(uri, "rw")) { in assertFileInsertWithMimeType() 870 try (FileOutputStream fos = new FileOutputStream(otherAppVideoFile)) { in testLegacySystemGalleryCanRenameImagesAndVideosWithoutDbUpdates() 954 try (FileOutputStream fos = new FileOutputStream(otherAppVideoFile)) { in testLegacyWESCanRenameImagesAndVideosWithDbUpdates_hasW()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/dalvik/system/ |
H A 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()
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowContextTest.java | 101 try (FileOutputStream fos = new FileOutputStream(cacheTest)) { in shouldWriteToCacheDir() 115 try (FileOutputStream fos = new FileOutputStream(cacheTest)) { in shouldWriteToExternalCacheDir() 210 try (FileOutputStream fos = in openFileOutput_shouldNotAcceptPathsWithSeparatorCharacters()
|