/external/bluetooth/bluez/cups/ |
spp.c | 61 close(sk); 74 close(sk); 108 close(sk); 115 close(sk);
|
/external/e2fsprogs/include/nonunix/ |
unistd.h | 20 #define close _close macro
|
/external/opencore/oscl/oscl/osclregcli/src/ |
oscl_registry_access_client.cpp | 33 Close(); 69 OSCL_EXPORT_REF void OsclRegistryAccessClient::Close() 73 iTlsImpl->Close(); 79 iGlobalImpl->Close();
|
oscl_registry_client.cpp | 36 Close(); 99 OSCL_EXPORT_REF void OsclRegistryClient::Close() 103 iTlsImpl->Close(); 109 iGlobalImpl->Close();
|
/external/qemu/android/utils/ |
debug.c | 91 close(null_fd); 123 close(null_fd); 137 close(stdio_save_out_fd); 138 close(stdio_save_err_fd);
|
/external/qemu/ |
buffered_file.h | 28 BufferedCloseFunc *close);
|
/external/webkit/WebCore/manual-tests/ |
modal-dialog-arguments.html | 5 showModalDialog("data:text/html,<scr" + "ipt>dialogArguments['result'] = 'PASS'; window.close() </scr" + "ipt>", o);
|
stale-currentEvent.html | 10 var src = 'data:text/html,<title>Pop up</title><input type="button" value="Close" onclick="opener.closeChild()">'; 29 inner_win.close(); 36 <p><b>BUG ID:</b> <a href="rdar://problem/5095977">5095997</a> (<a href="http://bugs.webkit.org/show_bug.cgi?id=13218">13218</a>) Reproducible crash after call to window.close()</p> 40 2. In the pop up window, click the Close button, being careful not to
|
/external/webkit/WebCore/platform/wx/ |
PasteboardWx.cpp | 57 wxTheClipboard->Close(); 65 wxTheClipboard->Close(); 92 wxTheClipboard->Close(); 104 wxTheClipboard->Close();
|
/frameworks/base/core/java/android/content/res/ |
AssetFileDescriptor.java | 69 * in addition to the normal FileDescriptor object also allows you to close 123 * Convenience for calling <code>getParcelFileDescriptor().close()</code>. 125 public void close() throws IOException { method in class:AssetFileDescriptor 126 mFd.close(); 137 * Create and return a new auto-close input stream for this asset. This 158 * Create and return a new auto-close output stream for this asset. This 180 * take care of calling {@link ParcelFileDescriptor#close 181 * ParcelFileDescritor.close()} for you when the stream is closed. 305 public void close() throws IOException { method in class:AssetFileDescriptor.AutoCloseMemoryFileInputStream 306 mParcelFd.close(); // must close ParcelFileDescriptor, not just the file descriptor [all...] |
/frameworks/base/services/java/com/android/server/ |
RandomBlock.java | 48 close(stream); 73 close(out); 91 private static void close(Closeable c) { method in class:RandomBlock 96 c.close();
|
/frameworks/base/tests/CoreTests/android/core/ |
GZIPStreamTest.java | 44 outFile.close(); 53 inFile.close(); 92 out.close(); 110 in.close();
|
/frameworks/base/tests/backup/src/com/android/backuptest/ |
BackupTestActivity.java | 84 output.close(); 87 output.close(); 98 output.close(); 101 output.close(); 146 dataFile.close(); 147 state.close(); 167 dataFile.close(); 168 state.close(); 208 out.close();
|
/hardware/libhardware_legacy/qemu_tracing/ |
qemu_tracing.c | 46 close(fd); 56 close(fd); 71 close(fd); 84 close(fd);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
SingleThreadNamedTaskExecutor.java | 45 throw new IllegalStateException("cancelPendingTasks() after close()"); 50 public void close() { method in class:SingleThreadNamedTaskExecutor 58 throw new IllegalStateException("execute() after close()"); 68 if (!mClosed) Log.w(TAG, "Worker exited before close");
|
/system/core/libdiskconfig/ |
diskutils.c | 106 close(src_fd); 108 close(dst_fd); 113 close(dst_fd); 115 close(src_fd);
|
/system/extras/tests/cpueater/ |
daemonize.c | 43 close(0); open("/dev/null", 0); 44 close(1); 91 close(2); dup(1); /* join stdout and stderr */ 97 close(fd);
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
DeflaterOutputStreamTest.java | 123 dos.close(); 146 dos.close(); 199 dos.close(); 204 * @tests java.util.zip.DeflaterOutputStream#close() 209 method = "close", 213 File f1 = File.createTempFile("close", ".tst"); 226 dos.close(); 237 iis.close(); 242 fos2.close(); 244 dos2.close(); [all...] |
GZIPInputStreamTest.java | 83 inGZIP.close(); 111 inGZIP.close(); 185 inGZIP.close(); 202 out.close(); 211 gin2.close(); 220 gin2.close(); 229 gin2.close(); 247 zipout.close(); 270 * @tests java.util.zip.GZIPInputStream#close() 275 method = "close", [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteDatabaseTest.java | 89 mDatabase.close(); 118 notes = "Test close", 119 method = "close", 140 db.close(); 149 db.close(); 156 db.close(); 162 db.close(); 167 db.close(); 379 c.close(); 385 c.close(); [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
FileOutputStreamTest.java | 102 fos.close(); 106 fos.close(); 112 fis.close(); 117 fos.close(); 138 fos.close(); 141 fos.close(); 142 fis.close(); 186 fos.close(); 190 fos.close(); 196 fis.close(); [all...] |
FilterInputStreamTest.java | 67 is.close(); 87 is.close(); 97 * @tests java.io.FilterInputStream#close() 101 method = "close", 105 is.close(); 117 is.close(); 161 is.close(); 192 is.close(); 214 is.close(); 239 is.close(); [all...] |
/dalvik/libcore/sql/src/test/java/tests/sql/ |
PreparedStatementTest.java | 104 st.close(); 119 st.close(); 159 st.close(); 167 ps.close(); 180 ps.close(); 193 ps.close(); 230 ps.close(); 251 ps.close(); 252 st.close(); 267 ps.close(); [all...] |
StatementTest.java | 65 st.close(); 79 st.close(); 92 st.close(); 116 st.close(); 129 st.close(); 202 st.close(); 239 st.close(); 253 st.close(); 266 st.close(); 309 st.close(); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
Contacts_PeopleTest.java | 158 cursor.close(); 165 cursor.close(); 170 cursor.close(); 184 cursor.close(); 189 cursor.close(); 194 cursor.close(); 201 cursor.close(); 206 cursor.close(); 212 cursor.close(); 219 cursor.close(); [all...] |