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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
socket.py 168 _delegate_methods = ("recv", "recvfrom", "recv_into", "recvfrom_into", variable
175 # All _delegate_methods must also be initialized here.
187 __slots__ = ["_sock", "__weakref__"] + list(_delegate_methods)
193 for method in _delegate_methods:
197 _delegate_methods=_delegate_methods, setattr=setattr):
201 for method in _delegate_methods:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
socket.py 164 _delegate_methods = ("recv", "recvfrom", "recv_into", "recvfrom_into", variable
171 # All _delegate_methods must also be initialized here.
183 __slots__ = ["_sock", "__weakref__"] + list(_delegate_methods)
189 for method in _delegate_methods:
193 _delegate_methods=_delegate_methods, setattr=setattr):
197 for method in _delegate_methods:
ssl.py 89 from socket import socket, _fileobject, _delegate_methods, error as socket_error
109 for attr in _delegate_methods:
  /external/python/cpython2/Lib/
socket.py 168 _delegate_methods = ("recv", "recvfrom", "recv_into", "recvfrom_into", variable
175 # All _delegate_methods must also be initialized here.
187 __slots__ = ["_sock", "__weakref__"] + list(_delegate_methods)
193 for method in _delegate_methods:
197 _delegate_methods=_delegate_methods, setattr=setattr):
201 for method in _delegate_methods:
ssl.py 140 from socket import socket, _fileobject, _delegate_methods, error as socket_error
573 for attr in _delegate_methods:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
socket.py 164 _delegate_methods = ("recv", "recvfrom", "recv_into", "recvfrom_into", variable
171 # All _delegate_methods must also be initialized here.
183 __slots__ = ["_sock", "__weakref__"] + list(_delegate_methods)
189 for method in _delegate_methods:
193 _delegate_methods=_delegate_methods, setattr=setattr):
197 for method in _delegate_methods:
ssl.py 90 from socket import socket, _fileobject, _delegate_methods, error as socket_error
115 for attr in _delegate_methods:
  /prebuilts/gdb/linux-x86/lib/python2.7/
socket.py 164 _delegate_methods = ("recv", "recvfrom", "recv_into", "recvfrom_into", variable
171 # All _delegate_methods must also be initialized here.
183 __slots__ = ["_sock", "__weakref__"] + list(_delegate_methods)
189 for method in _delegate_methods:
193 _delegate_methods=_delegate_methods, setattr=setattr):
197 for method in _delegate_methods:
ssl.py 90 from socket import socket, _fileobject, _delegate_methods, error as socket_error
115 for attr in _delegate_methods:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 164 _delegate_methods = ("recv", "recvfrom", "recv_into", "recvfrom_into", variable
171 # All _delegate_methods must also be initialized here.
183 __slots__ = ["_sock", "__weakref__"] + list(_delegate_methods)
189 for method in _delegate_methods:
193 _delegate_methods=_delegate_methods, setattr=setattr):
197 for method in _delegate_methods:
ssl.py 90 from socket import socket, _fileobject, _delegate_methods, error as socket_error
115 for attr in _delegate_methods:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 164 _delegate_methods = ("recv", "recvfrom", "recv_into", "recvfrom_into", variable
171 # All _delegate_methods must also be initialized here.
183 __slots__ = ["_sock", "__weakref__"] + list(_delegate_methods)
189 for method in _delegate_methods:
193 _delegate_methods=_delegate_methods, setattr=setattr):
197 for method in _delegate_methods:
ssl.py 90 from socket import socket, _fileobject, _delegate_methods, error as socket_error
115 for attr in _delegate_methods:

Completed in 811 milliseconds