/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | DataOutputStreamTest.java | 53 dis.close(); in test_flush() 62 os.close(); in test_size() 66 dis.close(); in test_size() 75 os.close(); in test_write$BII() 79 dis.close(); in test_write$BII() 89 os.close(); in test_writeI() 92 dis.close(); in test_writeI() 101 os.close(); in test_writeBooleanZ() 104 dis.close(); in test_writeBooleanZ() 113 os.close(); in test_writeByteI() [all …]
|
D | FileInputStreamTest.java | 103 fos.close(); in setUp() 115 is.close(); in test_ConstructorLjava_io_File() 124 fos.close(); in test_ConstructorLjava_io_FileDescriptor() 125 fis.close(); in test_ConstructorLjava_io_FileDescriptor() 133 is.close(); in test_ConstructorLjava_lang_String() 147 is.close(); in test_ConstructorLjava_lang_String_I() 157 is.close(); in test_ConstructorLjava_lang_String_I() 171 is.close(); in test_available() 179 is.close(); in test_close() 193 fis2.close(); in test_close_shared_fd() [all …]
|
D | FileWriterTest.java | 44 fos.close(); in test_ConstructorLjava_io_File() 47 bw.close(); in test_ConstructorLjava_io_File() 51 br.close(); in test_ConstructorLjava_io_File() 64 fileWriter.close(); in test_ConstructorLjava_io_FileZ() 69 fileWriter.close(); in test_ConstructorLjava_io_FileZ() 74 fileReader.close(); in test_ConstructorLjava_io_FileZ() 80 fileWriter.close(); in test_ConstructorLjava_io_FileZ() 85 fileWriter.close(); in test_ConstructorLjava_io_FileZ() 90 fileReader.close(); in test_ConstructorLjava_io_FileZ() 100 fos.close(); in test_ConstructorLjava_io_FileDescriptor() [all …]
|
D | RandomAccessFileTest.java | 64 raf.close(); in test_ConstructorLjava_io_FileLjava_lang_String() 70 raf.close(); in test_ConstructorLjava_io_FileLjava_lang_String() 76 raf.close(); in test_ConstructorLjava_io_FileLjava_lang_String() 82 raf.close(); in test_ConstructorLjava_io_FileLjava_lang_String() 87 raf.close(); in test_ConstructorLjava_io_FileLjava_lang_String() 100 raf.close(); in test_ConstructorLjava_lang_StringLjava_lang_String() 104 raf.close(); in test_ConstructorLjava_lang_StringLjava_lang_String() 108 raf.close(); in test_ConstructorLjava_lang_StringLjava_lang_String() 125 raf.close(); in test_ConstructorLjava_lang_StringLjava_lang_String_I() 136 raf.close(); in test_ConstructorLjava_lang_StringLjava_lang_String_I() [all …]
|
D | FileReaderTest.java | 45 bw.close(); in test_ConstructorLjava_io_File() 49 br.close(); in test_ConstructorLjava_io_File() 60 bw.close(); in test_ConstructorLjava_io_FileDescriptor() 65 br.close(); in test_ConstructorLjava_io_FileDescriptor() 66 fis.close(); in test_ConstructorLjava_io_FileDescriptor() 77 bw.close(); in test_ConstructorLjava_lang_String() 81 br.close(); in test_ConstructorLjava_lang_String() 100 bw.close(); in tearDown() 105 br.close(); in tearDown() 111 fis.close(); in tearDown()
|
D | FileOutputStreamTest.java | 62 fis.close(); in tearDown() 65 fos.close(); in tearDown() 85 fos.close(); in test_ConstructorLjava_io_FileDescriptor() 88 fos.close(); in test_ConstructorLjava_io_FileDescriptor() 89 fis.close(); in test_ConstructorLjava_io_FileDescriptor() 99 fos.close(); in test_ConstructorLjava_lang_String() 103 fos.close(); in test_ConstructorLjava_lang_String() 114 fos.close(); in test_ConstructorLjava_lang_StringZ() 117 fos.close(); in test_ConstructorLjava_lang_StringZ() 136 fos.close(); in test_ConstructorLjava_lang_String_I() [all …]
|
D | ObjectOutputStreamTest.java | 583 oos.close(); in test_ConstructorLjava_io_OutputStream() 585 oos.close(); in test_ConstructorLjava_io_OutputStream() 620 oos.close(); in test_flush() 662 ois.close(); in test_reset() 706 oos.close(); in test_useProtocolVersionI() 709 ois.close(); in test_useProtocolVersionI() 733 oos.close(); in test_write$B() 736 ois.close(); in test_write$B() 749 oos.close(); in test_write$BII() 752 ois.close(); in test_write$BII() [all …]
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldObjectInputOutputStreamTest.java | 39 os.close(); in test_read_writeBoolean() 51 is.close(); in test_read_writeBoolean() 63 os.close(); in test_read_writeByte() 75 is.close(); in test_read_writeByte() 87 os.close(); in test_read_writeChar() 99 is.close(); in test_read_writeChar() 111 os.close(); in test_read_writeDouble() 123 is.close(); in test_read_writeDouble() 135 os.close(); in test_read_writeFloat() 147 is.close(); in test_read_writeFloat() [all …]
|
D | OldDataInputOutputStreamTest.java | 48 os.close(); in test_read_writeBoolean() 60 dis.close(); in test_read_writeBoolean() 80 os.close(); in test_read_writeByte() 92 dis.close(); in test_read_writeByte() 112 os.close(); in test_read_writeChar() 124 dis.close(); in test_read_writeChar() 144 os.close(); in test_read_writeDouble() 156 dis.close(); in test_read_writeDouble() 176 os.close(); in test_read_writeFloat() 188 dis.close(); in test_read_writeFloat() [all …]
|
D | OldDataInputStreamTest.java | 45 os.close(); in test_ConstructorLjava_io_InputStream() 51 dis.close(); in test_ConstructorLjava_io_InputStream() 64 os.close(); in test_read$B() 78 dis.close(); in test_read$B() 95 os.close(); in test_read$BII() 110 dis.close(); in test_read$BII() 125 os.close(); in test_read$BII_Exception() 154 os.close(); in test_readFully$B() 161 dis.close(); in test_readFully$B() 183 os.close(); in test_readFully$BII() [all …]
|
D | OldDataOutputStreamTest.java | 56 os.close(); in test_flush() 61 dis.close(); in test_flush() 75 os.close(); in test_write$BII() 81 dis.close(); in test_write$BII() 122 os.close(); in test_writeI() 127 dis.close(); in test_writeI() 140 os.close(); in test_writeBytesLjava_lang_String() 145 dis.close(); in test_writeBytesLjava_lang_String() 160 os.close(); in test_writeCharsLjava_lang_String() 168 dis.close(); in test_writeCharsLjava_lang_String() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketTest.java | 54 socket.close(); in run() 99 client.close(); in run() 100 socket.close(); in run() 172 theSocket.close(); in test_bindLjava_net_SocketAddress() 201 theSocket.close(); in test_bindLjava_net_SocketAddress() 202 worker.close(); in test_bindLjava_net_SocketAddress() 203 server.close(); in test_bindLjava_net_SocketAddress() 211 theSocket.close(); in test_bindLjava_net_SocketAddress() 227 theSocket.close(); in test_bindLjava_net_SocketAddress() 228 theSocket2.close(); in test_bindLjava_net_SocketAddress() [all …]
|
D | ServerSocketTest.java | 87 cs.close(); in run() 124 ss.close(); in test_ConstructorI_SocksSet() 146 s2.close(); in test_ConstructorII() 152 s1.close(); in test_ConstructorII() 157 s1.close(); in test_ConstructorII() 159 s1.close(); in test_ConstructorII() 173 sconn.close(); in test_ConstructorIILjava_net_InetAddress() 175 s.close(); in test_ConstructorIILjava_net_InetAddress() 194 sconn.close(); in test_accept() 197 s.close(); in test_accept() [all …]
|
D | MulticastSocketTest.java | 124 s.close(); in constructor() 132 orig.close(); in constructorI() 137 dup.close(); in constructorI() 156 mss.close(); in getInterface() 163 mss.close(); in getInterface() 188 mss.close(); in getNetworkInterface() 195 mss.close(); in getNetworkInterface() 207 mss.close(); in getNetworkInterface() 218 mss.close(); in getTimeToLive() 227 mss.close(); in getTTL() [all …]
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldConnectionTest.java | 40 conn.close(); in testCreateStatement() 67 rs.close(); in testCreateStatement_int_int() 68 st.close(); in testCreateStatement_int_int() 88 rs.close(); in testCreateStatement_int_int() 89 st.close(); in testCreateStatement_int_int() 109 rs.close(); in testCreateStatement_int_int() 110 st.close(); in testCreateStatement_int_int() 134 rs.close(); in testCreateStatement_int_int() 135 st.close(); in testCreateStatement_int_int() 157 rs.close(); in testCreateStatement_int_int() [all …]
|
D | OldPreparedStatementTest.java | 92 st.close(); in setUp() 105 st.close(); in tearDown() 136 st.close(); in testAddBatch() 142 ps.close(); in testAddBatch() 155 ps.close(); in testAddBatch() 168 ps.close(); in testAddBatch() 194 ps.close(); in testExecute() 213 ps.close(); in testExecute() 214 st.close(); in testExecute() 227 ps.close(); in testExecute() [all …]
|
D | OldResultSetTest.java | 57 target.close(); in tearDown() 58 stForward.close(); in tearDown() 82 target.close(); in testAfterLast() 100 target.close(); in testBeforeFirst() 115 target.close(); in testClose1() 138 s.close(); in testClose() 164 rs1.close(); in testClose() 165 ps1.close(); in testClose() 166 ps2.close(); in testClose() 169 if (ps1 != null) ps1.close(); in testClose() [all …]
|
D | OldStatementTest.java | 44 st.close(); in testAddBatch() 58 st.close(); in testAddBatch() 71 st.close(); in testAddBatch() 86 st.close(); in testClearWarnings() 97 st.close(); in testClearWarnings() 180 st.close(); in testClearBatch() 194 st.close(); in testClearBatch() 207 st.close(); in testClearBatch() 238 st.close(); in testExecute() 261 st.close(); in testExecute() [all …]
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldServerSocketTest.java | 82 theSocket.close(); in performancePreferenceTest() 83 servSock.close(); in performancePreferenceTest() 84 clientSocket.close(); in performancePreferenceTest() 92 sconn.close(); in test_ConstructorII() 93 s.close(); in test_ConstructorII() 120 cs.close(); in run() 130 ss.close(); in test_Constructor() 145 sconn.close(); in test_ConstructorI() 147 s.close(); in test_ConstructorI() 155 sconn.close(); in test_ConstructorI() [all …]
|
D | OldUnixSocketTest.java | 48 pingServer.close(); in test_getInputStream() 58 worker.close(); in test_getInputStream() 68 clientIn.close(); in test_getInputStream() 83 pingClient.close(); in test_getInputStream() 84 pingServer.close(); in test_getInputStream() 100 theSocket.close(); in test_connectLjava_net_SocketAddressI() 109 ss.close(); in test_getOutputStream() 118 socket.close(); in test_getOutputStream()
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
D | ObjectInputStreamTest.java | 138 oos.close(); in test_ConstructorLjava_io_InputStream_IOException() 158 oos.close(); in test_ClassDescriptor() 164 ois.close(); in test_ClassDescriptor() 170 oos.close(); in test_available_IOException() 182 ois.close(); in test_available_IOException() 188 oos.close(); in test_close() 194 ois.close(); in test_close() 200 ois.close(); in test_close() 215 oos.close(); in test_read_IOException() 227 ois.close(); in test_read_IOException() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | ZipFileTest.java | 48 zfile.close(); // about to reopen the same temp file in test_ConstructorLjava_io_FileI() 52 zip.close(); in test_ConstructorLjava_io_FileI() 76 zfile.close(); // about to reopen the same temp file in test_ConstructorLjava_lang_String() 78 zip.close(); in test_ConstructorLjava_lang_String() 109 in.close(); in test_finalize() 110 out.close(); in test_finalize() 137 zf.close(); in test_close() 168 zfile.close(); in test_entries() 206 in.close(); in test_getEntryLjava_lang_String() 214 in.close(); in test_getEntryLjava_lang_String() [all …]
|
D | CheckedInputStreamTest.java | 39 checkInput.close(); in test_ConstructorLjava_io_InputStreamLjava_util_zip_Checksum() 54 inEmp.close(); in test_getChecksum() 65 checkInput.close(); in test_getChecksum() 74 checkInput.close(); in test_getChecksum() 93 checkInput.close(); in test_skipJ() 103 checkIn.close(); in test_read() 110 checkInput.close(); in test_read() 121 checkIn.close(); in test_read$byteII() 128 checkInput.close(); in test_read$byteII()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | SelectorTest.java | 50 selector.close(); in testNonBlockingConnect_immediate() 51 ssc.close(); in testNonBlockingConnect_immediate() 67 selector.close(); in testInterrupted() 95 selector.close(); in testManyWakeupCallsTriggerOnlyOneWakeup() 106 selector.close(); in testLeakingPipes() 136 selector.close(); in test_57456() 137 ssc.close(); in test_57456() 144 selector.close(); in test_80785() 185 sc.close(); in test28318596() 195 server.close(); in test28318596() [all …]
|
D | AsynchronousServerSocketChannelTest.java | 63 assc.close(); in test_bind() 78 assc.close(); in test_bind_null() 91 assc.close(); in test_bind_unresolvedAddress() 103 ss.close(); in test_bind_used() 104 assc.close(); in test_bind_used() 124 asc.close(); in test_futureAccept() 125 s.close(); in test_futureAccept() 126 assc.close(); in test_futureAccept() 151 asc.close(); in test_completionHandlerAccept() 152 s.close(); in test_completionHandlerAccept() [all …]
|