/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/ |
H A D | endpoints.json | 4 "hostname" : "{service}.{region}.{dnsSuffix}", string 9 "hostname" : "{service}-fips.{region}.{dnsSuffix}", string 13 "hostname" : "{service}-fips.{region}.{dnsSuffix}", string 17 "hostname" : "{service}.{region}.{dnsSuffix}", string 135 "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com", string 153 "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com" string 160 "hostname" : "access-analyzer-fips.us-east-1.amazonaws.com" string 167 "hostname" : "access-analyzer-fips.us-east-2.amazonaws.com" string 174 "hostname" : "access-analyzer-fips.us-west-1.amazonaws.com" string 181 "hostname" : "access-analyzer-fips.us-west-2.amazonaws.com" string [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen-lite/src/test/resources/software/amazon/awssdk/codegen/lite/ |
H A D | test-endpoints.json | 4 "hostname" : "{service}.{region}.{dnsSuffix}", string 9 "hostname" : "{service}-fips.{region}.{dnsSuffix}", string 13 "hostname" : "{service}-fips.{region}.{dnsSuffix}", string 17 "hostname" : "{service}.{region}.{dnsSuffix}", string 108 "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com", string 123 "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com" string 130 "hostname" : "access-analyzer-fips.us-east-1.amazonaws.com" string 137 "hostname" : "access-analyzer-fips.us-east-2.amazonaws.com" string 144 "hostname" : "access-analyzer-fips.us-west-1.amazonaws.com" string 151 "hostname" : "access-analyzer-fips.us-west-2.amazonaws.com" string [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/url/tests/ |
D | urltestdata.json | 13 "hostname": "example.org", string 28 "hostname": "foo", string 43 "hostname": "test", string 58 "hostname": "test", string 73 "hostname": "test", string 88 "hostname": "test", string 103 "hostname": "example.org", string 118 "hostname": "example.org", string 133 "hostname": "example.org", string 148 "hostname": "", string [all …]
|
D | setters_tests.json | 497 "hostname": "x" string 506 "hostname": "" string 515 "hostname": "" string 524 "hostname": "" string 533 "hostname": "x" string 542 "hostname": "" string 551 "hostname": "" string 560 "hostname": "" string 569 "hostname": "x" string 578 "hostname": "%C3%9F" string [all …]
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | servo_host_unittest.py | 26 self.hostname = "chromeos1-row1-rack1-host1" 27 self._dut_hostname = 'dut-' + self.hostname 97 hostname = 'chromeos1-rack1-row1-host1-servo' 98 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, port)) 99 hostname = 'CHROMEOS1-RACK1-ROW1-host1-SERVO' 100 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, port)) 101 hostname = '96.120.0.567' 102 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, port)) 103 hostname = 'locathost' 104 self.assertTrue(servo_host.is_servo_host_information_valid(hostname, port)) [all …]
|
H A D | factory.py | 80 @return: A dictionary containing arguments for host specifically hostname, 84 hostname, afe_host = server_utils.get_host_info_from_machine(machine) 114 hostname, user, password, port = server_utils.parse_machine(hostname, user, 119 'hostname': hostname, 132 def _detect_host(connectivity_class, hostname, **args): argument 142 @param hostname: A string representing the host name of the device. 149 preset_host = _preset_host(hostname) 152 hostname) 154 with closing(connectivity_class(hostname, **args)) as host: 159 os.environ['HOST_%s' % hostname] = str(host_module.__name__) [all …]
|
/aosp_15_r20/external/selinux/python/sepolgen/tests/ |
H A D | audit.txt | 33 …em_r:unconfined_t:s0 msg='PAM: setcred acct=root : exe="/usr/bin/sudo" (hostname=?, addr=?, termin… 34 …unconfined_t:s0 msg='PAM: session open acct=root : exe="/usr/bin/sudo" (hostname=?, addr=?, termin… 35 …nconfined_t:s0 msg='PAM: session close acct=root : exe="/usr/bin/sudo" (hostname=?, addr=?, termin… 36 …t:s0-s0:c0.c255 msg='PAM: accounting acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, termin… 38 …s0-s0:c0.c255 msg='PAM: session open acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, termin… 39 …nd_t:s0-s0:c0.c255 msg='PAM: setcred acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, termin… 40 …nd_t:s0-s0:c0.c255 msg='PAM: setcred acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, termin… 41 …0-s0:c0.c255 msg='PAM: session close acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, termin… 42 …em_r:unconfined_t:s0 msg='PAM: setcred acct=root : exe="/usr/bin/sudo" (hostname=?, addr=?, termin… 43 …unconfined_t:s0 msg='PAM: session open acct=root : exe="/usr/bin/sudo" (hostname=?, addr=?, termin… [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SNIHostName.java | 45 * "HostName" contains the fully qualified DNS hostname of the server, as 46 * understood by the client. The encoded server name value of a hostname is 63 private final String hostname; field in SNIHostName 66 * Creates an {@code SNIHostName} using the specified hostname. 69 * the encoded server name value of a hostname is 71 * {@code hostname} can be a user-friendly Internationalized Domain Name 77 * translate the {@code hostname} into ASCII Compatible Encoding (ACE), as: 79 * IDN.toASCII(hostname, IDN.USE_STD3_ASCII_RULES); 82 * The {@code hostname} argument is illegal if it: 84 * <li> {@code hostname} is empty,</li> [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/javax/net/ssl/ |
H A D | SNIHostName.java | 45 * "HostName" contains the fully qualified DNS hostname of the server, as 46 * understood by the client. The encoded server name value of a hostname is 63 private final String hostname; field in SNIHostName 66 * Creates an {@code SNIHostName} using the specified hostname. 69 * the encoded server name value of a hostname is 71 * {@code hostname} can be a user-friendly Internationalized Domain Name 77 * translate the {@code hostname} into ASCII Compatible Encoding (ACE), as: 79 * IDN.toASCII(hostname, IDN.USE_STD3_ASCII_RULES); 82 * The {@code hostname} argument is illegal if it: 84 * <li> {@code hostname} is empty,</li> [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/26/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SNIHostName.java | 45 * "HostName" contains the fully qualified DNS hostname of the server, as 46 * understood by the client. The encoded server name value of a hostname is 63 private final String hostname; field in SNIHostName 66 * Creates an {@code SNIHostName} using the specified hostname. 69 * the encoded server name value of a hostname is 71 * {@code hostname} can be a user-friendly Internationalized Domain Name 77 * translate the {@code hostname} into ASCII Compatible Encoding (ACE), as: 79 * IDN.toASCII(hostname, IDN.USE_STD3_ASCII_RULES); 82 * The {@code hostname} argument is illegal if it: 84 * <li> {@code hostname} is empty,</li> [all …]
|
/aosp_15_r20/packages/modules/adb/ |
D | socket_spec_test.cpp | 30 std::string hostname, error, serial; in TEST() local 35 EXPECT_FALSE(parse_tcp_socket_spec(spec, &hostname, &port, &serial, &error)); in TEST() 41 std::string hostname, error, serial; in TEST() local 43 EXPECT_TRUE(parse_tcp_socket_spec("tcp:5037", &hostname, &port, &serial, &error)); in TEST() 44 EXPECT_EQ("", hostname); in TEST() 50 std::string hostname, error, serial; in TEST() local 52 EXPECT_FALSE(parse_tcp_socket_spec("tcp:", &hostname, &port, &serial, &error)); in TEST() 53 EXPECT_FALSE(parse_tcp_socket_spec("tcp:-1", &hostname, &port, &serial, &error)); in TEST() 54 EXPECT_FALSE(parse_tcp_socket_spec("tcp:65536", &hostname, &port, &serial, &error)); in TEST() 58 std::string hostname, error, serial; in TEST() local [all …]
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | ice_server_parsing_unittest.cc | 54 const std::string& hostname) { in ParseUrl() argument 63 server.hostname = hostname; in ParseUrl() 77 EXPECT_TRUE(ParseUrl("stun:hostname")); in TEST_F() 81 EXPECT_TRUE(ParseUrl("stuns:hostname")); in TEST_F() 85 EXPECT_TRUE(ParseTurnUrl("turn:hostname")); in TEST_F() 90 EXPECT_TRUE(ParseTurnUrl("turns:hostname")); in TEST_F() 98 "turns:hostname", "username", "password", in TEST_F() 107 EXPECT_FALSE(ParseUrl("stunn:hostname")); in TEST_F() 108 EXPECT_FALSE(ParseUrl(":hostname")); in TEST_F() 115 EXPECT_TRUE(ParseTurnUrl("turns:hostname")); in TEST_F() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/ |
H A D | InetSocketAddress.java | 38 * It can also be a pair (hostname + port number), in which case an attempt 39 * will be made to resolve the hostname. If resolution fails then the address 58 // The hostname of the Socket Address 59 private String hostname; field in InetSocketAddress.InetSocketAddressHolder 65 private InetSocketAddressHolder(String hostname, InetAddress addr, int port) { in InetSocketAddressHolder() argument 66 this.hostname = hostname; in InetSocketAddressHolder() 80 if (hostname != null) in getHostName() 81 return hostname; in getHostName() 88 if (hostname != null) in getHostString() 89 return hostname; in getHostString() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/ |
D | InetSocketAddress.java | 38 * It can also be a pair (hostname + port number), in which case an attempt 39 * will be made to resolve the hostname. If resolution fails then the address 58 // The hostname of the Socket Address 59 private String hostname; field in InetSocketAddress.InetSocketAddressHolder 65 private InetSocketAddressHolder(String hostname, InetAddress addr, int port) { in InetSocketAddressHolder() argument 66 this.hostname = hostname; in InetSocketAddressHolder() 80 if (hostname != null) in getHostName() 81 return hostname; in getHostName() 88 if (hostname != null) in getHostString() 89 return hostname; in getHostString() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/6/libcore/ojluni/src/main/java/java/net/ |
D | InetSocketAddress.java | 38 * It can also be a pair (hostname + port number), in which case an attempt 39 * will be made to resolve the hostname. If resolution fails then the address 58 // The hostname of the Socket Address 59 private String hostname; field in InetSocketAddress.InetSocketAddressHolder 65 private InetSocketAddressHolder(String hostname, InetAddress addr, int port) { in InetSocketAddressHolder() argument 66 this.hostname = hostname; in InetSocketAddressHolder() 80 if (hostname != null) in getHostName() 81 return hostname; in getHostName() 88 if (hostname != null) in getHostString() 89 return hostname; in getHostString() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/security/net/config/ |
H A D | ApplicationConfig.java | 34 * configuration to be used for communicating with a specific hostname.</p> 64 * Get the {@link NetworkSecurityConfig} corresponding to the provided hostname. 69 * {@code hostname}. Subsequent calls with the same hostname will always return the same 73 * the network security configuration for connections to {@code hostname}. 75 public NetworkSecurityConfig getConfigForHostname(String hostname) { in getConfigForHostname() argument 77 if (hostname == null || hostname.isEmpty() || mConfigs == null) { in getConfigForHostname() 80 if (hostname.charAt(0) == '.') { in getConfigForHostname() 81 throw new IllegalArgumentException("hostname must not begin with a ."); in getConfigForHostname() 84 hostname = hostname.toLowerCase(Locale.US); in getConfigForHostname() 85 // Normalize hostname by removing trailing . if present, all Domain hostnames are in getConfigForHostname() [all …]
|
/aosp_15_r20/external/autotest/site_utils/deployment/ |
H A D | install.py | 101 _ReportResult = namedtuple('_ReportResult', ['hostname', 'message']) 184 def _create_host(hostname, afe, afe_host): argument 191 @param hostname Hostname of the target DUT. 196 'hostname': hostname, 198 'host_info_store': afe_store.AfeStore(hostname, afe), 245 def _update_host_attributes(afe, hostname, host_attrs): argument 249 @param hostname Host name of the DUT. 253 s_hostname, s_port, s_serial = _extract_servo_attributes(hostname, 257 hostname=hostname) 260 hostname=hostname) [all …]
|
/aosp_15_r20/external/nist-sip/java/gov/nist/core/ |
H A D | Host.java | 43 * Stores hostname. 68 protected static final int HOSTNAME = 1; field in Host 72 /** hostName field 74 protected String hostname; field in Host 86 addressType = HOSTNAME; in Host() 94 public Host(String hostName) throws IllegalArgumentException { in Host() argument 95 if (hostName == null) in Host() 101 setHost(hostName, IPV4ADDRESS); in Host() 124 if (addressType == IPV6ADDRESS && !isIPv6Reference(hostname)) { in encode() 125 buffer.append('[').append(hostname).append(']'); in encode() [all …]
|
/aosp_15_r20/external/autotest/frontend/afe/ |
H A D | rpc_interface_unittest.py | 67 returned_jobs = [(job['id'], job['name'], job['shard']['hostname']) 71 expected_hosts = [(host.id, host.hostname) for host in hosts] 72 returned_hosts = [(host['id'], host['hostname']) 108 host2 = models.Host.objects.create(hostname='test_host2', leased=False) 118 host2 = models.Host.objects.create(hostname='test_host2', leased=False) 127 shard1.hostname, label1.name)): 141 leased_host = models.Host.objects.create(hostname='leased_host', 164 shard_hostname=shard2.hostname, 167 host3 = models.Host.objects.create(hostname='test_host3', leased=False) 224 rpc_interface.delete_shard(hostname=shard1.hostname) [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/test/region-testing/src/test/resources/ |
H A D | variants-test-endpoints.json | 5 "hostname" : "{service}.{region}.{dnsSuffix}", string 11 "hostname" : "{service}-fips.{region}.{dnsSuffix}", string 16 "hostname" : "{service}.{region}.{dnsSuffix}", string 21 "hostname" : "{service}-fips.{region}.{dnsSuffix}", string 44 "hostname" : "default-pattern-service-fips.us-west-2.amazonaws.com", string 48 "hostname" : "default-pattern-service.us-west-2.api.aws", string 61 "hostname" : "global-service.amazonaws.com", string 64 "hostname" : "global-service-fips.amazonaws.com", string 68 "hostname" : "global-service.api.aws", string 81 "hostname" : "fips.{service}.{region}.{dnsSuffix}", string [all …]
|
/aosp_15_r20/external/autotest/cli/ |
H A D | server.py | 59 @param hostname_required: True to require the command has hostname 81 attribute_name='hostname', use_leftover=True) 93 kwargs['req_items'] = 'hostname' 101 # self.hostname is a list. Action on server only needs one hostname at 103 if (not self.hostname and self.hostname_required): 104 self.invalid_syntax('`server` topic requires hostname. ' 108 len(self.hostname) > 1): 112 if self.hostname: 115 # Override self.hostname with the first hostname in the list. 116 self.hostname = self.hostname[0] [all …]
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | OkHostnameVerifier.java | 112 * Returns true if {@code certificate} matches {@code hostName}. 115 private boolean verifyHostName(String hostName, X509Certificate certificate) { in verifyHostName() argument 116 hostName = hostName.toLowerCase(Locale.US); in verifyHostName() 121 if (verifyHostName(hostName, altNames.get(i))) { in verifyHostName() 128 // BEGIN Android-removed: Ignore common name in hostname verification. http://b/70278814 135 return verifyHostName(hostName, cn); 139 // END Android-removed: Ignore common name in hostname verification. http://b/70278814 181 * Returns {@code true} iff {@code hostName} matches the domain name {@code pattern}. 183 * @param hostName lower-case host name. 187 private boolean verifyHostName(String hostName, String pattern) { in verifyHostName() argument [all …]
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | OkHostnameVerifier.java | 110 * Returns true if {@code certificate} matches {@code hostName}. 113 private boolean verifyHostName(String hostName, X509Certificate certificate) { in verifyHostName() argument 114 hostName = hostName.toLowerCase(Locale.US); in verifyHostName() 119 if (verifyHostName(hostName, altNames.get(i))) { in verifyHostName() 126 // BEGIN Android-removed: Ignore common name in hostname verification. http://b/70278814 133 return verifyHostName(hostName, cn); 137 // END Android-removed: Ignore common name in hostname verification. http://b/70278814 179 * Returns {@code true} iff {@code hostName} matches the domain name {@code pattern}. 181 * @param hostName lower-case host name. 185 private boolean verifyHostName(String hostName, String pattern) { in verifyHostName() argument [all …]
|
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
H A D | OkHostnameVerifier.java | 107 * Returns true if {@code certificate} matches {@code hostName}. 109 private boolean verifyHostName(String hostName, X509Certificate certificate) { in verifyHostName() argument 111 if (!isPrintableAscii(hostName)) { in verifyHostName() 115 hostName = hostName.toLowerCase(Locale.US); in verifyHostName() 120 if (verifyHostName(hostName, altNames.get(i))) { in verifyHostName() 125 // BEGIN Android-removed: Ignore common name in hostname verification. http://b/70278814 in verifyHostName() 132 return verifyHostName(hostName, cn); in verifyHostName() 136 // END Android-removed: Ignore common name in hostname verification. http://b/70278814 in verifyHostName() 180 * Returns {@code true} iff {@code hostName} matches the domain name {@code pattern}. 182 * @param hostName lower-case host name. [all …]
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/tls/ |
H A D | OkHostnameVerifier.java | 109 * Returns true if {@code certificate} matches {@code hostName}. 111 private boolean verifyHostName(String hostName, X509Certificate certificate) { in verifyHostName() argument 113 if (!isPrintableAscii(hostName)) { in verifyHostName() 117 hostName = hostName.toLowerCase(Locale.US); in verifyHostName() 122 if (verifyHostName(hostName, altNames.get(i))) { in verifyHostName() 127 // BEGIN Android-removed: Ignore common name in hostname verification. http://b/70278814 in verifyHostName() 134 return verifyHostName(hostName, cn); in verifyHostName() 138 // END Android-removed: Ignore common name in hostname verification. http://b/70278814 in verifyHostName() 182 * Returns {@code true} iff {@code hostName} matches the domain name {@code pattern}. 184 * @param hostName lower-case host name. [all …]
|