/aosp_15_r20/libcore/support/src/test/java/libcore/javax/net/ssl/ |
H A D | TestSSLContext.java | 99 public final InetAddress host; field in TestSSLContext 130 public void put(String name, boolean val) { in put() 135 public void put(String name, byte val) { in put() 140 public void put(String name, char val) { in put() 145 public void put(String name, short val) { in put() 150 public void put(String name, int val) { in put() 155 public void put(String name, long val) { in put() 160 public void put(String name, float val) { in put() 165 public void put(String name, double val) { in put() 170 public void put(String name, Object val) { in put() [all …]
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/ |
H A D | msdc.c | 15 static inline void msdc_set_field(void *reg, u32 field, u32 val) in msdc_set_field() 70 static void msdc_reset_hw(struct msdc_ctrlr *host) in msdc_reset_hw() 72 u32 val; in msdc_reset_hw() local 86 static void msdc_init_hw(struct msdc_ctrlr *host) in msdc_init_hw() 146 static void msdc_fifo_clr(struct msdc_ctrlr *host) in msdc_fifo_clr() 154 static u32 msdc_cmd_find_resp(struct msdc_ctrlr *host, struct mmc_command *cmd) in msdc_cmd_find_resp() 171 static bool msdc_cmd_is_ready(struct msdc_ctrlr *host) in msdc_cmd_is_ready() 194 static u32 msdc_cmd_prepare_raw_cmd(struct msdc_ctrlr *host, in msdc_cmd_prepare_raw_cmd() 240 static int msdc_cmd_done(struct msdc_ctrlr *host, int events, in msdc_cmd_done() 274 static int msdc_start_command(struct msdc_ctrlr *host, struct mmc_command *cmd, in msdc_start_command() [all …]
|
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/ |
H A D | TestSSLContext.java | 84 public final InetAddress host; field in TestSSLContext 109 public void put(String name, boolean val) { in put() 113 public void put(String name, byte val) { in put() 117 public void put(String name, char val) { in put() 121 public void put(String name, short val) { in put() 125 public void put(String name, int val) { in put() 129 public void put(String name, long val) { in put() 133 public void put(String name, float val) { in put() 137 public void put(String name, double val) { in put() 141 public void put(String name, Object val) { in put() [all …]
|
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/ |
H A D | TestSSLContext.java | 86 public final InetAddress host; field in TestSSLContext 111 public void put(String name, boolean val) { in put() 115 public void put(String name, byte val) { in put() 119 public void put(String name, char val) { in put() 123 public void put(String name, short val) { in put() 127 public void put(String name, int val) { in put() 131 public void put(String name, long val) { in put() 135 public void put(String name, float val) { in put() 139 public void put(String name, double val) { in put() 143 public void put(String name, Object val) { in put() [all …]
|
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/ |
H A D | HttpProxyOptions.java | 15 private String host; field in HttpProxyOptions 39 HttpProxyAuthorizationType(int val) { in HttpProxyAuthorizationType() 72 HttpProxyConnectionType(int val) { in HttpProxyConnectionType() 108 public void setHost(String host) { in setHost()
|
/aosp_15_r20/external/toybox/toys/net/ |
H A D | wget.c | 87 static void wget_info(char *url, char **host, char **port, char **path) in wget_info() 110 static void wget_connect(char *host, char *port) in wget_connect() 222 static char *wget_find_header(char *header, char *val) in wget_find_header() 235 char *body, *index, *host, *port, *path = 0, *chunked, *ss; in wget_main() local
|
/aosp_15_r20/external/coreboot/util/intelmetool/ |
H A D | me.c | 16 #define write32(addr, off, val) ( *((uint32_t *) (addr + off)) = val) argument 159 struct mei_csr host; in mei_reset() local 184 struct mei_csr host; in mei_send_msg() local 249 struct mei_csr me, host; in mei_recv_msg() local 568 struct mei_csr host; in intel_mei_setup() local
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | servo_repair.py | 43 def wrapper(self, host): argument 68 def verify(self, host): argument 88 def _is_applicable(self, host): argument 109 def verify(self, host): argument 125 def verify(self, host): argument 157 def _is_applicable(self, host): argument 178 def verify(self, host): argument 189 def _is_applicable(self, host): argument 209 def verify(self, host): argument 221 def _is_applicable(self, host): argument [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | urllib2.py | 296 def set_proxy(self, host, type): argument 314 def add_header(self, key, val): argument 318 def add_unredirected_header(self, key, val): argument 873 def http_error_auth_reqed(self, authreq, host, req, headers): argument 889 def retry_http_basic_auth(self, host, req, realm): argument 965 def http_error_auth_reqed(self, auth_header, host, req, headers): argument 1321 def _safe_gethostbyname(host): argument 1433 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1455 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument
|
D | ftplib.py | 104 host = '' variable in FTP 116 def __init__(self, host='', user='', passwd='', acct='', argument 124 def connect(self, host='', port=0, timeout=-999): argument 157 def set_pasv(self, val): argument 258 def sendport(self, host, port): argument 268 def sendeprt(self, host, port): argument 660 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument 1008 def get_account(self, host): argument
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsServiceTypeClientTests.java | 2220 long val = lastScheduledDelayInMs; in getAndClearLastScheduledDelayInMs() local 2227 Runnable val = lastScheduledRunnable; in getAndClearLastScheduledRunnable() local 2233 Runnable val = lastSubmittedRunnable; in getAndClearSubmittedRunnable() local 2239 Future<?> val = lastSubmittedFuture; in getAndClearSubmittedFuture() local 2247 @Nullable String host, in createResponse() 2264 @Nullable String host, in createResponse() 2276 @Nullable String host, in createResponse()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/urllib/ |
D | request.py | 390 def set_proxy(self, host, type): argument 401 def add_header(self, key, val): argument 405 def add_unredirected_header(self, key, val): argument 986 def http_error_auth_reqed(self, authreq, host, req, headers): argument 1012 def retry_http_basic_auth(self, host, req, realm): argument 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): argument 1525 def _safe_gethostbyname(host): argument 1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1989 def _https_connection(self, host): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/urllib/ |
D | request.py | 390 def set_proxy(self, host, type): argument 401 def add_header(self, key, val): argument 405 def add_unredirected_header(self, key, val): argument 986 def http_error_auth_reqed(self, authreq, host, req, headers): argument 1012 def retry_http_basic_auth(self, host, req, realm): argument 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): argument 1525 def _safe_gethostbyname(host): argument 1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1989 def _https_connection(self, host): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/urllib/ |
D | request.py | 390 def set_proxy(self, host, type): argument 401 def add_header(self, key, val): argument 405 def add_unredirected_header(self, key, val): argument 986 def http_error_auth_reqed(self, authreq, host, req, headers): argument 1012 def retry_http_basic_auth(self, host, req, realm): argument 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): argument 1525 def _safe_gethostbyname(host): argument 1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1989 def _https_connection(self, host): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/urllib/ |
D | request.py | 390 def set_proxy(self, host, type): argument 401 def add_header(self, key, val): argument 405 def add_unredirected_header(self, key, val): argument 986 def http_error_auth_reqed(self, authreq, host, req, headers): argument 1012 def retry_http_basic_auth(self, host, req, realm): argument 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): argument 1525 def _safe_gethostbyname(host): argument 1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1989 def _https_connection(self, host): argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/urllib/ |
H A D | request.py | 390 def set_proxy(self, host, type): argument 401 def add_header(self, key, val): argument 405 def add_unredirected_header(self, key, val): argument 986 def http_error_auth_reqed(self, authreq, host, req, headers): argument 1012 def retry_http_basic_auth(self, host, req, realm): argument 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): argument 1525 def _safe_gethostbyname(host): argument 1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1989 def _https_connection(self, host): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/urllib/ |
D | request.py | 390 def set_proxy(self, host, type): argument 401 def add_header(self, key, val): argument 405 def add_unredirected_header(self, key, val): argument 986 def http_error_auth_reqed(self, authreq, host, req, headers): argument 1012 def retry_http_basic_auth(self, host, req, realm): argument 1103 def http_error_auth_reqed(self, auth_header, host, req, headers): argument 1525 def _safe_gethostbyname(host): argument 1584 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1604 def connect_ftp(self, user, passwd, host, port, dirs, timeout): argument 1989 def _https_connection(self, host): argument [all …]
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | MediaHTTPConnection.java | 121 private static boolean parseBoolean(String val) { in parseBoolean() 131 private synchronized boolean filterOutInternalHeaders(String key, String val) { in filterOutInternalHeaders() 150 String val = pair.substring(colonPos + 1); in convertHeaderStringToMap() local 207 String host = url.getHost(); in isLocalHost() local
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/address/ |
H A D | SipUri.java | 276 String host = authority.getHost().encode(); in getUserAtHost() local 295 String host = authority.getHost().encode(); in getUserAtHostPort() local 605 Host host = new Host(); in setMAddr() local 793 Object val = uriParms.getValue(name); in getParameter() local 888 public void setHost(String host) throws ParseException { in setHost()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | ftplib.py | 99 host = '' variable in FTP 109 def __init__(self, host='', user='', passwd='', acct='', argument 139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument 181 def set_pasv(self, val): argument 288 def sendport(self, host, port): argument 298 def sendeprt(self, host, port): argument 718 def __init__(self, host='', user='', passwd='', acct='', argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | ftplib.py | 99 host = '' variable in FTP 109 def __init__(self, host='', user='', passwd='', acct='', argument 139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument 181 def set_pasv(self, val): argument 288 def sendport(self, host, port): argument 298 def sendeprt(self, host, port): argument 718 def __init__(self, host='', user='', passwd='', acct='', argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | ftplib.py | 99 host = '' variable in FTP 109 def __init__(self, host='', user='', passwd='', acct='', argument 139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument 181 def set_pasv(self, val): argument 288 def sendport(self, host, port): argument 298 def sendeprt(self, host, port): argument 718 def __init__(self, host='', user='', passwd='', acct='', argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | ftplib.py | 99 host = '' variable in FTP 109 def __init__(self, host='', user='', passwd='', acct='', argument 139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument 181 def set_pasv(self, val): argument 288 def sendport(self, host, port): argument 298 def sendeprt(self, host, port): argument 718 def __init__(self, host='', user='', passwd='', acct='', argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | ftplib.py | 99 host = '' variable in FTP 109 def __init__(self, host='', user='', passwd='', acct='', argument 139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument 181 def set_pasv(self, val): argument 288 def sendport(self, host, port): argument 298 def sendeprt(self, host, port): argument 718 def __init__(self, host='', user='', passwd='', acct='', argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | ftplib.py | 99 host = '' variable in FTP 109 def __init__(self, host='', user='', passwd='', acct='', argument 139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument 181 def set_pasv(self, val): argument 288 def sendport(self, host, port): argument 298 def sendeprt(self, host, port): argument 718 def __init__(self, host='', user='', passwd='', acct='', argument
|