/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
CharArrayWriterTest.java | 76 * @tests java.io.CharArrayWriter#close() 80 notes = "Verifies close() method.", 81 method = "close", 85 // Test for method void java.io.CharArrayWriter.close() 86 cw.close(); 345 * Tears down the fixture, for example, close a network connection. This 350 cr.close(); 351 cw.close(); 369 writer.close(); 388 writer.close(); [all...] |
PipedReaderTest.java | 68 pw.close(); 102 preader.close(); 124 preader.close(); 136 * @tests java.io.PipedReader#close() 141 method = "close", 145 // Test for method void java.io.PipedReader.close() 153 preader.close(); 223 preader.close(); 283 preader.close(); 389 preader.close(); [all...] |
FilterOutputStreamTest.java | 67 * @tests java.io.FilterOutputStream#close() 71 method = "close", 77 os.close(); 95 os.close(); 255 * Tears down the fixture, for example, close a network connection. This 261 bos.close(); 263 bis.close(); 265 os.close();
|
StringReaderTest.java | 54 * @tests java.io.StringReader#close() 59 method = "close", 63 // Test for method void java.io.StringReader.close() 66 sr.close(); 69 fail("Close failed"); 199 sr.close(); 269 * Tears down the fixture, for example, close a network connection. This 275 sr.close();
|
StringWriterTest.java | 57 * @tests java.io.StringWriter#close() 62 method = "close", 66 // Test for method void java.io.StringWriter.close() 68 sw.close(); 238 stringWriter.close(); 256 stringWriter.close(); 273 stringWriter.close(); 301 * Tears down the fixture, for example, close a network connection. This
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/ |
AbstractSelectableChannelTest.java | 55 testChannel.close(); 92 testChannel.close(); 100 // close twice. 102 testChannel.close(); 103 testChannel.close(); 190 selector.close(); 191 channel.close(); 225 acceptSelector.close(); 260 acceptSelector.close(); 287 msc.close(); [all...] |
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChatService.java | 272 socket.close(); 274 Log.e(TAG, "Could not close unwanted socket", e); 287 mmServerSocket.close(); 289 Log.e(TAG, "close() of server failed", e); 332 // Close the socket 334 mmSocket.close(); 336 Log.e(TAG, "unable to close() socket during connection failure", e2); 354 mmSocket.close(); 356 Log.e(TAG, "close() of connect socket failed", e); 428 mmSocket.close(); [all...] |
/bionic/libc/unistd/ |
daemon.c | 50 close(fd); 53 close(fd);
|
/build/tools/isprelinked/ |
prelink_info.c | 67 FAILIF(close(fd) < 0, "close(%d): %s (%d)!\n", fd, strerror(errno), errno);
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
SneakyThrow.java | 28 * public void close() throws IOException { 46 * public void close() throws IOException {
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
ObjectInputStreamTest.java | 69 oos.close(); 86 ois.close(); 99 oos.close(); 109 ois.close(); 123 oos.close(); 135 ois.close(); 152 oos.close(); 156 ois.close();
|
OutputStreamWriterTest.java | 43 method = "close", 56 out.close();
|
RandomAccessFileTest.java | 44 raf.close(); 49 raf.close();
|
/dalvik/libcore/sql/src/test/java/tests/SQLite/ |
SQLiteTest.java | 66 conn.close(); 69 fail("Couldn't close Connection: " + e.getMessage());
|
/dalvik/libcore/sql/src/test/java/tests/java/sql/ |
InsertFunctionalityTest.java | 57 statement.close(); 58 conn.close(); 93 userTab.close(); 199 r.close(); 231 r.close(); 261 r.close(); 289 r.close(); 290 stat.close();
|
/external/bison/lib/ |
fd-safer.c | 39 failure to duplicate, close FD, set errno, and return -1. Preserve 53 close (fd);
|
/external/bluetooth/bluez/sbc/ |
sbcdec.c | 80 close(fd); 84 close(fd); 148 goto close; 154 goto close; 160 goto close; 166 goto close; 210 close: 213 close(ad);
|
/external/clearsilver/python/examples/base/ |
PassSGMLParser.py | 63 def close(self): member in class:PassSGMLParser 64 SGMLParser.close(self)
|
/external/icu4c/i18n/ |
funcrepl.cpp | 21 static const UChar CLOSE[] = {32,41,0}; // " )" 102 rule.append(CLOSE);
|
/external/proguard/src/proguard/io/ |
ParentDataEntryWriter.java | 70 public void close() throws IOException method in class:ParentDataEntryWriter 72 dataEntryWriter.close();
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_quit.h | 32 An SDL_QUITEVENT is generated when the user tries to close the application 35 is allowed to close. When the window is closed, screen updates will
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
importList.html | 45 window.close(); 59 <input type="button" value="Cancel" onclick="window.close();">
|
/external/webkit/WebKit/chromium/public/ |
WebSocketStreamHandle.h | 52 // Close the socket stream. 53 virtual void close() = 0;
|
/external/zlib/contrib/iostream/ |
zfstream.h | 17 gzfilebuf *close(); 56 void close();
|
/frameworks/base/graphics/java/android/graphics/ |
Movie.java | 64 is.close(); 69 If it happened on close, moov is still valid.
|