Searched refs:closed (Results 1 - 25 of 193) sorted by relevance

12345678

/macosx-10.10.1/ruby-106/ruby/test/net/smtp/
H A Dtest_ssl_socket.rb20 attr_accessor :sync_close, :connected, :closed
24 @closed = true
30 self.closed = false
34 self.closed = true
58 assert_equal true, ssl_socket.closed
72 assert_equal false, ssl_socket.closed
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/package/tar_reader/
H A Dentry.rb21 @closed = false
29 raise IOError, "closed #{self.class}" if closed?
43 @closed = true
47 # Is the tar entry closed?
49 def closed?
50 @closed
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dmkmemoio.py40 self.closed = 0
43 if not self.closed:
44 self.closed = 1
47 if self.closed:
48 raise ValueError, "I/O operation on closed file"
51 if self.closed:
52 raise ValueError, "I/O operation on closed file"
59 if self.closed:
60 raise ValueError, "I/O operation on closed file"
63 if self.closed
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DFrameDOMTreeContentView.js50 closed: function()
53 WebInspector.DOMTreeContentView.prototype.closed.call(this); method in class:WebInspector.DOMTreeContentView
H A DDashboardView.js82 closed: function()
H A DContentFlowDOMTreeContentView.js48 closed: function()
52 WebInspector.DOMTreeContentView.prototype.closed.call(this); method in class:WebInspector.WebInspector
H A DTextContentView.js91 closed: function()
93 WebInspector.ContentView.prototype.closed.call(this); method in class:ContentView
H A DIndexedDatabaseObjectStoreContentView.css66 background-image: -webkit-canvas(disclosure-triangle-tiny-closed-selected);
74 background-image: -webkit-canvas(disclosure-triangle-tiny-closed-selected);
/macosx-10.10.1/ruby-106/ruby/test/-ext-/wait_for_single_fd/
H A Dtest_wait_for_single_fd.rb11 r.close unless r.closed?
12 w.close unless w.closed?
/macosx-10.10.1/OpenSSL098-52/src/demos/easy_tls/
H A Deasy-tls.c873 static int tls_connect_attempt(SSL *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
875 static int tls_accept_attempt(SSL *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
877 static int tls_write_attempt(SSL *, struct tunnelbuf *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
879 static int tls_read_attempt(SSL *, struct tunnelbuf *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
881 static int write_attempt(int fd, struct tunnelbuf *, int *select, int *closed, int *progress);
883 static int read_attempt(int fd, struct tunnelbuf *, int *select, int *closed, int *progress);
923 /* tls_proxy expects that all fds are closed after return */
930 int closed, in_handshake; local
963 closed = 0;
972 /* loop finishes as soon as we detect that one side closed;
1076 tls_get_error(SSL *ssl, int r, int *write_select, int *read_select, int *closed, int *progress) argument
1108 tls_connect_attempt(SSL *ssl, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1122 tls_accept_attempt(SSL *ssl, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1136 tls_write_attempt(SSL *ssl, struct tunnelbuf *buf, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1158 tls_read_attempt(SSL *ssl, struct tunnelbuf *buf, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1179 get_error(int r, int *select, int *closed, int *progress) argument
1200 write_attempt(int fd, struct tunnelbuf *buf, int *select, int *closed, int *progress) argument
1222 read_attempt(int fd, struct tunnelbuf *buf, int *select, int *closed, int *progress) argument
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Ddd-ex.sh409 state=closed
431 close:closed) Echo "Closed already" ;;
432 close:*) state=closed ;;
433 save:closed) Echo "There isn't a file to save" ;;
440 discard:changed) Echo "Your problem!"; state=closed ;;
441 discard:*) state=closed ;;
442 print:closed) Echo "No current file" ;;
444 goto:closed) Echo "No current file" ;;
446 next:closed) Echo "No current file" ;;
448 prev:closed) Ech
[all...]
/macosx-10.10.1/ruby-106/ruby/test/stringio/
H A Dtest_stringio.rb89 f.close unless f.closed?
111 f.close unless f.closed?
129 f.close unless f.closed?
165 f.close unless f.closed?
179 f.close unless f.closed?
193 f.close unless f.closed?
198 assert_equal(false, f.closed?)
200 assert_equal(true, f.closed?)
202 f.close unless f.closed?
213 f.close unless f.closed
[all...]
/macosx-10.10.1/ruby-106/ruby/test/socket/
H A Dtest_addrinfo.rb107 s1.close if s1 && !s1.closed?
108 s2.close if s2 && !s2.closed?
119 s1.close if s1 && !s1.closed?
120 s2.close if s2 && !s2.closed?
132 s1.close if s1 && !s1.closed?
133 s2.close if s2 && !s2.closed?
147 s1.close if s1 && !s1.closed?
148 s2.close if s2 && !s2.closed?
149 s3.close if s3 && !s3.closed?
173 s1.close if s1 && !s1.closed
[all...]
H A Dtest_nonblock.rb131 c.close if !c.closed?
132 s.close if !s.closed?
138 serv.close if serv && !serv.closed?
157 s1.close if !s1.closed?
158 s2.close if !s2.closed?
265 serv.close if serv && !serv.closed?
266 c.close if c && !c.closed?
280 serv.close if serv && !serv.closed?
281 s.close if s && !s.closed?
H A Dtest_socket.rb238 tcp_servers.each {|s| s.close if !s.closed? }
239 unix_server.close if unix_server && !unix_server.closed?
240 clients.each {|s| s.close if !s.closed? }
241 accepted.each {|s| s.close if !s.closed? }
263 servers.each {|s| s.close if !s.closed? }
297 servers.each {|s| s.close if !s.closed? }
549 sock.close if sock && ! sock.closed?
559 assert(!s.closed?)
562 serv.close if serv && !serv.closed?
563 s.close if s && !s.closed
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DringBufferIo.cpp141 ring->closed = false;
157 if(ring->closed) {
160 * RingElement and then set closed. Make sure we read the data before
164 /* writer closed: ECONNRESET */
233 if((haveMoved == 0) && ring->closed) {
234 /* writer closed: ECONNRESET */
293 /* if(ring->closed) {
302 if(ring->closed) {
306 if(ring->closed && (haveMoved == 0)) {
307 /* reader closed socke
[all...]
H A DringBufferIo.h56 bool closed; member in struct:__anon5225
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_pair.rb45 c.close unless c.closed?
46 s.close unless s.closed?
240 s1.close if s1 && !s1.closed?
241 s2.close if s2 && !s2.closed?
242 serv.close if serv && !serv.closed?
243 sock1.close if sock1 && !sock1.closed?
244 sock2.close if sock2 && !sock2.closed?
/macosx-10.10.1/ruby-106/ruby/test/xmlrpc/
H A Dwebrick_testing.rb25 assert_match(/closed/, e.message)
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_readpartial.rb13 r.close unless r.closed?
14 w.close unless w.closed?
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/package/
H A Dtar_writer.rb96 @closed = false
215 # Raises IOError if the TarWriter is closed
218 raise IOError, "closed #{self.class}" if closed?
230 @closed = true
234 # Is the TarWriter closed?
236 def closed?
237 @closed
/macosx-10.10.1/ruby-106/ruby/test/
H A Dtest_open3.rb56 i.close if !i.closed?
57 o.close if !o.closed?
58 e.close if !e.closed?
80 r.close if !r.closed?
81 w.close if !w.closed?
90 old.close if old && !old.closed?
H A Dtest_pty.rb88 assert(r[0].closed?)
89 assert(r[1].closed?)
97 assert(slave.closed?)
98 assert(master.closed?)
/macosx-10.10.1/ruby-106/ruby/test/-ext-/old_thread_select/
H A Dtest_old_thread_select.rb14 r.close unless r.closed?
15 w.close unless w.closed?
/macosx-10.10.1/ruby-106/ruby/test/io/wait/
H A Dtest_io_wait.rb21 @r.close unless @r.closed?
22 @w.close unless @w.closed?

Completed in 239 milliseconds

12345678