HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1151 - 1175 of 7589) sorted by null

<<41424344454647484950>>

  /libcore/luni/src/main/java/libcore/net/url/
FtpURLInputStream.java 66 public void close() { method in class:FtpURLInputStream
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 37 fis.close();
41 s.close();
86 Libcore.os.close(clientFd);
109 Libcore.os.close(clientFd);
  /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/nio/channels/
DatagramChannelTest.java 55 dc.close();
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarOutputStreamTest.java 36 os.close();
  /libcore/luni/src/test/java/libcore/sqlite/
OldSQLiteTest.java 58 conn.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
Support_ASimpleReader.java 41 public void close() throws IOException { method in class:Support_ASimpleReader
  /packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java 27 * {@link WeakReference} back to a listener. Will properly close any
63 cursor.close();
  /packages/apps/Gallery/src/com/android/camera/gallery/
SingleImageList.java 73 public void close() { method in class:SingleImageList
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeLlcpConnectionlessSocket.java 73 public void close() throws IOException { method in class:NativeLlcpConnectionlessSocket
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeLlcpConnectionlessSocket.java 73 public void close() throws IOException { method in class:NativeLlcpConnectionlessSocket
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 126 if (DBG) Log.d(TAG, "about to close");
128 mServerSocket.close();
148 mServerSocket.close();
226 if (DBG) Log.d(TAG, "about to close");
227 mSock.close();
232 byteStream.close();
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ObjectCursorLoader.java 109 cursor.close();
121 oldCursor.close();
154 cursor.close();
166 mCursor.close();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DicTraverseSession.java 65 public void close() { method in class:DicTraverseSession
  /pdk/build/
prepare_pdk_tree.py 73 f.close()
123 p.stdout.close()
147 mountf.close()
148 umountf.close()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
basic_file.h 57 // True iff we opened _M_cfile, and thus must close it ourselves.
73 close();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_rate.h 61 * close the converter; optional
63 void (*close)(void *obj); member in struct:snd_pcm_rate_ops
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_rate.h 61 * close the converter; optional
63 void (*close)(void *obj); member in struct:snd_pcm_rate_ops
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 53 int (*close)(struct snd_seq_oss_arg *p); member in struct:snd_seq_oss_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_rate.h 61 * close the converter; optional
63 void (*close)(void *obj); member in struct:snd_pcm_rate_ops

Completed in 693 milliseconds

<<41424344454647484950>>