Searched refs:connect_ex (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dssl.py317 rc = socket.connect_ex(self, addr)
335 def connect_ex(self, addr): member in class:SSLSocket
H A Dasyncore.py347 err = self.socket.connect_ex(address)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dssl.py317 rc = socket.connect_ex(self, addr)
335 def connect_ex(self, addr): member in class:SSLSocket
H A Dasyncore.py347 err = self.socket.connect_ex(address)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dssl.py317 rc = socket.connect_ex(self, addr)
335 def connect_ex(self, addr): member in class:SSLSocket
H A Dasyncore.py347 err = self.socket.connect_ex(address)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dssl.py317 rc = socket.connect_ex(self, addr)
335 def connect_ex(self, addr): member in class:SSLSocket
H A Dasyncore.py347 err = self.socket.connect_ex(address)
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_ssl.py239 # Issue #11326: check connect_ex() implementation
245 self.assertEqual(0, s.connect_ex(("svn.python.org", 443)))
251 # Issue #11326: non-blocking connect_ex() should allow handshake
260 rc = s.connect_ex(('svn.python.org', 443))
283 # Issue #12065: on a timeout, connect_ex() should return the original
292 rc = s.connect_ex(('svn.python.org', 443))
306 s.connect_ex(("svn.python.org", 444)))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_ssl.py239 # Issue #11326: check connect_ex() implementation
245 self.assertEqual(0, s.connect_ex(("svn.python.org", 443)))
251 # Issue #11326: non-blocking connect_ex() should allow handshake
260 rc = s.connect_ex(('svn.python.org', 443))
283 # Issue #12065: on a timeout, connect_ex() should return the original
292 rc = s.connect_ex(('svn.python.org', 443))
306 s.connect_ex(("svn.python.org", 444)))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_ssl.py239 # Issue #11326: check connect_ex() implementation
245 self.assertEqual(0, s.connect_ex(("svn.python.org", 443)))
251 # Issue #11326: non-blocking connect_ex() should allow handshake
260 rc = s.connect_ex(('svn.python.org', 443))
283 # Issue #12065: on a timeout, connect_ex() should return the original
292 rc = s.connect_ex(('svn.python.org', 443))
306 s.connect_ex(("svn.python.org", 444)))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_ssl.py239 # Issue #11326: check connect_ex() implementation
245 self.assertEqual(0, s.connect_ex(("svn.python.org", 443)))
251 # Issue #11326: non-blocking connect_ex() should allow handshake
260 rc = s.connect_ex(('svn.python.org', 443))
283 # Issue #12065: on a timeout, connect_ex() should return the original
292 rc = s.connect_ex(('svn.python.org', 443))
306 s.connect_ex(("svn.python.org", 444)))

Completed in 65 milliseconds