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

<<31323334353637383940>>

  /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/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 95 close();
149 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();
  /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...]
OldPipedWriterTest.java 81 pw.close();
104 pw.close();
122 pw.close();
202 pw.close();
208 pw.close();
225 reader.pr.close();
251 pw.close();
272 pw.close();
OldPushbackReaderTest.java 38 pbr.close();
66 tobj.close();
73 tobj.close();
81 * java.io.PushbackReader#close()
87 tobj.close();
88 tobj.close();
92 tobj.close();
216 pbr.close();
376 * Tears down the fixture, for example, close a network connection. This
381 pbr.close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatFieldTest.java 67 in.close();
68 out.close();
  /libcore/luni/src/test/java/libcore/java/util/zip/
GZIPInputStreamTest.java 59 in.close();
70 in.close();
OldAndroidGZIPStreamTest.java 42 outFile.close();
51 inFile.close();
90 out.close();
108 in.close();
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericSignatureFormatErrorTest.java 66 fos.close();
96 is.close();
  /libcore/luni/src/test/java/tests/java/sql/
InsertFunctionalityTest.java 50 statement.close();
51 conn.close();
86 userTab.close();
166 r.close();
184 r.close();
200 r.close();
222 r.close();
223 stat.close();
UpdateFunctionalityTest2.java 59 statement.close();
60 conn.close();
95 userTab.close();
197 r.close();
236 r.close();
257 r.close();
282 r.close();
283 stat.close();
  /libcore/support/src/test/java/libcore/dalvik/system/
CloseGuardTester.java 37 @Override public void close() {}
65 @Override public void close() throws IOException { method in class:CloseGuardTester
  /libcore/support/src/test/java/tests/support/
Support_OutputStream.java 42 public void close() throws IOException { method in class:Support_OutputStream
46 super.close();

Completed in 662 milliseconds

<<31323334353637383940>>