HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 926 - 950 of 7589) sorted by null

<<31323334353637383940>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SourceChannelTest.java 92 sink.close();
109 source.close();
169 // invoke close to ensure all data will be sent out
170 sink.close();
194 // close pipe everytime
195 sink.close();
196 source.close();
239 sink.close();
258 source.close();
312 // invoke close to ensure all data will be sent ou
    [all...]
  /bootable/recovery/minadbd/
sockets.c 116 /* this is a little gross, but since s->close() *will* modify
156 s->close(s);
228 if (s->peer->close == local_socket_close) {
231 s->peer->close(s->peer);
284 s->close(s);
300 s->close(s);
370 s->close(s);
379 // s->close(s);
393 s->close = local_socket_close;
449 D("entered remote_socket_close RS(%d) CLOSE fd=%d peer->fd=%d\n"
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
SearchRecentSuggestionsTest.java 64 c.close();
80 c.close();
112 c.close();
118 c.close();
152 cursor.close();
181 cursor.close();
207 cursor.close();
  /dalvik/vm/compiler/template/
gen-template.py 98 stub_fp.close()
100 stub_fp.close()
161 opcode_fp.close()
309 infp.close()
412 asm_fp.close()
415 config_fp.close()
421 asm_fp.close()
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
BufferedWriterTest.java 63 public void close() throws IOException { method in class:BufferedWriterTest.MockWriter
81 * @tests java.io.BufferedWriter#close()
85 bw.close();
91 assertTrue("Write after close", !sw.toString().equals(testString));
97 bw.close();
105 assertEquals("BufferdWriter do not flush itself before close", "a", mw
111 * @tests java.io.BufferedWriter#close()
116 bw.close();
202 bWriter.close();
260 bWriter.close();
    [all...]
PipedInputStreamTest.java 95 pis.close();
96 pos.close();
130 * @tests java.io.PipedInputStream#close()
133 // Test for method void java.io.PipedInputStream.close()
137 pis.close();
341 // now we close
342 pos.close();
365 out.close();
385 in.close();
386 out.close();
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
commit-log-editor 151 close LOG;
183 close CHANGELOG_ENTRIES;
189 close NEWLOG;
198 close NEWLOG;
206 close LOG;
207 close NEWLOG;
281 close CHANGELOG;
  /external/openssh/
sshpty.c 121 close(fd);
131 close(*ttyfd);
140 close(fd);
153 close(fd);
175 close(*ttyfd);
178 close(fd);
187 close(fd);
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 64 public void close() throws IOException { method in class:LocalSocketImpl.SocketInputStream
65 LocalSocketImpl.this.close();
112 public void close() throws IOException { method in class:LocalSocketImpl.SocketOutputStream
113 LocalSocketImpl.this.close();
264 public void close() throws IOException { method in class:LocalSocketImpl
271 Libcore.os.close(fd);
536 close(); method
  /libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java 120 jar.close();
151 fos.close();
158 fos.close();
166 is.close();
354 public void close() throws IOException { method in class:JarURLConnectionImpl.JarURLConnectionInputStream
355 super.close();
358 jarFile.close();
  /libcore/luni/src/test/java/libcore/java/io/
OldInputStreamReaderTest.java 56 osw.close();
63 in.close();
64 is.close();
65 fis.close();
184 // Test for method void java.io.InputStreamReader.close()
186 is.close();
188 fail("Failed to close reader : " + e.getMessage());
194 // Exception means read failed due to close
208 reader.close();
214 reader.close();
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 53 statement.close();
54 conn.close();
132 // close the pool and wait for all tasks to finish.
139 c.close();
181 rs.close();
205 // close the pool and wait for all tasks to finish.
218 rs.close();
264 vc.elementAt(i).close();
267 assertEquals("Unable to close a connection", vc.size(), i);
333 ps.close();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 108 os.close(fdout)
116 rv = f.close()
141 f.close()
155 rv = f.close()
162 f.close()
190 f.close()
249 f.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 45 from multiprocessing.forking import Popen, duplicate, close, ForkingPickler namespace
73 close(process_handle)
94 close(h)
128 close(handle_wanted)
129 conn.close()
158 conn.close()
194 close(fd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
script_helper.py 40 p.stdout.close()
41 p.stderr.close()
79 p.stdin.close()
81 p.stdout.close()
111 script_file.close()
129 zip_file.close()
134 # zip_file.close()
162 zip_file.close()
169 # zip_file.close()
test_epoll.py 52 skt.close()
75 ep.close()
95 ep.close()
103 ep.close()
123 ep.close()
139 ep.close()
215 server.close()
test_file2k.py 28 self.f.close()
36 self.f.close()
60 self.f.close()
70 self.f.close()
104 self.f.close()
112 f.close()
123 # __exit__ should close the file
152 self.f.close()
165 self.f.close()
170 self.f.close()
426 def close(self): member in class:FileSubclassTests.testExit.C
    [all...]
test_pty.py 54 # isatty() and close() can hang on some platforms. Set an alarm
83 # My guess is that since we open and close the slave fd
110 os.close(slave_fd)
111 os.close(master_fd)
194 os.close(master_fd)
206 self.fds = [] # A list of file descriptors to close.
216 os.close(fd)
269 os.close(masters[1])
270 socketpair[1].close()
271 os.close(write_to_stdin_fd
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 108 os.close(fdout)
116 rv = f.close()
141 f.close()
155 rv = f.close()
162 f.close()
190 f.close()
249 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 45 from multiprocessing.forking import Popen, duplicate, close, ForkingPickler namespace
73 close(process_handle)
94 close(h)
128 close(handle_wanted)
129 conn.close()
158 conn.close()
194 close(fd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
script_helper.py 40 p.stdout.close()
41 p.stderr.close()
79 p.stdin.close()
81 p.stdout.close()
111 script_file.close()
129 zip_file.close()
134 # zip_file.close()
162 zip_file.close()
169 # zip_file.close()
test_epoll.py 52 skt.close()
75 ep.close()
95 ep.close()
103 ep.close()
123 ep.close()
139 ep.close()
215 server.close()
test_file2k.py 28 self.f.close()
36 self.f.close()
60 self.f.close()
70 self.f.close()
104 self.f.close()
112 f.close()
123 # __exit__ should close the file
152 self.f.close()
165 self.f.close()
170 self.f.close()
426 def close(self): member in class:FileSubclassTests.testExit.C
    [all...]
test_pty.py 54 # isatty() and close() can hang on some platforms. Set an alarm
83 # My guess is that since we open and close the slave fd
110 os.close(slave_fd)
111 os.close(master_fd)
194 os.close(master_fd)
206 self.fds = [] # A list of file descriptors to close.
216 os.close(fd)
269 os.close(masters[1])
270 socketpair[1].close()
271 os.close(write_to_stdin_fd
    [all...]
  /external/ppp/pppd/
sys-solaris.c 311 close(fd);
320 close(fd);
333 close(fd);
353 close(fd);
368 close(fd);
408 close(fd);
419 close(fd);
439 close(fd);
454 close(fd);
638 close(ifd)
    [all...]

Completed in 1087 milliseconds

<<31323334353637383940>>