HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 901 - 925 of 8652) sorted by null

<<31323334353637383940>>

  /external/zlib/src/contrib/iostream2/
zstream.h 57 ~izstream() { close(); }
66 if (m_fp) close();
72 if (m_fp) close();
80 int close() { function in class:izstream
169 close();
180 if (m_fp) close();
190 if (m_fp) close();
198 int close() { function in class:ozstream
  /frameworks/av/media/img_utils/src/
FileInput.cpp 28 ALOGE("%s: FileInput destroyed without calling close!", __FUNCTION__);
29 close();
69 status_t FileInput::close() { function in class:android::img_utils::FileInput
71 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
77 ALOGE("%s: Failed to close file %s.", __FUNCTION__, mPath.string());
FileOutput.cpp 29 close();
63 status_t FileOutput::close() { function in class:android::img_utils::FileOutput
65 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
71 ALOGE("%s: Failed to close file %s.", __FUNCTION__, mPath.string());
  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 47 * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
50 * close the returned {@link BluetoothSocket}.
53 * safe. In particular, {@link #close} will always immediately abort ongoing
54 * operations and close the server socket.
110 * <p>{@link #close} can be used to abort this call from another thread.
124 * <p>{@link #close} can be used to abort this call from another thread.
134 * Immediately close this socket, and release all associated resources.
138 * close any {@link BluetoothSocket} received from {@link #accept()}.
140 public void close() throws IOException { method in class:BluetoothServerSocket
146 mSocket.close();
    [all...]
  /frameworks/base/core/java/android/hardware/
SerialPort.java 62 public void close() throws IOException { method in class:SerialPort
64 mFileDescriptor.close();
  /frameworks/base/core/java/android/net/
INetworkStatsSession.aidl 36 void close();
  /frameworks/base/core/java/android/nfc/
INfcAdapterExtras.aidl 27 Bundle close(in String pkg, IBinder b);
INfcTag.aidl 28 int close(int nativeHandle);
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsUt.aidl 32 void close();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
CameraTestThread.java 72 public synchronized void close() throws Exception { method in class:CameraTestThread
88 close(); method
  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 94 close();
148 void close();
  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipService.aidl 32 void close(in String localProfileUri);
  /frameworks/volley/src/com/android/volley/toolbox/
PoolingByteArrayOutputStream.java 57 public void close() throws IOException { method in class:PoolingByteArrayOutputStream
60 super.close();
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.h 40 /* dtor close */
44 /* unset overlay, reset and close fd */
45 bool close();
142 bool close();
165 /* dtor close*/
171 /* close fd, and reset */
172 bool close();
206 close();
316 inline bool MdpCtrl3D::close() { function in class:overlay::MdpCtrl3D
320 ALOGE("MdpCtrl3D close failed set3D with 0")
367 inline bool MdpData::close() { function in class:overlay::MdpData
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
GenericSignatureFormatErrorTest.java 65 fos.close();
95 is.close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
InflaterOutputStreamTest.java 122 * java.util.zip.InflaterOutputStream#close()
126 ios.close();
127 // multiple close
128 ios.close();
136 ios.close();
154 ios.close();
186 ios.close();
198 ios.close();
228 // write after close
230 ios.close();
    [all...]
ZipInputStreamTest.java 59 zos.close();
71 zis.close();
86 * java.util.zip.ZipInputStream#close()
90 zis.close();
100 * java.util.zip.ZipInputStream#close()
104 zis.close();
105 // another call to close should NOT cause an exception
106 zis.close();
134 zis1.close();
178 zis.close();
    [all...]
  /libcore/luni/src/main/java/java/io/
BufferedOutputStream.java 146 @Override public synchronized void close() throws IOException { method in class:BufferedOutputStream
152 super.close();
ByteArrayOutputStream.java 73 * if an error occurs while attempting to close this stream.
76 public void close() throws IOException { method in class:ByteArrayOutputStream
82 super.close();
SequenceInputStream.java 96 public void close() throws IOException { method in class:SequenceInputStream
110 in.close();
162 * will close that substream and start with the next one. If there are no
  /libcore/luni/src/main/java/java/util/zip/
InflaterOutputStream.java 90 public void close() throws IOException { method in class:InflaterOutputStream
94 out.close();
  /libcore/luni/src/main/java/javax/crypto/
CipherOutputStream.java 113 * Close this cipher output stream.
123 public void close() throws IOException { method in class:CipherOutputStream
141 out.close();
  /libcore/luni/src/main/java/libcore/io/
MemoryMappedFile.java 31 * A memory-mapped file. Use {@link #mmap} to map a file, {@link #close} to unmap a file,
54 Libcore.os.close(fd);
59 * Unmaps this memory-mapped file using munmap(2). This is a no-op if close has already been
60 * called. Note that this class does <i>not</i> use finalization; you must call {@code close}
64 * error to use such an iterator after calling {@code close}.
66 public synchronized void close() throws ErrnoException { method in class:MemoryMappedFile
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidPrintWriterTest.java 44 a.close();
69 b.close();
OldBufferedWriterTest.java 67 // Test for method void java.io.BufferedWriter.close()
69 bw.close();
75 assertFalse("Test 2: Write after close.", sw.toString().equals(testString));
79 bw.close();
94 bw.close();
113 bw.close();
198 bw.close();
224 bw.close();
285 bw.close();
312 bw.close();
    [all...]

Completed in 445 milliseconds

<<31323334353637383940>>