HomeSort by relevance Sort by last modified time
    Searched full:_fileobject (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/tools/playback_benchmark/
proxy_handler.py 84 ssl_rfile = socket._fileobject(ssl_connection, "rb", self.rbufsize)
85 ssl_wfile = socket._fileobject(ssl_connection, "wb", self.wbufsize)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 85 self.assertTrue(abused_fileobject.__class__ is socket._fileobject)
89 self.assertTrue(fileobject.__class__ is socket._fileobject)
test_socket.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 85 self.assertTrue(abused_fileobject.__class__ is socket._fileobject)
89 self.assertTrue(fileobject.__class__ is socket._fileobject)
test_socket.py     [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
FileObject.py 10 _fileobject class in socket.py. Note that fileno() is not
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ssl.py 90 from socket import socket, _fileobject, _delegate_methods, error as socket_error namespace
372 return _fileobject(self, mode, bufsize, close=True)
socket.py 217 return _fileobject(self._sock, mode, bufsize)
235 class _fileobject(object): class in inherits:object
urllib2.py     [all...]
httplib.py 651 # NOTE(gps): As of svn r74426 socket._fileobject.read(x) will never
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ssl.py 90 from socket import socket, _fileobject, _delegate_methods, error as socket_error namespace
372 return _fileobject(self, mode, bufsize, close=True)
socket.py 217 return _fileobject(self._sock, mode, bufsize)
235 class _fileobject(object): class in inherits:object
urllib2.py     [all...]
httplib.py 651 # NOTE(gps): As of svn r74426 socket._fileobject.read(x) will never
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 435 # socket._fileobject.read also blocks until length bytes was read
standalone.py 265 return socket._fileobject(self._connection, mode, bufsize)
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 269 return socket._fileobject(self._connection, mode, bufsize)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 308 return socket._fileobject(self, mode, bufsize)
    [all...]

Completed in 974 milliseconds