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

<<11121314151617181920>>

  /external/guava/guava/src/com/google/common/io/
MultiReader.java 45 close(); method
81 @Override public void close() throws IOException { method in class:MultiReader
84 current.close();
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpEndpoint.java 79 public void close() method in class:UdpEndpoint
81 close( false );
84 public void close( boolean flush ) method in class:UdpEndpoint
  /external/linux-tools-perf/util/
pager.c 35 close(1);
36 close(2);
84 close(pager_process.in);
  /external/llvm/utils/llvm-build/llvmbuild/
configutil.py 31 f.close()
52 f.close()
64 f.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/harmony-tests/src/test/java/org/apache/harmony/luni/tests/java/util/
ScannerParseLargeFileBenchmarkTest.java 38 scanner.close();
39 reader.close();
54 public void close() throws IOException { method in class:ScannerParseLargeFileBenchmarkTest.MyReader
  /libcore/luni/src/main/java/java/util/logging/
SocketHandler.java 133 public void close() { method in class:SocketHandler
135 super.close();
137 this.socket.close();
  /libcore/luni/src/test/java/libcore/java/io/
OldFilterInputStreamTest.java 52 is.close();
64 is.close();
74 is.close();
86 is.close();
113 is.close();
135 is.close();
149 is.close();
166 is.close();
227 is.close();
286 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/sql/
OldSQLTest.java 62 st.close();
63 conn.close();
86 st.close();
  /libcore/luni/src/test/java/libcore/java/util/zip/
GZIPOutputStreamTest.java 48 gzippedOut.close();
57 in.close();
67 in.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()

Completed in 1434 milliseconds

<<11121314151617181920>>