HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 476 - 500 of 8582) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/os/
MemoryFileTest.java 66 fileToClose.close();
99 file.close();
136 is.close();
139 file.close();
182 is.close();
185 file.close();
189 // Tests that close() is idempotent
195 file.close();
196 file.close();
203 file.close();
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
OutputPort.java 51 public void close() { method in class:OutputPort
52 super.close();
54 mTargetPort.close();
  /frameworks/base/tools/obbtool/
pbkdf2gen.cpp 46 close(fd);
54 close(fd);
57 close(fd);
  /frameworks/opt/net/voip/src/java/android/net/rtp/
RtpStream.java 184 close(); method
188 private native void close(); method in class:RtpStream
192 close(); method
  /libcore/benchmarks/src/benchmarks/regression/
SSLLoopbackBenchmark.java 42 context.close();
43 sockets[0].close(); method
44 sockets[1].close(); method
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ScannerParseLargeFileBenchmarkTest.java 38 scanner.close();
39 reader.close();
49 public void close() throws IOException { method in class:ScannerParseLargeFileBenchmarkTest.FakeLargeFile
  /libcore/luni/src/main/java/java/util/logging/
SocketHandler.java 130 public void close() { method in class:SocketHandler
132 super.close();
134 this.socket.close();
  /libcore/luni/src/test/java/libcore/java/io/
OldFilterInputStreamTest.java 50 is.close();
62 is.close();
72 is.close();
84 is.close();
111 is.close();
133 is.close();
147 is.close();
164 is.close();
225 is.close();
284 is.close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramPacketTest.java 53 cs.close();
56 cs.close();
57 ss.close();
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java 55 fc.close();
64 fc.close();
71 fc.close();
76 fc.close();
95 fc.close();
111 fos.close();
133 fc.close();
155 fc.close();
175 fc.close();
195 fc.close();
    [all...]
SocketChannelTest.java 111 os.close();
116 ss.close();
132 is.close();
137 ss.close();
160 sc.close();
176 sc.close();
198 sc.close();
224 sc.close();
247 ss.close();
248 sc.close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldSQLTest.java 62 st.close();
63 conn.close();
86 st.close();
  /libcore/support/src/test/java/tests/net/
StuckServer.java 77 public void close() throws IOException { method in class:StuckServer
79 serverSocket.close();
82 client.close();
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
BinaryTempFileBody.java 76 base64Out.close();
86 public void close() throws IOException { method in class:BinaryTempFileBody.BinaryTempFileBodyInputStream
87 super.close();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
LineIterator.java 29 * When you have finished with the iterator you should close the reader
31 * or by calling the {@link #close()} or {@link #closeQuietly(LineIterator)}
82 * If there is an <code>IOException</code> then {@link #close()} will
106 close(); method
150 * lines of a larger file. If you do not close the iterator
154 public void close() { method in class:LineIterator
173 * @param iterator the iterator to close
177 iterator.close();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ReorderingCursorWrapper.java 46 public void close() { method in class:ReorderingCursorWrapper
47 super.close();
48 mCursor.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
keyword.py 70 fp.close()
76 fp.close()
90 fp.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
keyword.py 70 fp.close()
76 fp.close()
90 fp.close()
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
TemplatedInputStream.java 82 public void close() throws IOException { method in class:TemplatedInputStream
83 super.close();
84 mIn.close();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
VersionLoader.java 63 out.close();
66 in.close();
69 socket.close();
  /external/chromium_org/third_party/tlslite/tests/
tlstest.py 103 connection.close()
111 connection.close()
121 connection.close()
131 connection.close()
144 connection.close()
154 connection.close()
160 connection.close()
181 connection.close()
215 connection.close()
225 connection.close()
    [all...]
  /external/qemu/slirp/
misc.c 183 close(master);
191 close(master);
192 close(slave);
225 (void) close(master);
296 close(s);
298 close(master);
304 (void) close(master);
311 close(s);
338 close(s);
370 close(0); close(1); close(2); /* XXX *
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest.java 212 oos.close();
239 ois.close();
261 * Tears down the fixture, for example, close a network connection. This
267 oos.close();
275 oos.close();
277 oos.close();
281 // Test for method void java.io.ObjectOutputStream.close()
283 oos.close();
285 oos.close();
313 oos.close();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketTest.java 74 serverSocket.close();
99 ds.close();
113 * java.net.DatagramSocket#close()
119 ds.close();
122 fail("Data sent after close");
156 ds.close();
194 ds.close();
215 ds.close();
242 ds.close();
269 ds.close();
466 protected void close() { method in class:DatagramSocketTest.TestDatagramSocketImpl
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genericpath.py 79 f.close()
83 f.close()
90 f.close()
93 f.close()
96 f.close()
105 f.close()
113 f.close()
119 if not f.close():
120 f.close()
128 f.close()
    [all...]

Completed in 399 milliseconds

<<11121314151617181920>>