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

/external/chromium_org/third_party/tlslite/tlslite/
H A Dtlsrecordlayer.py304 If makefile() has been called on this connection, the connection
449 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/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A DMakefile81 skip-makefile := 1
87 ifeq ($(skip-makefile),)
302 endif # skip-makefile
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dstandalone.py315 - provide makefile method which is not supported by the class
323 _OVERRIDDEN_ATTRIBUTES = ['_connection', 'makefile', 'shutdown', 'recv']
338 def makefile(self, mode='r', bufsize=-1): member in class:_StandaloneSSLConnection
560 object with _StandaloneSSLConnection to provide makefile method. We
561 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly

Completed in 4466 milliseconds