Home
last modified time | relevance | path

Searched refs:IsCompatibleWith (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/feature_policy/
H A Dpolicy_value_unittest.cc48 EXPECT_TRUE(false_value.IsCompatibleWith(false_value)); in TEST_F()
52 EXPECT_TRUE(false_value.IsCompatibleWith(true_value)); in TEST_F()
56 EXPECT_FALSE(true_value.IsCompatibleWith(false_value)); in TEST_F()
60 EXPECT_TRUE(true_value.IsCompatibleWith(true_value)); in TEST_F()
93 EXPECT_TRUE(low_value.IsCompatibleWith(low_value)); in TEST_F()
97 EXPECT_TRUE(low_value.IsCompatibleWith(high_value)); in TEST_F()
101 EXPECT_FALSE(high_value.IsCompatibleWith(low_value)); in TEST_F()
105 EXPECT_TRUE(high_value.IsCompatibleWith(high_value)); in TEST_F()
127 EXPECT_TRUE(enum_value_a.IsCompatibleWith(enum_value_a)); in TEST_F()
131 EXPECT_FALSE(enum_value_b.IsCompatibleWith(enum_value_a)); in TEST_F()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate_test.go62 if !c1.IsCompatibleWith(c1) || !c2.IsCompatibleWith(c2) ||
63 !alien.IsCompatibleWith(alien) {
67 if !c1.IsCompatibleWith(c2) || !c2.IsCompatibleWith(c1) {
71 if c1.IsCompatibleWith(alien) || c2.IsCompatibleWith(alien) ||
72 alien.IsCompatibleWith(c1) || alien.IsCompatibleWith(c2) {
H A Dcoordinate.go78 func (c *Coordinate) IsCompatibleWith(other *Coordinate) bool { func
85 if !c.IsCompatibleWith(other) {
102 if !c.IsCompatibleWith(other) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/serf/serf-0.7.0/coordinate/
H A Dcoordinate_test.go62 if !c1.IsCompatibleWith(c1) || !c2.IsCompatibleWith(c2) ||
63 !alien.IsCompatibleWith(alien) {
67 if !c1.IsCompatibleWith(c2) || !c2.IsCompatibleWith(c1) {
71 if c1.IsCompatibleWith(alien) || c2.IsCompatibleWith(alien) ||
72 alien.IsCompatibleWith(c1) || alien.IsCompatibleWith(c2) {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate_test.go62 if !c1.IsCompatibleWith(c1) || !c2.IsCompatibleWith(c2) ||
63 !alien.IsCompatibleWith(alien) {
67 if !c1.IsCompatibleWith(c2) || !c2.IsCompatibleWith(c1) {
71 if c1.IsCompatibleWith(alien) || c2.IsCompatibleWith(alien) ||
72 alien.IsCompatibleWith(c1) || alien.IsCompatibleWith(c2) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate_test.go100 if !c1.IsCompatibleWith(c1) || !c2.IsCompatibleWith(c2) ||
101 !alien.IsCompatibleWith(alien) {
105 if !c1.IsCompatibleWith(c2) || !c2.IsCompatibleWith(c1) {
109 if c1.IsCompatibleWith(alien) || c2.IsCompatibleWith(alien) ||
110 alien.IsCompatibleWith(c1) || alien.IsCompatibleWith(c2) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate_test.go100 if !c1.IsCompatibleWith(c1) || !c2.IsCompatibleWith(c2) ||
101 !alien.IsCompatibleWith(alien) {
105 if !c1.IsCompatibleWith(c2) || !c2.IsCompatibleWith(c1) {
109 if c1.IsCompatibleWith(alien) || c2.IsCompatibleWith(alien) ||
110 alien.IsCompatibleWith(c1) || alien.IsCompatibleWith(c2) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate_test.go100 if !c1.IsCompatibleWith(c1) || !c2.IsCompatibleWith(c2) ||
101 !alien.IsCompatibleWith(alien) {
105 if !c1.IsCompatibleWith(c2) || !c2.IsCompatibleWith(c1) {
109 if c1.IsCompatibleWith(alien) || c2.IsCompatibleWith(alien) ||
110 alien.IsCompatibleWith(c1) || alien.IsCompatibleWith(c2) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate_test.go100 if !c1.IsCompatibleWith(c1) || !c2.IsCompatibleWith(c2) ||
101 !alien.IsCompatibleWith(alien) {
105 if !c1.IsCompatibleWith(c2) || !c2.IsCompatibleWith(c1) {
109 if c1.IsCompatibleWith(alien) || c2.IsCompatibleWith(alien) ||
110 alien.IsCompatibleWith(c1) || alien.IsCompatibleWith(c2) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate_test.go100 if !c1.IsCompatibleWith(c1) || !c2.IsCompatibleWith(c2) ||
101 !alien.IsCompatibleWith(alien) {
105 if !c1.IsCompatibleWith(c2) || !c2.IsCompatibleWith(c1) {
109 if c1.IsCompatibleWith(alien) || c2.IsCompatibleWith(alien) ||
110 alien.IsCompatibleWith(c1) || alien.IsCompatibleWith(c2) {
/dports/sysutils/serf/serf-0.8.5/coordinate/
H A Dcoordinate_test.go100 if !c1.IsCompatibleWith(c1) || !c2.IsCompatibleWith(c2) ||
101 !alien.IsCompatibleWith(alien) {
105 if !c1.IsCompatibleWith(c2) || !c2.IsCompatibleWith(c1) {
109 if c1.IsCompatibleWith(alien) || c2.IsCompatibleWith(alien) ||
110 alien.IsCompatibleWith(c1) || alien.IsCompatibleWith(c2) {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Package/
H A DIsCompatibleWith.java24 public class IsCompatibleWith { class
29 IsCompatibleWith s = new IsCompatibleWith(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/Package/
H A DIsCompatibleWith.java24 public class IsCompatibleWith { class
29 IsCompatibleWith s = new IsCompatibleWith(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Package/
H A DIsCompatibleWith.java24 public class IsCompatibleWith { class
29 IsCompatibleWith s = new IsCompatibleWith(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/Package/
H A DIsCompatibleWith.java24 public class IsCompatibleWith { class
29 IsCompatibleWith s = new IsCompatibleWith(); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/Package/
H A DIsCompatibleWith.java24 public class IsCompatibleWith { class
29 IsCompatibleWith s = new IsCompatibleWith(); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/Package/
H A DIsCompatibleWith.java24 public class IsCompatibleWith { class
29 IsCompatibleWith s = new IsCompatibleWith(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/Package/
H A DIsCompatibleWith.java24 public class IsCompatibleWith { class
29 IsCompatibleWith s = new IsCompatibleWith(); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/Package/
H A DIsCompatibleWith.java24 public class IsCompatibleWith { class
29 IsCompatibleWith s = new IsCompatibleWith(); in main()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate.go78 func (c *Coordinate) IsCompatibleWith(other *Coordinate) bool { func
85 if !c.IsCompatibleWith(other) {
102 if !c.IsCompatibleWith(other) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate.go78 func (c *Coordinate) IsCompatibleWith(other *Coordinate) bool { func
85 if !c.IsCompatibleWith(other) {
102 if !c.IsCompatibleWith(other) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate.go78 func (c *Coordinate) IsCompatibleWith(other *Coordinate) bool { func
85 if !c.IsCompatibleWith(other) {
102 if !c.IsCompatibleWith(other) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate.go78 func (c *Coordinate) IsCompatibleWith(other *Coordinate) bool { func
85 if !c.IsCompatibleWith(other) {
102 if !c.IsCompatibleWith(other) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate.go78 func (c *Coordinate) IsCompatibleWith(other *Coordinate) bool { func
85 if !c.IsCompatibleWith(other) {
102 if !c.IsCompatibleWith(other) {
/dports/sysutils/consul_exporter/consul_exporter-0.3.0/vendor/github.com/hashicorp/serf/coordinate/
H A Dcoordinate.go78 func (c *Coordinate) IsCompatibleWith(other *Coordinate) bool { func
85 if !c.IsCompatibleWith(other) {
102 if !c.IsCompatibleWith(other) {

123456789