HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1 - 25 of 3354) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/io/
Closeable.java 22 * {@link InputStream}s and {@link OutputStream}s. Calling the {@code close}
34 public void close() throws IOException; method in interface:Closeable
  /frameworks/base/core/java/android/nfc/
ILlcpServiceSocket.aidl 25 void close(int nativeHandle);
  /external/dropbear/libtomcrypt/
fixupind.pl 8 close OUT;
9 close IN;
filter.pl 20 close INS;
29 close TMP;
30 close SRC;
  /libcore/luni/src/main/java/java/util/logging/
ConsoleHandler.java 57 public void close() { method in class:ConsoleHandler
58 super.close(false);
  /frameworks/base/core/java/android/content/
EntityIterator.java 24 * resetting the iterator back to the beginning and provides for an explicit {@link #close()}
38 public void close(); method in interface:EntityIterator
  /libcore/luni/src/main/java/java/nio/channels/
InterruptibleChannel.java 27 * the channel's {@link #close()} method. The I/O thread will throw an
50 public void close() throws IOException; method in interface:InterruptibleChannel
Channel.java 51 * If multiple threads attempt to simultaneously close a channel, then only
58 public void close() throws IOException; method in interface:Channel
  /packages/apps/Camera/src/com/android/camera/gallery/
IImageList.java 62 public void close(); method in interface:IImageList
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NamedTaskExecutor.java 42 void close(); method in interface:NamedTaskExecutor
  /packages/apps/Email/src/org/apache/commons/io/input/
AutoCloseInputStream.java 61 public void close() throws IOException { method in class:AutoCloseInputStream
62 in.close();
68 * If the underlying stream returns -1, the {@link #close()} method is
69 * called to automatically close and discard the stream.
77 close(); method
84 * buffer. If the underlying stream returns -1, the {@link #close()} method
85 * i called to automatically close and discard the stream.
94 close(); method
101 * buffer. If the underlying stream returns -1, the {@link #close()} method
102 * i called to automatically close and discard the stream.
113 close(); method
125 close(); method
    [all...]
  /bionic/libc/arch-arm/syscalls/
close.S 5 .type close, #function
6 .globl close
10 close: label
  /bionic/libc/arch-x86/syscalls/
close.S 5 .type close, @function
6 .globl close
9 close: label
  /external/dropbear/libtommath/
gen.pl 14 close SRC or die "Error closing $filename after reading: $!";
17 close OUT or die "Error closing mpi.c after writing: $!"
  /external/webkit/WebKit/chromium/public/
WebSocketStreamHandle.h 52 // Close the socket stream.
53 virtual void close() = 0;
  /frameworks/base/core/java/android/content/res/
XmlResourceParser.java 26 * an additional close() method on this interface for the client to indicate
31 * Close this interface to the resource. Calls on the interface are no
34 public void close(); method in interface:XmlResourceParser
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionsProvider.java 34 void close(); method in interface:SuggestionsProvider
  /system/extras/tests/cpueater/
cpueater.c 50 close(0);
52 close(1);
58 close(2);
61 close(fd);
  /external/clearsilver/util/
filter.c 78 close (pi[0]);
79 close (pi[1]);
93 close (pi[0]);
94 close (pi[1]);
98 close (po[0]);
99 close (po[1]);
113 close (pi[1]);
115 close (pi[0]);
120 close (po[0]);
122 close (po[1])
    [all...]
  /cts/libs/vogar-expect/src/vogar/util/
IoUtils.java 28 c.close();
37 c.close();
  /external/webkit/WebCore/css/
makegrammar.pl 39 close HPP;
43 close HEADER;
52 close GENSRC;
53 close CPP;
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/util/
IOUtilities.java 30 * Safely close a Closeable object, like an InputStream.
32 * @param stream The object to close.
37 public static boolean close(Closeable stream) { method in class:IOUtilities
40 stream.close();
  /external/webkit/SunSpider/
make-hosted 30 close TEMPLATE;
34 close DRIVER_TEMPLATE;
38 close RESULTS_TEMPLATE;
62 close TESTLIST;
70 close SCRIPT;
87 close OUTPUT;
94 close OUTPUT;
101 close PREFIX;
107 close CONTENTS;
  /bionic/libc/arch-sh/syscalls/
close.S 5 .type close, @function
6 .globl close
9 close: label
  /external/apache-http/src/org/apache/http/
HttpConnection.java 54 public void close() throws IOException; method in interface:HttpConnection

Completed in 630 milliseconds

1 2 3 4 5 6 7 8 91011>>