HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 351 - 375 of 8582) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/io/
FilterInputStream.java 63 public void close() throws IOException { method in class:FilterInputStream
64 in.close();
FilterOutputStream.java 55 * if an error occurs attempting to close this stream.
58 public void close() throws IOException { method in class:FilterOutputStream
67 out.close();
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/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();
  /libcore/support/src/test/java/org/apache/harmony/testframework/
CharSinkTester.java 97 out.close();
110 out.close();
122 out.close();
135 out.close();
161 out.close();
174 out.close();
184 out.close();
198 out.close();
SinkTester.java 98 out.close();
111 out.close();
123 out.close();
145 out.close();
176 out.close();
186 out.close();
196 out.close();
210 out.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/Camera2/tests_camera/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();

Completed in 592 milliseconds

<<11121314151617181920>>