/external/bluetooth/bluez/test/ |
hstest.c | 66 close(s); 75 close(s); 99 close(s); 108 close(s); 116 close(s); 124 close(s); 198 close(dd); 241 close(rd); 301 close(sd); 303 close(rd) [all...] |
/external/webkit/WebCore/websockets/ |
WebSocketChannel.cpp | 95 void WebSocketChannel::close() function in class:WebCore::WebSocketChannel 97 LOG(Network, "WebSocketChannel %p close", this); 99 m_handle->close(); // will call didClose() 107 m_handle->close(); 117 handle->close(); 139 RefPtr<WebSocketChannel> protect(this); // The client can close the channel, potentially removing the last reference. 142 handle->close(); 146 handle->close(); 170 handle->close(); 191 handle->close(); [all...] |
/external/zlib/contrib/ada/ |
test.adb | 120 Close (Left_File); 121 Close (Right_File); 254 Close (File_In); 317 ZLib.Close (Filter); 319 Close (File_In); 320 Close (File_Out); 334 ZLib.Close (Filter); 336 Close (File_In); 337 Close (File_Out); 371 ZLib.Streams.Close (File_Z) [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
SocketTest.java | 69 ss.close(); 80 s1.close(); 141 ss.close(); 146 s.close(); 171 socket.close(); 253 s1.close(); 255 s2.close(); 298 s1.close(); 300 s2.close(); 448 * @tests java.net.Socket#close() 3281 protected void close() throws IOException { method in class:SocketTest.MockSocketImpl [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
ParcelFileDescriptor_AutoCloseInputStreamTest.java | 39 method = "close", 49 in.close();
|
/cts/tests/tests/provider/src/android/provider/cts/ |
SettingsTest.java | 67 cursor.close(); 83 cursor.close(); 95 cursor.close(); 138 cursor.close(); 156 cursor.close(); 166 cursor.close(); 199 cursor.close(); 213 cursor.close();
|
/cts/tools/dasm/src/dasm/ |
Main.java | 90 close(inp); 101 close(inp); 161 close(hr_outp); 162 close(outp); 169 close(hr_outp); 170 close(outp); 176 private static void close(Closeable c) { method in class:Main 179 c.close();
|
/dalvik/libcore/luni/src/main/java/java/io/ |
Closeable.java | 22 * {@link InputStream}s and {@link OutputStream}s. Calling the {@code close} 34 public void close() throws IOException; method in interface:Closeable
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
Blob.java | 63 * Close this blob InputStream. 66 public void close() throws IOException { method in class:BlobR 67 blob.close(); 183 * Close this blob OutputStream. 186 public void close() throws IOException { method in class:BlobW 187 blob.close(); 277 * Close blob. 280 public native void close(); method in class:Blob
|
/dalvik/libcore/sql/src/test/java/tests/javax/sql/ |
PooledConnectionTest.java | 29 * @tests {@link javax.sql.PooledConnection#close()} 34 method = "close",
|
/development/tools/idegen/src/ |
Files.java | 36 in.close(); 46 out.close();
|
/external/bluetooth/bluez/compat/ |
hidd.c | 90 close(sk); 107 close(sk); 129 close(sk); 143 close(sk); 388 close(nisk); 390 close(ncsk); 435 close(ctl); 464 close(ctl); 475 close(ctl); 482 close(ctl) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
getsectsize.c | 53 close(fd); 58 close(fd);
|
/external/icu4c/data/brkitr/ |
sent.txt | 29 $Close = [\p{Sentence_Break = Close}]; 44 $CloseEx = $Close ($Extend | $Format)*; 80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .; 81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100}; 90 $CloseEx_R = ($Extend | $Format)* $Close;
|
sent_el.txt | 29 $Close = [\p{Sentence_Break = Close}]; 44 $CloseEx = $Close ($Extend | $Format)*; 80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .; 81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100}; 90 $CloseEx_R = ($Extend | $Format)* $Close;
|
/external/ppp/pppd/ |
pppox.c | 40 .close = NULL, 60 close(pppox);
|
/external/skia/include/ports/ |
SkStream_Win.h | 36 /** Close the current URL, and open a new URL. 37 If URL is null, just close the current URL.
|
/external/webkit/WebCore/manual-tests/ |
crash-on-accessing-domwindow-without-frame.html | 11 "function navigate() { location.href='data:text/html,<body>Close this page and wait.</body>'};" + 20 <ul><li>Click the link below, the popup window opens.</li><li>Close the popup window.</li><li>Wait about 10 seconds (~10, page cache should start deleting pages) and observe the crash.</li></ul>
|
/frameworks/base/core/java/android/content/ |
EntityIterator.java | 24 * resetting the iterator back to the beginning and provides for an explicit {@link #close()} 38 public void close(); method in interface:EntityIterator
|
/frameworks/base/tests/CoreTests/android/core/ |
ZipFileTest.java | 100 out.close(); 117 zipFile.close(); 160 * Read the rest of file #1, and close the stream. 168 stream1.close(); 171 * Read the rest of file #2, and close the stream. 177 stream2.close(); 185 * Close the ZipFile. According to the RI, none if its InputStreams can 188 zipFile.close();
|
/packages/apps/Email/src/org/apache/commons/io/ |
LineIterator.java | 29 * When you have finished with the iterator you should close the reader
31 * or by calling the {@link #close()} or {@link #closeQuietly(LineIterator)}
82 * If there is an <code>IOException</code> then {@link #close()} will
106 close();
method 150 * lines of a larger file. If you do not close the iterator
154 public void close() {
method in class:LineIterator 173 * @param iterator the iterator to close
177 iterator.close();
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionCursorWrapper.java | 33 public void close() { method in class:SuggestionCursorWrapper 35 mCursor.close();
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
PerNameExecutor.java | 43 public synchronized void close() { method in class:PerNameExecutor 45 executor.close();
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
MockNamedTaskExecutor.java | 37 public void close() { method in class:MockNamedTaskExecutor 38 mExecutor.close();
|
/system/core/libcutils/ |
load_file.c | 41 close(fd); 48 close(fd);
|