HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 76 - 100 of 7588) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CloseShieldOutputStream.java 25 * passed to a component that wants to explicitly close the stream even if
48 public void close() { method in class:CloseShieldOutputStream
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
CloseUtils.java 27 /** If the argument is non-null, close the cursor. */
30 cursor.close();
  /bionic/libc/arch-x86/syscalls/
close.S 6 ENTRY(close) function
21 END(close)
  /bionic/libc/bionic/
daemon.c 50 close(fd);
53 close(fd);
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
CloseUtils.java 32 * If the argument is non-null, close the Closeable ignoring any {@link IOException}.
37 closeable.close();
44 /** If the argument is non-null, close the cursor. */
47 cursor.close();
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixSocketTest.java 47 pingServer.close();
57 worker.close();
67 clientIn.close();
82 pingClient.close();
83 pingServer.close();
99 theSocket.close();
108 ss.close();
117 socket.close();
  /external/chromium/base/
file_descriptor_shuffle.cc 49 j->close = false;
52 if (i->close && i->source == j->dest)
53 i->close = false;
55 if (i->close && i->source == j->source) {
56 i->close = false;
57 j->close = true;
66 if (!is_identity && i->close)
67 delegate->Close(i->source);
71 delegate->Close(extra_fds[i]);
91 void FileDescriptorTableInjection::Close(int fd)
    [all...]
  /external/chromium_org/base/posix/
file_descriptor_shuffle.cc 49 j->close = false;
52 if (i->close && i->source == j->dest)
53 i->close = false;
55 if (i->close && i->source == j->source) {
56 i->close = false;
57 j->close = true;
66 if (!is_identity && i->close)
67 delegate->Close(i->source);
71 delegate->Close(extra_fds[i]);
91 void FileDescriptorTableInjection::Close(int fd)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
accessibility_menu.css 22 .close-button {
31 .close-button:hover {
35 .close-button:active {
39 html[dir=rtl] .close-button {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.idl 31 [RaisesException] void close([Default=NullString] optional DOMString returnValue);
  /external/chromium_org/third_party/tlslite/test/
twistedclient.py 32 connection.close()
33 connection.sock.close(
  /external/compiler-rt/lib/tsan/lit_tests/
fd_location.cc 15 close(fds[0]);
16 close(fds[1]);
fd_pipe_race.cc 15 close(fds[0]);
16 close(fds[1]);
31 // CHECK: #0 close
  /external/llvm/utils/
DSAclean.py 31 input.close()
32 output.close()
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
gendef.pl 21 close(FILE);
  /libcore/luni/src/test/java/libcore/java/net/
OldUnixSocketTest.java 43 pingServer.close();
53 worker.close();
63 clientIn.close();
78 pingClient.close();
79 pingServer.close();
95 theSocket.close();
104 ss.close();
113 socket.close();
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
BrokenInputStream.java 51 public void close() throws IOException { method in class:BrokenInputStream
52 stream.close();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
close.pass.cpp 15 // void close();
27 fs.close();
35 fs.close();
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockNamedTaskExecutor.java 39 public void close() { method in class:MockNamedTaskExecutor
40 mExecutor.close();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ServerSocketTest.java 79 cs.close();
116 ss.close();
138 s2.close();
144 s1.close();
149 s1.close();
151 s1.close();
165 sconn.close();
167 s.close();
182 sconn.close();
185 s.close();
563 theSockets[i].close(); method
929 protected void close() throws IOException { method in class:ServerSocketTest.MockSocketImpl
    [all...]
  /external/smack/src/com/kenai/jbosh/
GZIPCodec.java 67 gzOut.close();
68 byteOut.close();
71 gzOut.close();
72 byteOut.close();
99 gzIn.close();
100 byteOut.close();
ZLIBCodec.java 67 deflateOut.close();
68 byteOut.close();
71 deflateOut.close();
72 byteOut.close();
99 inflaterIn.close();
100 byteOut.close();
  /libcore/support/src/test/java/tests/util/
FieldTestFileGenerator.java 60 oos.close();
67 if (fos != null) fos.close();
75 oos.close();
82 if (fos != null) fos.close();
90 oos.close();
97 if (fos != null) fos.close();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileWriterTest.java 51 fos.close();
54 bw.close();
58 br.close();
71 fileWriter.close();
76 fileWriter.close();
81 fileReader.close();
87 fileWriter.close();
92 fileWriter.close();
97 fileReader.close();
107 fos.close();
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedInputStreamTest.java 52 checkInput.close();
62 outEmp.close();
69 inEmp.close();
80 checkInput.close();
89 checkInput.close();
108 checkInput.close();
118 checkIn.close();
125 checkInput.close();
136 checkIn.close();
143 checkInput.close();
    [all...]

Completed in 442 milliseconds

1 2 34 5 6 7 8 91011>>