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

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebKit/android/wds/client/
AdbConnection.h 35 void close();
  /external/zlib/contrib/iostream/
test.cpp 20 os.close();
  /external/zlib/contrib/iostream3/
test.cc 20 outf.close();
30 inf.close();
37 outf.close();
46 inf.close();
  /frameworks/base/tests/CoreTests/android/core/
BufferedReaderTest.java 42 a.close();
49 b.close();
56 c.close();
63 d.close();
  /libcore/include/
ScopedFd.h 31 close(fd);
  /packages/apps/Email/src/org/apache/commons/io/input/
CloseShieldInputStream.java 25 * passed to a component that wants to explicitly close the stream even if
48 public void close() { method in class:CloseShieldInputStream
  /packages/apps/Email/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
  /bionic/libc/unistd/
daemon.c 50 close(fd);
53 close(fd);
popen.c 74 (void)close(pdes[0]);
75 (void)close(pdes[1]);
87 close(fileno(pcur->fp));
92 (void) close(pdes[0]);
99 (void)close(tpdes1);
103 (void)close(pdes[1]);
106 (void)close(pdes[0]);
118 (void)close(pdes[1]);
121 (void)close(pdes[0]);
  /external/bluetooth/glib/debian/
build 29 close CHANGELOG;
51 close OLDCHANGELOG;
52 close NEWCHANGELOG;
58 close NEWVERSION;
  /external/chromium/base/
file_descriptor_shuffle.cc 40 j->close = false;
43 if (i->close && i->source == j->dest)
44 i->close = false;
46 if (i->close && i->source == j->source) {
47 i->close = false;
48 j->close = true;
57 if (!is_identity && i->close)
58 delegate->Close(i->source);
63 delegate->Close(*i);
78 void FileDescriptorTableInjection::Close(int fd)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
gendef.pl 21 close(FILE);
  /frameworks/base/core/java/android/nfc/
ILlcpConnectionlessSocket.aidl 26 void close(int nativeHandle);
  /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();
OldServerSocketTest.java 83 theSocket.close();
84 servSock.close();
85 clientSocket.close();
94 sconn.close();
95 s.close();
122 cs.close();
132 ss.close();
148 sconn.close();
150 s.close();
158 sconn.close();
381 protected void close() throws IOException { method in class:OldServerSocketTest.MockSocketImpl
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockNamedTaskExecutor.java 39 public void close() { method in class:MockNamedTaskExecutor
40 mExecutor.close();
  /external/webkit/WebKitTools/Scripts/
update-javascriptcore-test-results 50 close EXPECTED;
67 close ACTUAL;
73 close EXPECTED;
  /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();
  /libcore/luni/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();
107 checkInput.close();
117 checkIn.close();
124 checkInput.close();
135 checkIn.close();
142 checkInput.close();
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
FileReaderTest.java 55 bw.close();
59 br.close();
89 bw.close();
94 br.close();
95 fis.close();
116 bw.close();
120 br.close();
151 * Tears down the fixture, for example, close a network connection. This
157 bw.close();
158 br.close();
    [all...]
FileInputStreamTest.java 68 is.close();
75 is.close();
98 fos.close();
99 fis.close();
105 fis.close();
126 is.close();
132 is.close();
154 is.close();
164 * @tests FileInputStream#close()
170 method = "close",
    [all...]
  /external/quake/quake/src/QW/client/
snd_linux.c 46 close(audio_fd);
54 close(audio_fd);
61 close(audio_fd);
69 close(audio_fd);
119 close(audio_fd);
131 close(audio_fd);
144 close(audio_fd);
156 close(audio_fd);
168 close(audio_fd);
176 close(audio_fd)
    [all...]
  /external/quake/quake/src/WinQuake/
snd_linux.cpp 65 close(audio_fd);
73 close(audio_fd);
80 close(audio_fd);
88 close(audio_fd);
138 close(audio_fd);
150 close(audio_fd);
163 close(audio_fd);
175 close(audio_fd);
187 close(audio_fd);
195 close(audio_fd)
    [all...]
  /external/bison/lib/
subpipe.c 48 # define dup2(f, t) (close (t), fcntl (f, F_DUPFD, t))
133 close (fd[0]);
134 close (fd[1]);
136 close (child_fd[0]);
138 close (child_fd[1]);
149 close (child_fd[0]);
150 close (child_fd[1]);
  /external/expat/xmlwf/
readfilemap.c 72 close(fd);
78 close(fd);
85 close(fd);
91 close(fd);
96 close(fd);

Completed in 354 milliseconds

12 3 4 5 6 7 8 91011>>