Searched refs:close (Results 101 - 125 of 2423) sorted by relevance

1234567891011>>

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java123 handler.close();
184 h.close();
187 output.close();
200 handler.close();
206 handler.close();
215 handler.close();
226 handler.close();
232 handler.close();
244 handler.close();
283 inputStream.close();
[all...]
/external/webkit/Tools/Scripts/
H A Drun-api-tests154 close($childIn);
155 close($childOut);
156 close($childErr);
157 close(DEVNULL) unless ($verbose);
207 close($childIn);
209 close($childOut);
210 close($childErr);
211 close(DEVNULL) unless ($verbose);
230 close(TESTS) or die $!;
267 close(
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DDataInputStreamTest.java45 os.close();
48 dis.close();
57 os.close();
70 os.close();
83 os.close();
93 os.close();
103 os.close();
113 os.close();
124 os.close();
134 os.close();
[all...]
H A DObjectOutputStreamTest.java575 oos.close();
577 oos.close();
581 * @tests java.io.ObjectOutputStream#close()
584 // Test for method void java.io.ObjectOutputStream.close()
612 oos.close();
654 ois.close();
698 oos.close();
701 ois.close();
725 oos.close();
728 ois.close();
[all...]
H A DObjectOutputStream2Test.java50 os.close();
55 is.close();
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLServerSocketImplTest.java68 s.accept().close();
87 client.close();
90 ssocket.close();
98 client.close();
103 ssocket.close();
126 s.accept().close();
145 client.close();
148 ssocket.close();
156 client.close();
161 ssocket.close();
636 public void close() throws IOException { method in class:SSLServerSocketImplTest.Client
[all...]
H A DSSLSocketImplTest.java100 server.close();
103 socket.close();
111 server.close();
116 socket.close();
158 server.close();
161 socket.close();
169 server.close();
174 socket.close();
219 server.close();
222 socket.close();
625 public void close() throws IOException { method in class:SSLSocketImplTest.Server
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DIOExtensions.cs45 public static void close( this TextReader reader ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
51 public static void close( this TextWriter writer ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DIOExtensions.cs43 public static void close( this TextReader reader ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
49 public static void close( this TextWriter writer ) method in class:Antlr.Runtime.JavaExtensions.IOExtensions
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherInputStreamTest.java47 * @tests javax.crypto.CipherInputStream#close()
53 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
60 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DProcess2Test.java44 in.close();
45 out.close();
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
H A DCharSinkTester.java96 out.close();
109 out.close();
121 out.close();
134 out.close();
160 out.close();
173 out.close();
183 out.close();
197 out.close();
H A DSinkTester.java97 out.close();
110 out.close();
122 out.close();
144 out.close();
175 out.close();
185 out.close();
195 out.close();
209 out.close();
/external/chromium/base/
H A Dfile_descriptor_shuffle.h59 close(in_close) {
64 bool close; // if true, delete the source element after performing the member in struct:base::InjectionArc
/external/chromium/chrome/browser/resources/chromeos/
H A Dchoose_mobile_network.js51 ChooseNetwork.close();
60 ChooseNetwork.close();
63 ChooseNetwork.close = function() {
64 window.close();
/external/eigen/bench/btl/generic_bench/utils/
H A Dxy_file.hh52 input_file.close();
72 outfile.close();
/external/eigen/scripts/
H A Drelicense.py60 fo.close()
66 fo.close()
/external/ganymed-ssh2/examples/
H A DPortForwarding.java101 lpf1.close();
105 conn.close();
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSCPOutputStream.java43 public void close() throws IOException method in class:SCPOutputStream
58 session.close();
/external/jsilver/src/org/clearsilver/
H A DDelegatedCs.java65 public void close() { method in class:DelegatedCs
66 getCs().close();
/external/okhttp/src/test/java/com/squareup/okhttp/internal/
H A DStrictLineReaderTest.java53 refStream.close();
54 lineReader.close();
/external/openssh/openbsd-compat/
H A Dport-solaris.c73 close(stat_fd);
121 close(tmpl_fd);
137 close(tmpl_fd);
158 close(tmpl_fd);
186 close(ctl_fd);
191 close(tmpl_fd);
195 close(stat_fd);
197 close(ctl_fd);
/external/openssh/openbsd-compat/regress/
H A Dclosefromtest.c47 /* should close last fd only */
49 if (close(fds[max]) != -1)
50 fail("failed to close highest fd");
57 /* should close all fds */
60 if (close(fds[i]) != -1)
61 fail("failed to close from lowest fd");
/external/oprofile/libutil++/
H A Dchild_reader.cpp83 close(pstdout[0]);
85 close(pstdout[1]);
86 close(pstderr[0]);
88 close(pstderr[1]);
107 close(pstdout[1]);
108 close(pstderr[1]);
245 close(fd1);
249 close(fd2);
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5BytestreamSession.java94 public void close() throws IOException { method in class:Socks5BytestreamSession
95 this.socket.close();

Completed in 3649 milliseconds

1234567891011>>