/external/chromium/third_party/libevent/ |
http-internal.h | 64 u_short bind_port; /* local port for binding the src */ member in struct:evhttp_connection
|
http.c | 1044 evcon->bind_port = port; [all...] |
/external/chromium_org/third_party/libevent/ |
http-internal.h | 64 u_short bind_port; /* local port for binding the src */ member in struct:evhttp_connection
|
http.c | 1044 evcon->bind_port = port; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_timeout.py | 152 test_support.bind_port(self.sock, self.localhost) 170 test_support.bind_port(self.sock, self.localhost)
|
test_telnetlib.py | 49 self.port = test_support.bind_port(self.sock) 100 self.port = test_support.bind_port(self.sock) 390 self.port = test_support.bind_port(self.sock)
|
test_httplib.py | 422 self.port = test_support.bind_port(self.serv) 455 TimeoutTest.PORT = test_support.bind_port(self.serv)
|
test_smtplib.py | 51 self.port = test_support.bind_port(self.sock) 277 self.port = test_support.bind_port(self.sock)
|
test_asynchat.py | 25 self.port = test_support.bind_port(self.sock)
|
test_poplib.py | 285 self.port = test_support.bind_port(self.sock)
|
test_ssl.py | 555 self.port = test_support.bind_port(self.sock) 654 self.port = test_support.bind_port(self.socket) [all...] |
test_support.py | 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port", 303 Either this method or bind_port() should be used for any tests where a 308 s_server mode). Always prefer bind_port() over find_unused_port() where 350 port = bind_port(tempsock) 355 def bind_port(sock, host=HOST): function [all...] |
test_asyncore.py | 359 port = test_support.bind_port(sock)
|
test_ftplib.py | 671 self.port = test_support.bind_port(self.sock)
|
test_socket.py | 51 self.port = test_support.bind_port(self.serv) 62 self.port = test_support.bind_port(self.serv) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_timeout.py | 152 test_support.bind_port(self.sock, self.localhost) 170 test_support.bind_port(self.sock, self.localhost)
|
test_telnetlib.py | 49 self.port = test_support.bind_port(self.sock) 100 self.port = test_support.bind_port(self.sock) 390 self.port = test_support.bind_port(self.sock)
|
test_httplib.py | 422 self.port = test_support.bind_port(self.serv) 455 TimeoutTest.PORT = test_support.bind_port(self.serv)
|
test_smtplib.py | 51 self.port = test_support.bind_port(self.sock) 277 self.port = test_support.bind_port(self.sock)
|
test_asynchat.py | 25 self.port = test_support.bind_port(self.sock)
|
test_poplib.py | 285 self.port = test_support.bind_port(self.sock)
|
test_ssl.py | 555 self.port = test_support.bind_port(self.sock) 654 self.port = test_support.bind_port(self.socket) [all...] |
test_support.py | 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port", 303 Either this method or bind_port() should be used for any tests where a 308 s_server mode). Always prefer bind_port() over find_unused_port() where 350 port = bind_port(tempsock) 355 def bind_port(sock, host=HOST): function [all...] |
test_asyncore.py | 359 port = test_support.bind_port(sock)
|
test_ftplib.py | 671 self.port = test_support.bind_port(self.sock)
|