HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 151 - 175 of 8416) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothOutputStream.java 37 * Close this output stream and the socket associated with it.
39 public void close() throws IOException { method in class:BluetoothOutputStream
40 mSocket.close();
  /frameworks/base/core/java/android/content/
CursorEntityIterator.java 105 public final void close() { method in class:CursorEntityIterator
110 mCursor.close();
  /frameworks/support/v17/leanback/
generatev4.py 39 file.close()
40 outfile.close()
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java 42 zfile.close();
66 in.close();
78 * java.util.zip.ZipFile#close()
81 // Test for method void java.util.zip.ZipFile.close()
90 zf.close();
111 zfile.close();
130 zfile.close();
152 is.close();
153 fos.close();
158 * Tears down the fixture, for example, close a network connection. Thi
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStreamTest.java 27 * javax.crypto.CipherOutputStream#close()
33 .getInstance("DES/CBC/PKCS5Padding")).close();
42 .getInstance("DES/CBC/PKCS5Padding")).close();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp 15 // void close();
29 fs.close();
38 fs.close();
  /packages/apps/Camera2/src/com/android/camera/async/
RefCountedBufferQueueController.java 46 public void close() { method in class:RefCountedBufferQueueController
47 mBuffer.close();
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
RefCountedImageProxy.java 43 public void close() { method in class:RefCountedImageProxy
44 mRefCount.close();
SingleCloseImageProxy.java 26 * Wraps {@link ImageProxy} to filter out multiple calls to {@link #close}.
40 public void close() { method in class:SingleCloseImageProxy
42 super.close();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DemuxInputStream.java 53 public void close() method in class:DemuxInputStream
59 input.close();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ProxyOutputStream.java 82 * Invokes the delegate's <code>close()</code> method.
85 public void close() throws IOException { method in class:ProxyOutputStream
86 out.close();
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/tests/
test_sparsegraph6.py 21 fh.close()
25 os.close(fd)
34 fh.close()
39 os.close(fd)
65 fh.close()
69 os.close(fd)
78 fh.close()
85 os.close(fd)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceCommandWriter.java 53 public void close() { method in class:TraceCommandWriter
55 mStream.close();
  /system/core/libcutils/
load_file.c 41 close(fd);
48 close(fd);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipFileTest.java 43 zfile.close(); // about to reopen the same temp file
47 zip.close();
71 zfile.close(); // about to reopen the same temp file
73 zip.close();
104 in.close();
105 out.close();
120 * java.util.zip.ZipFile#close()
123 // Test for method void java.util.zip.ZipFile.close()
132 zf.close();
163 zfile.close();
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSocketTest.java 44 soc.close();
55 ss.close();
56 soc.close();
66 ss.close();
67 soc.close();
79 ss1.close();
80 ss2.close();
81 soc.close();
96 ss1.close();
97 ss2.close();
    [all...]
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 39 // On Cygwin, Linux, and Solaris, the best way to close iterates over "/proc/self/fd/".
47 // Keep track of the system properties fd so we don't close it.
62 close(fd);
75 close(pipes[i]);
83 close(status_pipe_fd);
135 // Close all but statusOut. This saves some work in the next step.
138 // Make statusOut automatically close if execvp() succeeds.
141 // Close remaining unwanted open fds.
165 // Close child's pipe ends.
166 close(stdinIn)
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 87 ss.close();
92 s.close();
110 socket.close();
128 s2.close();
136 s1.close();
177 // Test for method void java.net.Socket.close()
178 int sport = startServer("SServer close");
185 s.close();
209 is.close();
210 client.close();
2208 protected void close() throws IOException { method in class:OldSocketTest.MockSocketImpl
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java 57 target.close();
58 stForward.close();
72 // res.close() does not wrap up
82 target.close();
89 // statement.close() does not wrap up
100 target.close();
108 * According to the JDBC spec close has to "Releases this ResultSet
115 target.close();
138 s.close();
164 rs1.close();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
RandomAccessFileTest.java 58 raf.close();
64 raf.close();
70 raf.close();
76 raf.close();
81 raf.close();
94 raf.close();
98 raf.close();
102 raf.close();
119 raf.close();
130 raf.close();
    [all...]
  /external/skia/tests/
PathOpsSimplifyTest.cpp 16 path.close();
26 path.close();
34 path.close();
41 path.close();
48 path.close();
55 path.close();
153 path.close();
157 path.close();
167 path.close();
171 path.close();
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 138 oos.close();
158 oos.close();
164 ois.close();
170 oos.close();
182 ois.close();
186 // Test for method void java.io.ObjectInputStream.close()
188 oos.close();
194 ois.close();
200 ois.close();
215 oos.close();
    [all...]
  /bootable/recovery/minadbd/
fuse_adb_provider_test.cpp 70 close(sockets[0]);
71 close(sockets[1]);
81 ASSERT_EQ(0, close(sockets[1]));
87 close(sockets[0]);
  /dalvik/dx/src/com/android/multidex/
ClassPathElement.java 37 void close() throws IOException; method in interface:ClassPathElement
  /device/htc/flounder/sensor_hub/libsensors/
SensorBase.cpp 48 close(data_fd);
51 close(dev_fd);
65 close(dev_fd);
87 close(fd);

Completed in 1922 milliseconds

1 2 3 4 5 67 8 91011>>