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

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DSocketServer.py194 - socket_type
393 - socket_type
407 socket_type = socket.SOCK_STREAM variable in class:TCPServer
417 self.socket_type)
486 socket_type = socket.SOCK_DGRAM variable in class:UDPServer
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DSocketServer.py194 - socket_type
393 - socket_type
407 socket_type = socket.SOCK_STREAM variable in class:TCPServer
417 self.socket_type)
486 socket_type = socket.SOCK_DGRAM variable in class:UDPServer
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DSocketServer.py194 - socket_type
393 - socket_type
407 socket_type = socket.SOCK_STREAM variable in class:TCPServer
417 self.socket_type)
486 socket_type = socket.SOCK_DGRAM variable in class:UDPServer
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DSocketServer.py194 - socket_type
393 - socket_type
407 socket_type = socket.SOCK_STREAM variable in class:TCPServer
417 self.socket_type)
486 socket_type = socket.SOCK_DGRAM variable in class:UDPServer

Completed in 71 milliseconds