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

<<51525354555657585960>>

  /hardware/libhardware/include/hardware/
local_time_hal.h 117 return device->common.close(&device->common);
  /hardware/libhardware/modules/nfc/
nfc_pn544_example.c 22 /* Close an opened pn544 device instance */
39 dev->common.close = pn544_close;
  /hardware/qcom/display/msm8084/liboverlay/
overlayMem.h 56 /* dtor DO NOT call close so it can be copied */
63 /* close fd. assign base address to invalid*/
64 bool close();
177 inline bool OvMem::close() function in class:overlay::OvMem
217 fbFd.close();
221 fbFd.close();
  /hardware/qcom/display/msm8084/libqdutils/
qd_utils.cpp 91 close(edidFile);
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 42 close();
72 bool GenericPipe::close() { function in class:overlay::GenericPipe
75 if(!mCtrlData.ctrl.close()) {
76 ALOGE("GenericPipe failed to close ctrl");
79 if (!mCtrlData.data.close()) {
80 ALOGE("GenericPipe failed to close data");
overlayGenPipe.h 46 bool close();
  /hardware/qcom/display/msm8974/liboverlay/
overlayWriteback.cpp 42 if(!mBuf.close()) {
53 mBuf.close();
70 ret = mBuf.close();
87 if (!mFd.close()) {
  /hardware/qcom/display/msm8974/liboverlay/pipes/
overlayGenPipe.h 45 bool close();
  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 21 * resources that should have been cleaned up by explicit close
37 * guard.close();
73 * guard.close();
127 * failure to close. If CloseGuard is disabled, a non-null no-op
193 public void close() { method in class:CloseGuard
199 * properly cleanup by calling an explicit close method
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectInputStream2Test.java 45 oos.close();
51 ois.close();
69 oos.close();
74 ois.close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThrowableTest.java 91 ps.close();
136 ps.close();
152 ps.close();
169 pw.close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelLockingTest.java 59 writer.close();
76 readOnlyChannel.close();
79 writeOnlyChannel.close();
82 readWriteChannel.close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarFileTest.java 299 jarFile.close();
307 jarFile.close();
316 jarFile.close();
334 jarFile.close();
352 jarFile.close();
371 jarFile.close();
389 jarFile.close();
407 jarFile.close();
444 is.close();
461 is.close();
    [all...]
  /libcore/luni/src/main/java/java/io/
InputStream.java 107 * any resources during close. This implementation does nothing.
112 public void close() throws IOException { method in class:InputStream
PipedOutputStream.java 64 public void close() throws IOException { method in class:PipedOutputStream
  /libcore/luni/src/main/java/java/nio/channels/
FileLock.java 190 public final void close() throws IOException { method in class:FileLock
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLInputStream.java 66 public void close() { method in class:FtpURLInputStream
  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 98 fw.close();
131 writer.close();
155 bw.close();
159 fis.close();
OldStringReaderTest.java 64 sr.close();
  /libcore/luni/src/test/java/libcore/java/util/
ResourceLeakageDetectorTest.java 49 closeGuard.close();
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarOutputStreamTest.java 36 os.close();
  /libcore/luni/src/test/java/tests/java/sql/
SelectFunctionalityTest.java 66 conn.close();
67 statement.close();
94 userTab.close();
166 result.close();
227 prepStatement.close();
228 result.close();
257 result.close();
295 result.close();
323 result.close();
353 result.close();
    [all...]
  /libcore/support/src/test/java/tests/security/
MessageDigestTest.java 64 sourceData.close();
96 checkDigestStream.close();
110 sourceData.close();
133 sourceData.close();
  /libcore/support/src/test/java/tests/support/
Support_ASimpleInputStream.java 48 public void close() throws IOException { method in class:Support_ASimpleInputStream
Support_ASimpleOutputStream.java 41 public void close() throws IOException { method in class:Support_ASimpleOutputStream

Completed in 1154 milliseconds

<<51525354555657585960>>