Searched defs:makefile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/
H A DTLSRecordLayer.py296 If makefile() has been called on this connection, the connection
412 def makefile(self, mode='r', bufsize=-1): member in class:TLSRecordLayer
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py251 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method
259 if name in ('_connection', 'makefile'):
264 if name in ('_connection', 'makefile'):
268 def makefile(self, mode='r', bufsize=-1): member in class:_StandaloneSSLConnection
425 object with _StandaloneSSLConnection to provide makefile method. We
426 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py247 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method
255 if name in ('_connection', 'makefile'):
260 if name in ('_connection', 'makefile'):
264 def makefile(self, mode='r', bufsize=-1): member in class:_StandaloneSSLConnection
421 object with _StandaloneSSLConnection to provide makefile method. We
422 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dstandalone.py284 - provide makefile method which is not supported by the class
292 _OVERRIDDEN_ATTRIBUTES = ['_connection', 'makefile', 'shutdown', 'recv']
307 def makefile(self, mode='r', bufsize=-1): member in class:_StandaloneSSLConnection
529 object with _StandaloneSSLConnection to provide makefile method. We
530 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly

Completed in 211 milliseconds