Searched defs:connect (Results 1 - 25 of 519) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dasyncore.py344 def connect(self, address): member in class:dispatcher
515 self.log_info('unhandled connect event', 'warning')
H A Dsmtplib.py239 connect. If specified, `port' specifies the port to which to connect.
241 connect method is called, and if it returns anything other than
250 (code, msg) = self.connect(host, port)
281 # This makes it simpler for SMTP_SSL to use the SMTP connect code
284 print>>stderr, 'connect:', (host, port)
287 def connect(self, host='localhost', port=0): member in class:SMTP
309 print>>stderr, 'connect:', (host, port)
313 print>>stderr, "connect:", msg
327 raise SMTPServerDisconnected('please run connect() firs
813 def connect(self, host='localhost', port=0): member in class:LMTP
[all...]
H A Dssl.py309 # connected at the time of the call. We connect it, then wrap it.
311 raise ValueError("attempt to connect already-connected SSLSocket!")
320 socket.connect(self, addr)
330 def connect(self, addr): member in class:SSLSocket
448 s.connect(addr)
H A Dftplib.py8 >>> ftp = FTP('ftp.python.org') # connect to host, default port
90 Then use self.connect() with optional host and port argument.
111 # Optional arguments are host (for connect()),
117 self.connect(host)
121 def connect(self, host='', port=0, timeout=-999): member in class:FTP
123 - host: hostname to connect to (string, default previous host)
124 - port: port to connect to (integer, default previous port)
140 (this is read and squirreled away by connect())'''
317 passive, send a pasv command, connect to it, and start the
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dasyncore.py344 def connect(self, address): member in class:dispatcher
515 self.log_info('unhandled connect event', 'warning')
H A Dsmtplib.py239 connect. If specified, `port' specifies the port to which to connect.
241 connect method is called, and if it returns anything other than
250 (code, msg) = self.connect(host, port)
281 # This makes it simpler for SMTP_SSL to use the SMTP connect code
284 print>>stderr, 'connect:', (host, port)
287 def connect(self, host='localhost', port=0): member in class:SMTP
309 print>>stderr, 'connect:', (host, port)
313 print>>stderr, "connect:", msg
327 raise SMTPServerDisconnected('please run connect() firs
813 def connect(self, host='localhost', port=0): member in class:LMTP
[all...]
H A Dssl.py309 # connected at the time of the call. We connect it, then wrap it.
311 raise ValueError("attempt to connect already-connected SSLSocket!")
320 socket.connect(self, addr)
330 def connect(self, addr): member in class:SSLSocket
448 s.connect(addr)
H A Dftplib.py8 >>> ftp = FTP('ftp.python.org') # connect to host, default port
90 Then use self.connect() with optional host and port argument.
111 # Optional arguments are host (for connect()),
117 self.connect(host)
121 def connect(self, host='', port=0, timeout=-999): member in class:FTP
123 - host: hostname to connect to (string, default previous host)
124 - port: port to connect to (integer, default previous port)
140 (this is read and squirreled away by connect())'''
317 passive, send a pasv command, connect to it, and start the
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dasyncore.py344 def connect(self, address): member in class:dispatcher
515 self.log_info('unhandled connect event', 'warning')
H A Dsmtplib.py239 connect. If specified, `port' specifies the port to which to connect.
241 connect method is called, and if it returns anything other than
250 (code, msg) = self.connect(host, port)
281 # This makes it simpler for SMTP_SSL to use the SMTP connect code
284 print>>stderr, 'connect:', (host, port)
287 def connect(self, host='localhost', port=0): member in class:SMTP
309 print>>stderr, 'connect:', (host, port)
313 print>>stderr, "connect:", msg
327 raise SMTPServerDisconnected('please run connect() firs
813 def connect(self, host='localhost', port=0): member in class:LMTP
[all...]
H A Dssl.py309 # connected at the time of the call. We connect it, then wrap it.
311 raise ValueError("attempt to connect already-connected SSLSocket!")
320 socket.connect(self, addr)
330 def connect(self, addr): member in class:SSLSocket
448 s.connect(addr)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dasyncore.py344 def connect(self, address): member in class:dispatcher
515 self.log_info('unhandled connect event', 'warning')
H A Dsmtplib.py239 connect. If specified, `port' specifies the port to which to connect.
241 connect method is called, and if it returns anything other than
250 (code, msg) = self.connect(host, port)
281 # This makes it simpler for SMTP_SSL to use the SMTP connect code
284 print>>stderr, 'connect:', (host, port)
287 def connect(self, host='localhost', port=0): member in class:SMTP
309 print>>stderr, 'connect:', (host, port)
313 print>>stderr, "connect:", msg
327 raise SMTPServerDisconnected('please run connect() firs
813 def connect(self, host='localhost', port=0): member in class:LMTP
[all...]
H A Dssl.py309 # connected at the time of the call. We connect it, then wrap it.
311 raise ValueError("attempt to connect already-connected SSLSocket!")
320 socket.connect(self, addr)
330 def connect(self, addr): member in class:SSLSocket
448 s.connect(addr)
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_urllib.py49 def connect(self): member in class:FakeHTTPMixin.fakehttp.FakeHTTPConnection
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_urllib.py49 def connect(self): member in class:FakeHTTPMixin.fakehttp.FakeHTTPConnection
/prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.10.0/
H A Dbuilder-test-api-0.10.0.jar ... .0_r4/s?defs= " () public abstract void connect (int, com.android.utils.ILogger) throws com ...
/prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.11.2/
H A Dbuilder-test-api-0.11.2.jar ... .0_r4/s?defs= " () public abstract void connect (int, com.android.utils.ILogger) throws com ...
/prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.12.1/
H A Dbuilder-test-api-0.12.1.jar ... .0_r4/s?defs= " () public abstract void connect (int, com.android.utils.ILogger) throws com ...
/prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.12.2/
H A Dbuilder-test-api-0.12.2.jar ... .0_r4/s?defs= " () public abstract void connect (int, com.android.utils.ILogger) throws com ...
/prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.13.0/
H A Dbuilder-test-api-0.13.0.jar ... .0_r4/s?defs= " () public abstract void connect (int, com.android.utils.ILogger) throws com ...
/prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.13.3/
H A Dbuilder-test-api-0.13.3.jar ... .0_r4/s?defs= " () public abstract void connect (int, com.android.utils.ILogger) throws com ...
/prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.13.4/
H A Dbuilder-test-api-0.13.4.jar ... .0_r4/s?defs= " () public abstract void connect (int, com.android.utils.ILogger) throws com ...
/prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.14.0/
H A Dbuilder-test-api-0.14.0.jar ... .0_r4/s?defs= " () public abstract void connect (int, com.android.utils.ILogger) throws com ...
/prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.14.1/
H A Dbuilder-test-api-0.14.1.jar ... .0_r4/s?defs= " () public abstract void connect (int, com.android.utils.ILogger) throws com ...

Completed in 8407 milliseconds

1234567891011>>