HomeSort by relevance Sort by last modified time
    Searched defs:close (Results 251 - 275 of 7761) sorted by null

<<11121314151617181920>>

  /libcore/benchmarks/src/benchmarks/regression/
JarFileBenchmark.java 36 jf.close();
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidBufferedReaderTest.java 41 a.close();
48 b.close();
55 c.close();
62 d.close();
  /libcore/ojluni/src/main/java/java/io/
ObjectInput.java 106 public void close() throws IOException; method in interface:ObjectInput
OutputStream.java 143 * associated with this stream. The general contract of <code>close</code>
147 * The <code>close</code> method of <code>OutputStream</code> does nothing.
151 public void close() throws IOException { method in class:OutputStream
  /libcore/ojluni/src/main/java/javax/sql/
PooledConnection.java 60 * method <code>close</code>. When connection pooling is being done,
71 * calls the <code>PooledConnection</code> method <code>close</code>.
80 * method <code>close</code>. When <code>Statement</code> pooling is being done,
124 void close() throws SQLException; method in interface:PooledConnection
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketDispatcher.java 64 void close(FileDescriptor fd) throws IOException { method in class:SocketDispatcher
  /packages/apps/Calendar/src/com/android/calendar/
CloudNotificationBackplane.java 29 public void close(); method in interface:CloudNotificationBackplane
  /packages/apps/Camera2/src/com/android/camera/async/
BufferQueueController.java 36 * Closes the stream. Implementations must tolerate multiple calls to close.
39 public void close(); method in interface:BufferQueueController
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
Ticket.java 25 * They may be released by calling {@link #close}.
33 public void close(); method in interface:Ticket
  /packages/apps/Dialer/java/com/android/incallui/calllocation/
CallLocation.java 31 void close(); method in interface:CallLocation
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
BinaryTempFileBody.java 71 base64Out.close();
73 in.close();
82 public void close() throws IOException { method in class:BinaryTempFileBody.BinaryTempFileBodyInputStream
83 super.close();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
MediaBytes.java 40 protected void close() { method in class:MediaBytes
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 69 sock.close();
85 public void close() { method in class:HandoverClient
89 mSocket.close();
146 if (DBG) Log.d(TAG, "about to close");
147 sock.close();
153 byteStream.close();
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
IoUtils.java 29 closeable.close();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NamedTaskExecutor.java 42 void close(); method in interface:NamedTaskExecutor
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
NullWriter.java 91 /** @see java.io.Writer#close() */
92 public void close() { method in class:NullWriter
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
CloseUtils.java 27 /** If the argument is non-null, close the cursor. */
30 cursor.close();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
42 Extra methods are: skip() (called by close, skips to the end of the chunk),
86 def close(self): member in class:Chunk
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
__init__.py 21 self.close = p.close
26 def close(self): member in class:Profile
27 """Close the logfile and terminate the profiler."""
28 self._prof.close()
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FormatParagraph.py 31 def close(self): member in class:FormatParagraph
Percolator.py 15 def close(self): member in class:Percolator
20 self.redir.close(); self.redir = None
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
argvemulator.py 30 def close(self): member in class:ArgvCollector
45 self.close()
  /prebuilts/gdb/linux-x86/lib/python2.7/
chunk.py 41 read, close, seek, tell, isatty.
42 Extra methods are: skip() (called by close, skips to the end of the chunk),
86 def close(self): member in class:Chunk
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
__init__.py 21 self.close = p.close
26 def close(self): member in class:Profile
27 """Close the logfile and terminate the profiler."""
28 self._prof.close()
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FormatParagraph.py 31 def close(self): member in class:FormatParagraph

Completed in 1098 milliseconds

<<11121314151617181920>>