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

<<11121314151617181920>>

  /external/lldb/test/pexpect-2.4/
fdpexpect.py 2 So you are reponsible for opening and close the file descriptor.
50 def close (self): member in class:fdspawn
55 self.close (self)
58 os.close(self.child_fd)
  /external/llvm/utils/llvm-build/llvmbuild/
configutil.py 31 f.close()
52 f.close()
64 f.close()
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
PostExample.java 30 out.close();
41 if (out != null) out.close();
42 if (in != null) in.close();
  /external/proguard/src/proguard/io/
FilteredDataEntryWriter.java 111 public void close() throws IOException method in class:FilteredDataEntryWriter
115 acceptedDataEntryWriter.close();
121 rejectedDataEntryWriter.close();
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataridevmouse.c 77 close(handle);
86 close(handle);
98 close(handle);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteOpenHelper.java 24 database.close();
30 public synchronized void close() { method in class:ShadowSQLiteOpenHelper
32 database.close();
  /external/srec/tools/cmd/
pht_to_long.pl 28 close(PHT);
63 close(HH);
64 close(OO);
  /frameworks/base/core/java/android/speech/srec/
MicrophoneInputStream.java 51 close(); method
80 public void close() throws IOException { method in class:MicrophoneInputStream
97 close(); method
98 throw new IOException("someone forgot to close MicrophoneInputStream");
  /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()

Completed in 1049 milliseconds

<<11121314151617181920>>