Home
last modified time | relevance | path

Searched refs:testAddress (Results 1 – 25 of 81) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/tests/Unit/MailAddressTests/
H A DMailAddressEncodeTest.cs16 string result = testAddress.Encode(2, false); in EncodeSingleMailAddress_WithAddressAndNoUnicode_AndPaddingValueOfNonZero_ShouldEncodeCorrectly()
19 result = testAddress.Encode(2, true); in EncodeSingleMailAddress_WithAddressAndNoUnicode_AndPaddingValueOfNonZero_ShouldEncodeCorrectly()
30 result = testAddress.Encode(2, true); in EncodeSingleMailAddress_WithAddressAndUnicode_AndPaddingValueOfNonZero_ShouldEncodeCorrectly()
49 result = testAddress.Encode(0, true); in EncodeSingleMailAddress_WithAddressAndDisplayName_ShouldEncodeAsDisplayNameAndAddressInBrackets()
61 result = testAddress.Encode(0, true); in EncodeSingleMailAddress_WithAddressAndDisplayNameUnicode_ShouldQEncode()
74 result = testAddress.Encode(0, true); in EncodeSingleMailAddress_WithAddressAndLongDisplayNameUnicode_ShouldQEncode()
89 result = testAddress.Encode(0, true); in EncodeSingleMailAddress_WithAddressAndNonAsciiAndRangeOfChars_ShouldQEncode()
100 collection.Add(testAddress); in EncodeMultipleMailAddress_WithOneAddressAndDisplayName_ShouldEncodeAsDisplayNameAndAddressInBrackets()
115 collection.Add(testAddress); in EncodeMultipleMailAddress_WithTwoAddressesThatAreTheSame_ShouldEncodeCorrectly()
131 collection.Add(testAddress); in EncodeMultipleMailAddress_WithTwoAddressesThatAreDifferentAndContainUnicode_ShouldEncodeCorrectly()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/InetAddress/
H A DInternalNameServiceTest.java55 InetAddress testAddress; in testHostToIPAddressMappings() local
76 testAddress = InetAddress.getByName("host.sample-domain"); in testHostToIPAddressMappings()
77 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
89 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
96 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
138 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
150 InetAddress testAddress; in testIpAddressToHostNameMappings() local
165 testAddress = InetAddress.getByAddress(testHostIpAddr); in testIpAddressToHostNameMappings()
167 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
178 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
[all …]
H A DInternalNameServiceWithHostsFileTest.java76 InetAddress testAddress; in testHostsMapping() local
78 testAddress = InetAddress.getByName(hostName); in testHostsMapping()
81 + testAddress); in testHostsMapping()
83 rawIpAddress = testAddress.getAddress(); in testHostsMapping()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/InetAddress/
H A DInternalNameServiceTest.java55 InetAddress testAddress; in testHostToIPAddressMappings() local
76 testAddress = InetAddress.getByName("host.sample-domain"); in testHostToIPAddressMappings()
77 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
89 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
96 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
138 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
150 InetAddress testAddress; in testIpAddressToHostNameMappings() local
165 testAddress = InetAddress.getByAddress(testHostIpAddr); in testIpAddressToHostNameMappings()
167 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
178 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
[all …]
H A DInternalNameServiceWithHostsFileTest.java85 InetAddress testAddress; in testHostsMapping() local
87 testAddress = InetAddress.getByName(hostName); in testHostsMapping()
90 + testAddress); in testHostsMapping()
92 rawIpAddress = testAddress.getAddress(); in testHostsMapping()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/InetAddress/
H A DInternalNameServiceTest.java55 InetAddress testAddress; in testHostToIPAddressMappings() local
76 testAddress = InetAddress.getByName("host.sample-domain"); in testHostToIPAddressMappings()
77 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
89 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
96 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
138 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
150 InetAddress testAddress; in testIpAddressToHostNameMappings() local
165 testAddress = InetAddress.getByAddress(testHostIpAddr); in testIpAddressToHostNameMappings()
167 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
178 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
[all …]
H A DInternalNameServiceWithHostsFileTest.java76 InetAddress testAddress; in testHostsMapping() local
78 testAddress = InetAddress.getByName(hostName); in testHostsMapping()
81 + testAddress); in testHostsMapping()
83 rawIpAddress = testAddress.getAddress(); in testHostsMapping()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/InetAddress/
H A DInternalNameServiceTest.java55 InetAddress testAddress; in testHostToIPAddressMappings() local
76 testAddress = InetAddress.getByName("host.sample-domain"); in testHostToIPAddressMappings()
77 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
89 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
96 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
138 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
150 InetAddress testAddress; in testIpAddressToHostNameMappings() local
165 testAddress = InetAddress.getByAddress(testHostIpAddr); in testIpAddressToHostNameMappings()
167 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
178 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
[all …]
H A DInternalNameServiceWithHostsFileTest.java85 InetAddress testAddress; in testHostsMapping() local
87 testAddress = InetAddress.getByName(hostName); in testHostsMapping()
90 + testAddress); in testHostsMapping()
92 rawIpAddress = testAddress.getAddress(); in testHostsMapping()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/InetAddress/
H A DInternalNameServiceTest.java55 InetAddress testAddress; in testHostToIPAddressMappings() local
76 testAddress = InetAddress.getByName("host.sample-domain"); in testHostToIPAddressMappings()
77 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
89 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
96 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
138 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
150 InetAddress testAddress; in testIpAddressToHostNameMappings() local
165 testAddress = InetAddress.getByAddress(testHostIpAddr); in testIpAddressToHostNameMappings()
167 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
178 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
[all …]
H A DInternalNameServiceWithHostsFileTest.java85 InetAddress testAddress; in testHostsMapping() local
87 testAddress = InetAddress.getByName(hostName); in testHostsMapping()
90 + testAddress); in testHostsMapping()
92 rawIpAddress = testAddress.getAddress(); in testHostsMapping()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/InetAddress/
H A DInternalNameServiceTest.java55 InetAddress testAddress; in testHostToIPAddressMappings() local
76 testAddress = InetAddress.getByName("host.sample-domain"); in testHostToIPAddressMappings()
77 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
89 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
96 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
138 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
150 InetAddress testAddress; in testIpAddressToHostNameMappings() local
165 testAddress = InetAddress.getByAddress(testHostIpAddr); in testIpAddressToHostNameMappings()
167 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
178 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
[all …]
H A DInternalNameServiceWithHostsFileTest.java85 InetAddress testAddress; in testHostsMapping() local
87 testAddress = InetAddress.getByName(hostName); in testHostsMapping()
90 + testAddress); in testHostsMapping()
92 rawIpAddress = testAddress.getAddress(); in testHostsMapping()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/InetAddress/
H A DInternalNameServiceTest.java55 InetAddress testAddress; in testHostToIPAddressMappings() local
76 testAddress = InetAddress.getByName("host.sample-domain"); in testHostToIPAddressMappings()
77 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
89 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
96 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
138 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
150 InetAddress testAddress; in testIpAddressToHostNameMappings() local
165 testAddress = InetAddress.getByAddress(testHostIpAddr); in testIpAddressToHostNameMappings()
167 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
178 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
[all …]
H A DInternalNameServiceWithHostsFileTest.java76 InetAddress testAddress; in testHostsMapping() local
78 testAddress = InetAddress.getByName(hostName); in testHostsMapping()
81 + testAddress); in testHostsMapping()
83 rawIpAddress = testAddress.getAddress(); in testHostsMapping()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/InetAddress/
H A DInternalNameServiceTest.java53 InetAddress testAddress; in testHostToIPAddressMappings() local
74 testAddress = InetAddress.getByName("host.sample-domain"); in testHostToIPAddressMappings()
75 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
87 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
94 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
136 retrievedIpAddr = testAddress.getAddress(); in testHostToIPAddressMappings()
148 InetAddress testAddress; in testIpAddressToHostNameMappings() local
163 testAddress = InetAddress.getByAddress(testHostIpAddr); in testIpAddressToHostNameMappings()
165 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
176 retrievedHost = testAddress.getHostName(); in testIpAddressToHostNameMappings()
[all …]
H A DInternalNameServiceWithHostsFileTest.java79 InetAddress testAddress; in testHostsMapping() local
81 testAddress = InetAddress.getByName(hostName); in testHostsMapping()
84 + testAddress); in testHostsMapping()
86 rawIpAddress = testAddress.getAddress(); in testHostsMapping()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/grpc/credentials/alts/internal/handshaker/service/
H A Dservice_test.go29 testAddress = "some_address" const
47 conn1, err := Dial(testAddress)
59 conn2, err := Dial(testAddress)
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/grpc/credentials/alts/internal/handshaker/service/
H A Dservice_test.go29 testAddress = "some_address" const
47 conn1, err := Dial(testAddress)
59 conn2, err := Dial(testAddress)
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/grpc/credentials/alts/internal/handshaker/service/
H A Dservice_test.go29 testAddress = "some_address" const
47 conn1, err := Dial(testAddress)
59 conn2, err := Dial(testAddress)
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/grpc/credentials/alts/internal/handshaker/service/
H A Dservice_test.go29 testAddress = "some_address" const
47 conn1, err := Dial(testAddress)
59 conn2, err := Dial(testAddress)
/dports/www/fabio/fabio-1.5.14/vendor/google.golang.org/grpc/grpc-go-1.16.0/credentials/alts/internal/handshaker/service/
H A Dservice_test.go29 testAddress = "some_address" const
47 conn1, err := Dial(testAddress)
59 conn2, err := Dial(testAddress)
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/grpc/credentials/alts/internal/handshaker/service/
H A Dservice_test.go29 testAddress = "some_address" const
47 conn1, err := Dial(testAddress)
59 conn2, err := Dial(testAddress)
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/grpc/credentials/alts/internal/handshaker/service/
H A Dservice_test.go29 testAddress = "some_address" const
47 conn1, err := Dial(testAddress)
59 conn2, err := Dial(testAddress)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/grpc/credentials/alts/internal/handshaker/service/
H A Dservice_test.go29 testAddress = "some_address" const
47 conn1, err := Dial(testAddress)
59 conn2, err := Dial(testAddress)

1234