/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
D | gopher.py | 41 def open_socket(host, port): argument 51 def send_request(selector, host, port): argument 58 def get_menu(selector, host, port): argument 88 def get_textfile(selector, host, port): argument 94 def get_alt_textfile(selector, host, port, func): argument 113 def get_binary(selector, host, port): argument 120 def get_alt_binary(selector, host, port, func, blocksize): argument 153 def browse_menu(selector, host, port): argument 199 def browse_textfile(selector, host, port): argument 221 def browse_search(selector, host, port): argument [all …]
|
D | finger.py | 24 def finger(host, args): argument
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
D | EfiPerf.h | 143 #define PERF_START(handle, token, host, ticker) StartMeasure (handle, token, host, ticker) argument 144 #define PERF_END(handle, token, host, ticker) EndMeasure (handle, token, host, ticker) argument 145 #define PERF_UPDATE(handle, token, host, handlenew, tokennew, hostnew) \ argument 156 #define PERF_START(handle, token, host, ticker) argument 157 #define PERF_END(handle, token, host, ticker) argument 158 #define PERF_UPDATE(handle, token, host, handlenew, tokennew, hostnew) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/ |
D | get-remote-certificate.py | 11 def fetch_server_certificate (host, port): argument 77 host, port = arg.split(":") variable
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getnameinfo.c | 142 char * host, in getnameinfo() 173 char * host, in getnameinfo_inet() 374 char *host, in ip6_parsenumeric() 480 char * host, 561 char * host,
|
D | gethostbyht.c | 83 static struct hostent host; variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | smtplib.py | 227 def __init__(self, host='', port=0, local_hostname=None, argument 272 def _get_socket(self, port, host, timeout): argument 279 def connect(self, host='localhost', port=0): argument 762 def __init__(self, host='', port=0, local_hostname=None, argument 769 def _get_socket(self, host, port, timeout): argument 799 def __init__(self, host='', port=LMTP_PORT, local_hostname=None): argument 803 def connect(self, host='localhost', port=0): argument
|
D | urllib.py | 780 def get_user_passwd(self, host, realm, clear_cache=0): argument 791 def prompt_user_passwd(self, host, realm): argument 852 def __init__(self, user, passwd, host, port, dirs, argument 1076 def splituser(host): argument 1101 def splitport(host): argument 1113 def splitnport(host, defport=-1): argument 1339 def proxy_bypass_environment(host): argument 1362 def proxy_bypass_macosx_sysconf(host): argument 1429 def proxy_bypass(host): argument 1494 def proxy_bypass_registry(host): argument [all …]
|
D | ftplib.py | 102 host = '' variable in FTP 113 def __init__(self, host='', user='', passwd='', acct='', argument 121 def connect(self, host='', port=0, timeout=-999): argument 251 def sendport(self, host, port): argument 261 def sendeprt(self, host, port): argument 624 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument 954 def get_account(self, host): argument
|
D | httplib.py | 680 def __init__(self, host, port=None, strict=None, argument 697 def set_tunnel(self, host, port=None, headers=None): argument 710 def _set_hostport(self, host, port): argument 1051 def __init__(self, host='', port=None, strict=None): argument 1078 def connect(self, host=None, port=None): argument 1142 def __init__(self, host, port=None, key_file=None, cert_file=None, argument 1172 def __init__(self, host='', port=None, key_file=None, cert_file=None, argument
|
D | netrc.py | 96 def authenticators(self, host): argument
|
D | poplib.py | 79 def __init__(self, host, port=POP3_PORT, argument 330 def __init__(self, host, port = POP3_SSL_PORT, keyfile = None, certfile = None): argument
|
D | imaplib.py | 151 def __init__(self, host = '', port = IMAP4_PORT): argument 221 def open(self, host = '', port = IMAP4_PORT): argument 1145 def __init__(self, host = '', port = IMAP4_SSL_PORT, keyfile = None, certfile = None): argument 1151 def open(self, host = '', port = IMAP4_SSL_PORT): argument 1226 def open(self, host = None, port = None): argument 1437 host = args[0] variable
|
D | urllib2.py | 261 def set_proxy(self, host, type): argument 841 def http_error_auth_reqed(self, authreq, host, req, headers): argument 864 def retry_http_basic_auth(self, host, req, realm): argument 942 def http_error_auth_reqed(self, auth_header, host, req, headers): argument 1287 def _safe_gethostbyname(host): argument 1399 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1420 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
|
D | xmlrpclib.py | 1260 def request(self, host, handler, request_body, verbose=0): argument 1281 def single_request(self, host, handler, request_body, verbose=0): argument 1334 def get_host_info(self, host): argument 1361 def make_connection(self, host): argument 1406 def send_host(self, connection, host): argument 1483 def make_connection(self, host): argument
|
D | robotparser.py | 214 def prompt_user_passwd(self, host, realm): argument
|
D | telnetlib.py | 187 def __init__(self, host=None, port=0, argument 211 def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/ |
D | simple_server.py | 141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_urllibnet.py | 15 def _open_with_retry(func, host, *args, **kwargs): argument
|
D | test_imaplib.py | 182 host = 'cyrus.andrew.cmu.edu' variable in RemoteIMAPTest
|
D | test_urllib2.py | 281 def __call__(self, host, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): argument 289 def set_tunnel(self, host, port=None, headers=None): argument 612 def connect_ftp(self, user, passwd, host, port, dirs, argument
|
/device/google/cuttlefish_common/common/frontend/socket_vsock_proxy/ |
D | main.cpp | 138 [[noreturn]] void host() { in host() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | getnameinfo.c | 97 getnameinfo(sa, salen, host, hostlen, serv, servlen, flags) in getnameinfo() argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
D | handlers.py | 429 def __init__(self, host, port): argument 582 def __init__(self, host, port): argument 1002 def __init__(self, host, url, method="GET"): argument
|
/device/google/cuttlefish_common/common/frontend/socket_forward_proxy/ |
D | main.cpp | 272 [[noreturn]] void host(SocketForwardRegionView* shm, in host() function
|