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

<<61626364656667686970>>

  /libcore/luni/src/main/java/java/nio/
PipeImpl.java 71 channel.close();
106 channel.close();
  /libcore/luni/src/main/java/java/util/logging/
MemoryHandler.java 158 * Close this handler and target handler, free all associated resources.
161 public void close() { method in class:MemoryHandler
163 target.close();
  /libcore/luni/src/main/java/java/util/zip/
DeflaterOutputStream.java 124 * all underlying streams. This stream can no longer be used after close()
132 public void close() throws IOException { method in class:DeflaterOutputStream
133 // everything closed here should also be closed in ZipOutputStream.close()
138 out.close();
142 * Writes any unwritten data to the underlying stream. Does not close the
InflaterInputStream.java 247 public void close() throws IOException { method in class:InflaterInputStream
252 super.close();
  /libcore/luni/src/main/java/libcore/io/
StrictLineReader.java 134 public void close() throws IOException { method in class:StrictLineReader
138 in.close();
  /libcore/luni/src/test/java/libcore/java/io/
OldSequenceInputStreamTest.java 48 si.close();
99 si.close();
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorAttributeTest.java 186 out.close();
188 in.close();
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HandshakeCompletedEventTest.java 436 istream.close();
445 ostream.close();
447 clientSocket.close();
448 serverSocket.close();
508 ostream.close();
517 istream.close();
519 socket.close();
545 inputStream.close();
  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 122 public void close() { method in class:AutoFillProfileDatabase
123 mOpenHelper.close();
  /packages/apps/Camera/tests/src/com/android/camera/stress/
CameraLatency.java 133 out.close();
134 fstream.close();
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
CameraLatency.java 132 out.close();
133 fstream.close();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGInputStream.java 75 public void close() throws IOException { method in class:JPEGInputStream
77 super.close();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
CameraLatency.java 123 out.close();
124 fstream.close();
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 88 cursor.close();
230 cursor.close();
272 msgs.close();
276 cursor.close();
372 cursor.close();
416 cursor.close();
467 msgs.close();
471 cursor.close();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DelayingSuggestionsAdapter.java 46 public void close() { method in class:DelayingSuggestionsAdapter
48 mDelayedAdapter.close();
96 // Close old suggestions, but only if they are not also the current
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
PerNameExecutorTest.java 93 assertRanNever("before close()", a1);
94 mExecutor.close();
95 assertRanNever("after close() 1", a1);
96 mExecutor.close();
97 assertRanNever("after close() 2", a1);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
AccountUtils.java 88 accountsCursor.close();
113 accountsCursor.close();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 54 public void close() throws IOException { method in class:QuotedPrintableInputStream
55 stream.close();
  /packages/experimental/procstatlog/
procstatlog.c 84 close(fd);
89 close(fd);
113 close(fd);
117 close(fd);
168 close(fd);
172 close(fd);
253 close(fd);
257 close(fd);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataHandler.java 79 results.close();
96 results.close();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryCollection.java 103 public void close() { method in class:DictionaryCollection
105 dict.close();
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 89 out.close();
102 gzOut.close();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
CommonNicknameCache.java 83 cursor.close();
147 cursor.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 52 f.close()
149 f.close()
ftplib.py 285 sock.close()
346 conn.close()
363 sock.close()
415 conn.close()
444 fp.close()
445 conn.close()
470 conn.close()
495 conn.close()
581 '''Quit, and close the connection.'''
583 self.close()
586 def close(self): member in class:FTP
    [all...]

Completed in 2497 milliseconds

<<61626364656667686970>>