/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
MoreKeysResources.java | 66 close(stream); 110 close(lnr); 111 close(ps); 256 private static void close(Closeable stream) { method in class:MoreKeysResources 259 stream.close();
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
DictionaryBackupAgent.java | 119 dataInput.close(); 130 dataOutput.close(); 156 cursor.close(); 186 cursor.close(); 204 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/init/ |
bootchart.c | 72 close(fd); 194 close(fd); 235 close(fd); 269 close(fd); 344 close(fd);
|
/system/core/libdiskconfig/ |
diskconfig.c | 382 close(fd); 406 close(*fd); 427 close(fd); 448 close(fd); 453 close(fd);
|
/external/dropbear/ |
loginrec.c | 730 (void)close(fd); 921 (void)close(fd); 1010 close(fd); 1017 close(fd); 1025 close (fd); 1050 close (fd); 1056 close(fd); 1088 (void)close(fd); 1166 close(fd); 1173 close(fd) [all...] |
scp.c | 192 close(reserved[0]); 193 close(reserved[1]); 214 close(pin[1]); 215 close(pout[0]); 218 close(pin[0]); 219 close(pout[1]); 255 /* Parent. Close the other side, and return the local side. */ 256 close(pin[0]); 258 close(pout[1]); 439 (void) close(remin) [all...] |
/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 | 361 close(ppp_dev_fd); 363 close(sock_fd); 366 close(sock6_fd); 369 close(slave_fd); 371 close(master_fd); 537 close(fd); 593 close(ppp_fd); 599 close(ppp_dev_fd); 622 close(ppp_dev_fd); 703 close(master_fd) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
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/chromium_org/ipc/ |
ipc_channel_posix.cc | 78 // close its copy of the client socket and remove the mapping. 83 // connects. Once the client connects, the server will close the original 85 // object closes, it will close the only remaining copy of the client socket 195 Close(); 209 if (HANDLE_EINTR(close(pipe_fds[0])) < 0) 210 PLOG(ERROR) << "close"; 211 if (HANDLE_EINTR(close(pipe_fds[1])) < 0) 212 PLOG(ERROR) << "close"; 449 Close(); 454 Close(); [all...] |
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 257 close(sd); 284 close(sd); 293 close(sd); 297 close(sd); 326 close(state_fd); 341 close(state_fd); 443 * Close all file descriptors 463 close(i); 544 close(s); 548 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) {}
|
/frameworks/base/core/java/android/os/ |
ParcelFileDescriptor.java | 51 * you to close it when done with it. 59 * Optional socket used to communicate close events, status at close, and 179 mGuard.open("close"); 287 * so you must still close that fd as well as the new ParcelFileDescriptor. 309 * responsible for closing it. You must not close the fd yourself. 326 * the Socket, so you must still close the Socket as well as the new 574 * expecting a reliable signal through {@link #close()} or 594 * Close the ParcelFileDescriptor. This implementation closes the underlying 598 * If an error occurs attempting to close this ParcelFileDescriptor 601 public void close() throws IOException { method in class:ParcelFileDescriptor 801 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseInputStream 824 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...] |
/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...] |
/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...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapVcardManager.java | 173 contactCursor.close(); 192 callCursor.close(); 232 callCursor.close(); 275 contactCursor.close(); 312 contactCursor.close(); 353 callsCursor.close(); 407 contactCursor.close(); 445 contactCursor.close(); 459 contactCursor.close();
|
/packages/apps/Mms/src/com/android/mms/ui/ |
UriImage.java | 185 c.close(); 204 input.close(); 323 input.close(); 372 os.close(); 392 os.close(); 448 input.close(); 455 os.close(); 522 inputStream.close(); 553 cursor.close();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
socket.py | 178 # to close the underlying socket object. 192 def close(self, _closedsocket=_closedsocket, member in class:_socketobject 199 close.__doc__ = _realsocket.close.__doc__ 246 def __init__(self, sock, mode='rb', bufsize=-1, close=False): 270 self._close = close 276 def close(self): member in class:_fileobject 282 self._sock.close() 287 self.close() 289 # close() may fail if __init__ didn't complet [all...] |