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

<<51525354555657585960>>

  /libcore/luni/src/main/java/java/security/
SignedObject.java 83 oos.close();
109 ois.close();
  /libcore/luni/src/main/java/java/util/zip/
DeflaterInputStream.java 92 public void close() throws IOException { method in class:DeflaterInputStream
95 in.close();
  /libcore/luni/src/main/java/javax/crypto/
CipherInputStream.java 172 public void close() throws IOException { method in class:CipherInputStream
173 in.close();
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedReaderTest.java 62 br.close();
68 fail("Exception during close test " + e.toString());
73 br.close();
176 br.close();
233 br.close();
251 br.close();
254 br.close();
281 br.close();
322 br.close();
OutputStreamWriterTest.java 44 writer.close();
52 // On flush/close, the writer needs to admit defeat and write the replacement character.
64 writer.close();
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatFieldTest.java 85 out.close();
87 in.close();
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarInputStreamTest.java 34 // we need a buffered stream because ByteArrayInputStream.close() is a no-op
36 is.close();
85 jis.close(); // Android throws exception here, already!
  /libcore/luni/src/test/java/libcore/util/
ZoneInfoDBTest.java 66 in.close();
90 fos.close();
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 137 /* Automatically included by modules that need a replacement for close. */
138 # undef close macro
139 # define close rpl_close macro
140 extern int close (int);
143 # undef close macro
144 # define close close_used_without_requesting_gnulib_module_close macro
146 # undef close macro
147 # define close(f) \ macro
148 (GL_LINK_WARNING ("close does not portably work on sockets - " \
149 "use gnulib module close for portability"),
    [all...]
  /packages/apps/Camera/tests/src/com/android/camera/stress/
SwitchPreview.java 82 mOut.close();
83 mfstream.close();
85 assertTrue("CameraSwitchMode close output", false);
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
SwitchPreview.java 82 mOut.close();
83 mfstream.close();
85 assertTrue("CameraSwitchMode close output", false);
  /packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java 38 os.close();
83 fis.close();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java 61 rdr.close();
88 w.close();
  /packages/apps/Email/emailsync/src/com/android/emailsync/
EmailSyncAlarmReceiver.java 85 c.close();
101 c.close();
FileLogger.java 46 static public synchronized void close() { method in class:FileLogger
49 sLogWriter.close();
  /packages/apps/Exchange/src/com/android/exchange/utility/
FileLogger.java 45 static public synchronized void close() { method in class:FileLogger
48 sLogWriter.close();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGOutputStream.java 74 public void close() throws IOException { method in class:JPEGOutputStream
76 super.close();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
SwitchPreview.java 82 mOut.close();
83 mfstream.close();
85 assertTrue("CameraSwitchMode close output", false);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DeferredFileOutputStream.java 88 * True when close() has been called successfully.
231 public void close() throws IOException method in class:DeferredFileOutputStream
233 super.close();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
MimeBoundaryInputStream.java 77 public void close() throws IOException { method in class:MimeBoundaryInputStream
78 s.close();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ReadOnlyBinaryDictionary.java 112 public void close() { method in class:ReadOnlyBinaryDictionary
115 mBinaryDictionary.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_pickle.py 52 self.db.close()
53 self.env.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 91 f.close()
97 f.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py 30 f.close()
38 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_pickle.py 52 self.db.close()
53 self.env.close()

Completed in 837 milliseconds

<<51525354555657585960>>