Searched refs:close (Results 251 - 275 of 2423) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebKit2/mac/
H A DMainMac.cpp37 close(fd);
/external/webkit/Tools/BuildSlaveSupport/
H A Dbuild-launcher-app93 close(IN);
97 close(OUT);
101 close(OUT);
105 close(OUT);
/external/webkit/Tools/Scripts/
H A Dcheck-for-global-initializers67 close LIST;
94 close NM;
152 close(TOUCH);
163 close FILT;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DPipedReaderTest.java121 * @tests java.io.PipedReader#close()
131 preader.close();
192 preader.close();
248 pr.close();
260 pr.close();
272 pr.close();
285 pr.close();
298 pr.close();
311 pr.close();
324 pr.close();
[all...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/
H A DAbstractSelectableChannelTest.java46 testChannel.close();
56 testChannel.close();
64 // close twice.
66 testChannel.close();
67 testChannel.close();
130 selector.close();
131 channel.close();
159 acceptSelector.close();
194 acceptSelector.close();
221 msc.close();
[all...]
/external/bison/djgpp/
H A Dsubpipe.c61 close ((fd)); \
86 close (fd);
93 close (fd);
159 close(from_in_fd);
203 close(from_out_fd);
220 close(to_in_fd);
253 close(old_stdout);
267 close(to_in_fd);
292 close(old_stdin);
/external/dropbear/
H A Dsshpty.c89 close(*ptyfd);
133 close(*ptyfd);
178 close(*ptyfd);
215 close(*ptyfd);
281 close(fd);
297 close(fd);
323 close(*ttyfd);
326 close(fd);
336 close(fd);
/external/libpcap/
H A Dfad-glifc.c117 (void)close(fd4);
130 (void)close(fd6);
131 (void)close(fd4);
143 (void)close(fd6);
144 (void)close(fd4);
159 (void)close(fd6);
160 (void)close(fd4);
362 (void)close(fd6);
363 (void)close(fd4);
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java156 * @param close true to close the tag, false to leave it
160 int nattr, boolean close) throws IOException
173 if ( close ) m_out.write('/');
177 if ( !close ) {
228 * @param close true to close the tag, false to leave it
231 protected void tag(String tag, String name, String value, boolean close) throws IOException { argument
241 if ( close ) m_out.write('/');
245 if ( !close ) {
159 tag(String tag, String[] names, String[] values, int nattr, boolean close) argument
283 tag(String tag, ArrayList names, ArrayList values, int nattr, boolean close) argument
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DDatagramSocketTest.java81 ms.close();
111 ds.close();
125 * @tests java.net.DatagramSocket#close()
131 ds.close();
134 fail("Data sent after close");
168 ds.close();
199 ms.close();
229 ds.close();
258 ds.close();
279 ds.close();
[all...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DFileChannelTest.java133 readOnlyFileChannel.close();
140 writeOnlyFileChannel.close();
147 readWriteFileChannel.close();
154 fis.close();
179 datagramChannelSender.close();
186 datagramChannelReceiver.close();
193 serverSocketChannel.close();
200 socketChannelSender.close();
207 socketChannelReceiver.close();
215 pipe.source().close();
[all...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DJarExecTest.java60 jout.close();
95 joutFoo.close();
100 joutBar.close();
115 joutFoo.close();
127 joutFoo.close();
156 joutFoo.close();
161 joutBar.close();
183 joutFoo.close();
206 joutBoo.close();
231 joutZoo.close();
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc280 close(child_stdin_);
283 close(child_stdout_);
308 close(stdin_pipe[0]);
309 close(stdin_pipe[1]);
310 close(stdout_pipe[0]);
311 close(stdout_pipe[1]);
334 close(stdin_pipe[0]);
335 close(stdout_pipe[1]);
393 close(child_stdin_);
406 close(child_stdout
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DSocketHandlerTest.java84 h.close();
179 h.close();
213 h.close();
250 h.close();
264 h.close();
296 h.close();
312 h.close();
407 * Test close() when having sufficient privilege, and a record has been
427 h.close();
431 h.close();
[all...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DInflaterOutputStreamTest.java122 * @tests java.util.zip.InflaterOutputStream#close()
126 ios.close();
127 // multiple close
128 ios.close();
136 ios.close();
154 ios.close();
186 ios.close();
198 ios.close();
228 // write after close
230 ios.close();
[all...]
H A DZipInputStreamTest.java59 zos.close();
71 zis.close();
86 * @tests java.util.zip.ZipInputStream#close()
90 zis.close();
100 * @tests java.util.zip.ZipInputStream#close()
104 zis.close();
105 // another call to close should NOT cause an exception
106 zis.close();
134 zis1.close();
178 zis.close();
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_PortManager.java43 ss.close();
79 dss[i].close();
/external/apache-http/src/org/apache/http/conn/
H A DBasicManagedEntity.java161 wrapped.close();
179 wrapped.close();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DWriterToASCI.java132 public void close() throws java.io.IOException method in class:WriterToASCI
134 m_os.close();
/external/bison/lib/
H A Dfopen.c92 close (fd);
101 close (fd);
H A Dfseterr.c67 close (fd);
73 close (fd2);
/external/chromium/chrome/common/
H A Dmulti_process_lock_linux.cc83 if (HANDLE_EINTR(close(socket_fd)) < 0) {
84 PLOG(ERROR) << "close";
95 if (HANDLE_EINTR(close(fd_)) < 0) {
96 PLOG(ERROR) << "close";
/external/chromium-trace/trace-viewer/src/tracks/
H A Dtrack.css22 .track-close-button {
/external/clang/lib/Basic/
H A DFileSystemStatCache.cpp18 // FIXME: This is terrible, we need this for ::close.
41 /// descriptor and the client guarantees that it will close it.
82 ::close(*FileDescriptor);
94 // If not, close the file if opened.
96 ::close(*FileDescriptor);
/external/e2fsprogs/lib/
H A Dfpopen.c101 close(fds[1]);
104 close(fds[0]);

Completed in 491 milliseconds

<<11121314151617181920>>