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

  /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...]
  /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_org/third_party/tlslite/tlslite/
tlsrecordlayer.py 452 @rtype: L{socket._fileobject}
466 return socket._fileobject(self, mode, bufsize, close=True)
    [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 339 return socket._fileobject(self, mode, bufsize)
    [all...]

Completed in 1665 milliseconds