/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
FileCache.java | 96 public void close() { method in class:FileCache 97 mDbHelper.close(); 178 cursor.close(); 209 cursor.close(); 245 cursor.close();
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
RetryScheduler.java | 199 c.close(); 234 cursor.close(); 248 cursor.close(); 267 cursor.close(); 301 cursor.close();
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
DictionaryBackupAgent.java | 120 dataInput.close(); 131 dataOutput.close(); 157 cursor.close(); 187 cursor.close(); 205 gzip.close();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_basics.py | 96 self.d.close() 98 self.env.close() 194 d.close() 453 c.close() 454 c2.close() 492 self.d.close() 541 c.close() 609 self.d.close() 681 self.d.close() 757 c.close() # Cursors *MUST* be closed before commit [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
cygwinccompiler.py | 420 f.close() 450 out.close() 458 out.close() 464 out.close() 476 out.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_basics.py | 96 self.d.close() 98 self.env.close() 194 d.close() 453 c.close() 454 c2.close() 492 self.d.close() 541 c.close() 609 self.d.close() 681 self.d.close() 757 c.close() # Cursors *MUST* be closed before commit [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
cygwinccompiler.py | 420 f.close() 450 out.close() 458 out.close() 464 out.close() 476 out.close()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeViewRefactoring.java | 175 int close = text.lastIndexOf(oldName); local 177 close = -1; 185 if (close != -1 && close != open) { 187 rootEdit.addChild(new ReplaceEdit(region.getStartOffset() + close, oldLength,
|
/system/core/fs_mgr/ |
fs_mgr_verity.c | 133 TEMP_FAILURE_RETRY(close(data_device)); 139 TEMP_FAILURE_RETRY(close(data_device)); 146 TEMP_FAILURE_RETRY(close(data_device)); 244 TEMP_FAILURE_RETRY(close(device)); 462 close(fd);
|
/system/core/init/ |
bootchart.c | 72 close(fd); 194 close(fd); 235 close(fd); 269 close(fd); 344 close(fd);
|
/system/core/libdiskconfig/ |
diskconfig.c | 383 close(fd); 407 close(*fd); 428 close(fd); 449 close(fd); 454 close(fd);
|
/external/guava/guava-tests/test/com/google/common/io/ |
ByteStreamsTest.java | 75 /** Provides an InputStream that throws an IOException on close. */ 81 @Override public void close() throws IOException { 82 throw new IOException("broken close input"); 88 /** Provides an OutputStream that throws an IOException on every close. */ 94 @Override public void close() throws IOException { 95 throw new IOException("broken close output"); 229 out.close(); 240 out.close(); 251 out.close(); 262 out.close(); [all...] |
/external/ppp/pppd/ |
tty.c | 634 close(ipipe[0]); 635 close(ipipe[1]); 636 close(opipe[0]); 637 close(opipe[1]); 650 close(fd); 668 close(pty_master); 731 close(i); 755 close(pty_master); 759 close(pty_slave); 763 close(real_ttyfd) [all...] |
sys-linux.c | 362 close(ppp_dev_fd); 364 close(sock_fd); 367 close(sock6_fd); 370 close(slave_fd); 372 close(master_fd); 538 close(fd); 594 close(ppp_fd); 600 close(ppp_dev_fd); 623 close(ppp_dev_fd); 704 close(master_fd) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
FileTest.java | 306 fos.close(); 321 fos.close(); 623 fos.close(); 645 // fos.close(); 692 fos.close(); 771 fos.close(); [all...] |
BufferedOutputStreamTest.java | 64 buffos.close(); 78 buffos.close(); 327 bos.close(); 679 buffos.close(); 789 buffos.close(); 827 bos.close(); 835 * Tears down the fixture, for example, close a network connection. This 840 bais.close(); 843 os.close(); 846 baos.close(); [all...] |
/external/libselinux/src/ |
android.c | 83 close(fd_base); 89 close(fd_base); 94 close(fd_base); 95 close(fd_override); 100 close(fd_base); 101 close(fd_override); 107 close(fd_base); 108 close(fd_override); 115 close(fd_base); 116 close(fd_override) [all...] |
/external/qemu/distrib/libselinux/src/ |
android.c | 76 close(fd_base); 82 close(fd_base); 87 close(fd_base); 88 close(fd_override); 93 close(fd_base); 94 close(fd_override); 100 close(fd_base); 101 close(fd_override); 108 close(fd_base); 109 close(fd_override) [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetGetterTests.java | 229 st.close(); 230 res.close(); 233 st.close(); 234 res.close(); 252 res.close(); 285 if (res != null) res.close(); 286 if (stPrep != null) stPrep.close(); 287 if (st != null) st.close(); 288 if (stQuery != null) stQuery.close(); 317 if (res != null) res.close(); [all...] |
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 261 close(sd); 288 close(sd); 297 close(sd); 301 close(sd); 330 close(state_fd); 345 close(state_fd); 448 * Close all file descriptors 468 close(i); 549 close(s); 553 close(s) [all...] |
/external/emma/core/java12/com/vladium/emma/data/ |
DataFactory.java | 129 if (oin != null) try { oin.close (); } catch (Exception ignore) {} 156 if (out != null) try { out.close (); } catch (Exception ignore) {} 173 if (oin != null) try { oin.close (); } catch (Exception ignore) {} 271 public void close () method in class:DataFactory.UCFileInputStream 286 public void close () method in class:DataFactory.UCFileOutputStream 327 public void close () method in class:DataFactory.RandomAccessFileInputStream 367 public void close () method in class:DataFactory.RandomAccessFileOutputStream 483 if (raf != null) try { raf.close (); } catch (Throwable ignore) {} 677 if (raf != null) try { raf.close (); } catch (Throwable ignore) {}
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
DiskLruCache.java | 343 journalWriter.close(); 366 writer.close(); 619 public synchronized void close() throws IOException { method in class:DiskLruCache 631 journalWriter.close(); 648 close(); method 702 public void close() { method in class:DiskLruCache.Snapshot 794 writer.close(); 849 @Override public void close() { method in class:DiskLruCache.Editor.FaultHidingOutputStream 851 out.close();
|
/frameworks/base/core/java/android/os/ |
ParcelFileDescriptor.java | 52 * you to close it when done with it. 60 * Optional socket used to communicate close events, status at close, and 180 mGuard.open("close"); 288 * so you must still close that fd as well as the new ParcelFileDescriptor. 310 * responsible for closing it. You must not close the fd yourself. 327 * the Socket, so you must still close the Socket as well as the new 575 * expecting a reliable signal through {@link #close()} or 595 * Close the ParcelFileDescriptor. This implementation closes the underlying 599 * If an error occurs attempting to close this ParcelFileDescriptor 602 public void close() throws IOException { method in class:ParcelFileDescriptor 808 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseInputStream 831 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseOutputStream [all...] |
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 161 cursor.close(); 495 pfd.close(); 496 cursor.close(); 636 output.close(); 770 cursor.close(); 819 cursor.close(); [all...] |
/ndk/sources/host-tools/make-3.81/tests/ |
test_driver.pl | 235 (open (TOUCHFD, "> fancy.file.name") && close (TOUCHFD)) 247 open (TOUCHFD, "> .ostest>ick") && close (TOUCHFD); 701 close (RFISFILE); 733 # close the current stdout/stderr, and restore the previous ones from 752 close (STDOUT); 753 close (STDERR); 760 close ("SAVEDOS" . $default_output_stack_level . "out") 762 close ("SAVEDOS" . $default_output_stack_level . "err") 883 # || (open (TOUCHFD, ">> $file") && close (TOUCHFD)) 902 (open(T, ">> $file") && print(T "\n") && close(T) [all...] |