HomeSort by relevance Sort by last modified time
    Searched refs:SSLConnection (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ftplib.py 261 class SSLConnection(object, asyncore.dispatcher):
305 super(SSLConnection, self).close()
313 super(SSLConnection, self).handle_read_event()
321 super(SSLConnection, self).handle_write_event()
325 return super(SSLConnection, self).send(data)
335 return super(SSLConnection, self).recv(buffer_size)
354 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
363 class DummyTLS_FTPHandler(SSLConnection, DummyFTPHandler):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ftplib.py 261 class SSLConnection(object, asyncore.dispatcher):
305 super(SSLConnection, self).close()
313 super(SSLConnection, self).handle_read_event()
321 super(SSLConnection, self).handle_write_event()
325 return super(SSLConnection, self).send(data)
335 return super(SSLConnection, self).recv(buffer_size)
354 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
363 class DummyTLS_FTPHandler(SSLConnection, DummyFTPHandler):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ftplib.py 261 class SSLConnection(object, asyncore.dispatcher):
305 super(SSLConnection, self).close()
313 super(SSLConnection, self).handle_read_event()
321 super(SSLConnection, self).handle_write_event()
325 return super(SSLConnection, self).send(data)
335 return super(SSLConnection, self).recv(buffer_size)
354 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
363 class DummyTLS_FTPHandler(SSLConnection, DummyFTPHandler):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 261 class SSLConnection(object, asyncore.dispatcher):
305 super(SSLConnection, self).close()
313 super(SSLConnection, self).handle_read_event()
321 super(SSLConnection, self).handle_write_event()
325 return super(SSLConnection, self).send(data)
335 return super(SSLConnection, self).recv(buffer_size)
354 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
363 class DummyTLS_FTPHandler(SSLConnection, DummyFTPHandler):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 261 class SSLConnection(object, asyncore.dispatcher):
305 super(SSLConnection, self).close()
313 super(SSLConnection, self).handle_read_event()
321 super(SSLConnection, self).handle_write_event()
325 return super(SSLConnection, self).send(data)
335 return super(SSLConnection, self).recv(buffer_size)
354 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
363 class DummyTLS_FTPHandler(SSLConnection, DummyFTPHandler):
  /external/python/cpython2/Lib/test/
test_ftplib.py 268 class SSLConnection(object, asyncore.dispatcher):
315 super(SSLConnection, self).close()
325 super(SSLConnection, self).handle_read_event()
333 super(SSLConnection, self).handle_write_event()
337 return super(SSLConnection, self).send(data)
347 return super(SSLConnection, self).recv(buffer_size)
365 super(SSLConnection, self).close()
368 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
377 class DummyTLS_FTPHandler(SSLConnection, DummyFTPHandler):
  /external/python/cpython3/Lib/test/
test_ftplib.py 307 class SSLConnection(asyncore.dispatcher):
356 super(SSLConnection, self).close()
366 super(SSLConnection, self).handle_read_event()
374 super(SSLConnection, self).handle_write_event()
378 return super(SSLConnection, self).send(data)
388 return super(SSLConnection, self).recv(buffer_size)
406 super(SSLConnection, self).close()
409 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
418 class DummyTLS_FTPHandler(SSLConnection, DummyFTPHandler):
    [all...]
test_poplib.py 365 from test.test_ftplib import SSLConnection
367 class DummyPOP3_SSLHandler(SSLConnection, DummyPOP3Handler):
  /external/boringssl/src/ssl/
internal.h     [all...]

Completed in 374 milliseconds