HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 326 - 350 of 7588) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/io/
FilterReader.java 55 public void close() throws IOException { method in class:FilterReader
57 in.close();
FilterWriter.java 53 * if an error occurs attempting to close this writer.
56 public void close() throws IOException { method in class:FilterWriter
58 out.close();
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java 46 AbstractInterruptibleChannel.this.close();
67 * If multiple threads attempt to simultaneously close a channel, then only
73 * @see java.nio.channels.Channel#close()
75 @Override public final void close() throws IOException { method in class:AbstractInterruptibleChannel
124 * closed through another invocation of {@code close()} and that the method
  /libcore/luni/src/test/java/libcore/io/
StrictLineReaderTest.java 57 refStream.close();
58 lineReader.close();
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java 49 zfile.close();
73 in.close();
85 * java.util.zip.ZipFile#close()
88 // Test for method void java.util.zip.ZipFile.close()
97 zf.close();
118 zfile.close();
137 zfile.close();
168 is.close();
169 fos.close();
174 * Tears down the fixture, for example, close a network connection. Thi
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java 47 * javax.crypto.CipherInputStream#close()
53 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
60 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSessions.java 61 public void close() { method in class:TestSSLSessions
62 s.close();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/
close.pass.cpp 15 // void close();
29 fs.close();
38 fs.close();
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapRfcommTransport.java 36 public void close() throws IOException { method in class:BluetoothMapRfcommTransport
37 mSocket.close();
BluetoothMnsRfcommTransport.java 36 public void close() throws IOException { method in class:BluetoothMnsRfcommTransport
37 mSocket.close();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommTransport.java 54 public void close() throws IOException { method in class:BluetoothOppRfcommTransport
55 mSocket.close();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapRfcommTransport.java 53 public void close() throws IOException { method in class:BluetoothPbapRfcommTransport
54 mSocket.close();
  /packages/apps/Camera/tests/src/com/android/camera/stress/
TestUtil.java 43 mOut.close();
44 mfstream.close();
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
TestUtil.java 43 mOut.close();
44 mfstream.close();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
InterruptableOutputStream.java 54 public void close() throws IOException { method in class:InterruptableOutputStream
55 mOutputStream.close();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
TestUtil.java 43 mOut.close();
44 mfstream.close();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursorWrapper.java 35 public void close() { method in class:SuggestionCursorWrapper
37 mCursor.close();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
PerNameExecutor.java 44 public synchronized void close() { method in class:PerNameExecutor
47 executor.close();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ProxyInputStream.java 98 * Invokes the delegate's <code>close()</code> method.
101 public void close() throws IOException { method in class:ProxyInputStream
102 in.close();
ProxyReader.java 98 * Invokes the delegate's <code>close()</code> method.
101 public void close() throws IOException { method in class:ProxyReader
102 in.close();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DemuxOutputStream.java 53 public void close() method in class:DemuxOutputStream
59 output.close();
ProxyWriter.java 104 * Invokes the delegate's <code>close()</code> method.
107 public void close() throws IOException { method in class:ProxyWriter
108 out.close();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SynchronouslyLoadedContactsBinaryDictionary.java 51 public synchronized void close() { method in class:SynchronouslyLoadedContactsBinaryDictionary
52 // Actually with the current implementation of ContactsDictionary it's safe to close
56 super.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 22 db.close()
33 anydbm.open(dbfile, "c").close()
test_sunaudiodev.py 17 fp.close()
24 a.close()

Completed in 295 milliseconds

<<11121314151617181920>>