HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 26 - 50 of 16771) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
QuietlyCloseable.java 22 * Interface for closeable objects whose close method doesn't throw IOExceptions.
26 void close(); method in interface:QuietlyCloseable
  /external/syslinux/com32/lib/sys/
openconsole.c 40 close(0);
43 close(1);
46 close(2);
close.c 29 * close.c
37 int close(int fd) function
47 if (fp->iop->close) {
48 rv = fp->iop->close(fp);
54 if (fp->oop->close) {
55 rv = fp->oop->close(fp);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DataOutputStreamTest.java 53 dis.close();
62 os.close();
66 dis.close();
75 os.close();
79 dis.close();
89 os.close();
92 dis.close();
101 os.close();
104 dis.close();
113 os.close();
    [all...]
FileWriterTest.java 44 fos.close();
47 bw.close();
51 br.close();
64 fileWriter.close();
69 fileWriter.close();
74 fileReader.close();
80 fileWriter.close();
85 fileWriter.close();
90 fileReader.close();
100 fos.close();
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
HTMLElementTest.java 44 root.close();
53 root.close();
62 root.close();
69 root.close();
76 root.close();
83 root.close();
90 root.close();
97 root.close();
105 root.close();
112 root.close();
    [all...]
  /packages/apps/UnifiedEmail/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...]
  /external/compiler-rt/test/asan/TestCases/Posix/
closed-fds.cc 20 close(STDIN_FILENO);
21 close(STDOUT_FILENO);
22 close(STDERR_FILENO);
  /external/proguard/src/proguard/
LineWordReader.java 65 public void close() throws IOException method in class:LineWordReader
67 super.close();
71 reader.close();
  /packages/apps/Email/src/com/android/email/data/
ClosingMatrixCursor.java 25 * {@link MatrixCursor} which takes an extra {@link Cursor} to the constructor, and close
37 public void close() { method in class:ClosingMatrixCursor
39 mInnerCursor.close();
41 super.close();
  /bionic/libc/bionic/
close.cpp 34 int close(int fd) { function
37 // POSIX says that if close returns with EINTR, the fd must not be closed.
40 // with the state after EINTR being undefined, and EINPROGRESS for the case where close
43 // that close only returns -1 if it failed. Unlike other system calls, I have real
44 // difficulty even imagining a caller that would need to know that close was interrupted
50 // Since callers don't know ahead of time whether close will legitimately fail, they need
  /external/clang/test/Analysis/
unix-api.c 12 int close(int fildes);
18 close(fd);
26 close(fd);
33 close(fd);
40 close(fd);
50 close(fd);
60 close(fd);
67 close(fd);
74 close(fd);
  /external/curl/tests/
valgrind.pm 30 close(VAL);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
Provider.java 36 public void close() throws IOException; method in interface:Provider
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
MessageReceiver.java 21 * @see java.io.Closeable#close()
24 public void close(); method in interface:MessageReceiver
SideEffectFreeCloseable.java 15 * @see java.io.Closeable#close()
18 public void close() { method in class:SideEffectFreeCloseable
  /external/libusb/libusb/os/
poll_posix.h 6 #define usbi_close close
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/
7-1.c 44 close(fd[0]);
45 close(fd[1]);
50 close(fd[0]);
51 close(fd[1]);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ICall.java 28 public void close(); method in interface:ICall
  /libcore/ojluni/src/main/java/java/nio/channels/
Channel.java 82 public void close() throws IOException; method in interface:Channel
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionsProvider.java 33 void close(); method in interface:SuggestionsProvider
  /system/bt/hci/include/
hci_inject.h 27 // Once started, this module must be shut down with |close|.
31 void (*close)(void); member in struct:hci_inject_t
  /system/extras/tests/cpueater/
cpueater.c 50 close(0);
52 close(1);
58 close(2);
61 close(fd);
  /frameworks/support/samples/SupportLeanbackDemos/
generatev4.py 38 file.close()
39 outfile.close()
52 file.close()
53 outfile.close()
72 file.close()
73 outfile.close()
84 file.close()
85 outfile.close()
93 file.close()
94 outfile.close()
    [all...]
  /cts/libs/vogar-expect/src/vogar/util/
IoUtils.java 28 c.close();
37 c.close();

Completed in 840 milliseconds

12 3 4 5 6 7 8 91011>>