Home
last modified time | relevance | path

Searched refs:t1a (Results 1 – 25 of 2200) sorted by relevance

12345678910>>...88

/dports/misc/orange3/orange3-3.29.1/Orange/preprocess/tests/
H A Dtest_transformation.py19 t1a = Transformation(self.disc1a)
22 self.assertEqual(t1, t1a)
30 t1a = _Indicator(self.disc1a, 0)
33 self.assertEqual(t1, t1a)
41 self.assertNotEqual(t1, t1a)
49 self.assertEqual(t1, t1a)
57 self.assertNotEqual(t1, t1a)
62 self.assertNotEqual(t1, t1a)
70 self.assertEqual(t1, t1a)
78 self.assertNotEqual(t1, t1a)
[all …]
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/net-mgmt/adguard-exporter/adguard-exporter-1.14/vendor/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/net-mgmt/nsd_exporter/nsd_exporter-0.1.0/vendor/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/net-mgmt/unbound_exporter/unbound_exporter-0.3/vendor/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/common/sigv4/common-0.1.0/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/sysutils/rest-server/rest-server-0.10.0/vendor/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/prometheus/common/common-e3fb1a1acd76/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/weaveworks/promrus/vendor/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/net-mgmt/ping_exporter/ping_exporter-0.44/vendor/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/audio/visp-go/visp-2585747/vendor/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/common/model/
H A Dtime_test.go22 t1a := TimeFromUnix(0)
26 if !t1a.Equal(t1b) {
27 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
29 if t1a.Equal(t2) {
33 if !t1a.Before(t2) {
34 t.Fatalf("Expected %s to be before %s", t1a, t2)
36 if t1a.Before(t1b) {
40 if !t2.After(t1a) {
41 t.Fatalf("Expected %s to be after %s", t2, t1a)
43 if t1b.After(t1a) {
[all …]
/dports/science/libghemical/libghemical-3.0.0/src/
H A Dsasaeval.h110 f64 t1a[3]; in AddIPD() local
111 t1a[0] = dv[0] * p1[0]; in AddIPD()
112 t1a[1] = dv[1] * p1[1]; in AddIPD()
113 t1a[2] = dv[2] * p1[2]; in AddIPD()
115 f64 t1b = t1a[0] + t1a[1] + t1a[2]; in AddIPD()
128 f64 t1a[3]; in AddIPD() local
129 t1a[0] = dv[0] * p1[0]; in AddIPD()
130 t1a[1] = dv[1] * p1[1]; in AddIPD()
131 t1a[2] = dv[2] * p1[2]; in AddIPD()
133 f64 t1b = t1a[0] + t1a[1] + t1a[2]; in AddIPD()
/dports/net/inlets/inlets-3.0.2/vendor/github.com/prometheus/common/common-0.9.1/model/
H A Dtime_test.go23 t1a := TimeFromUnix(0)
27 if !t1a.Equal(t1b) {
28 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
30 if t1a.Equal(t2) {
34 if !t1a.Before(t2) {
35 t.Fatalf("Expected %s to be before %s", t1a, t2)
37 if t1a.Before(t1b) {
41 if !t2.After(t1a) {
42 t.Fatalf("Expected %s to be after %s", t2, t1a)
44 if t1b.After(t1a) {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/common/model/
H A Dtime_test.go23 t1a := TimeFromUnix(0)
27 if !t1a.Equal(t1b) {
28 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
30 if t1a.Equal(t2) {
34 if !t1a.Before(t2) {
35 t.Fatalf("Expected %s to be before %s", t1a, t2)
37 if t1a.Before(t1b) {
41 if !t2.After(t1a) {
42 t.Fatalf("Expected %s to be after %s", t2, t1a)
44 if t1b.After(t1a) {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/prometheus/common/common-0.6.0/model/
H A Dtime_test.go23 t1a := TimeFromUnix(0)
27 if !t1a.Equal(t1b) {
28 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
30 if t1a.Equal(t2) {
34 if !t1a.Before(t2) {
35 t.Fatalf("Expected %s to be before %s", t1a, t2)
37 if t1a.Before(t1b) {
41 if !t2.After(t1a) {
42 t.Fatalf("Expected %s to be after %s", t2, t1a)
44 if t1b.After(t1a) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/common/model/
H A Dtime_test.go23 t1a := TimeFromUnix(0)
27 if !t1a.Equal(t1b) {
28 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
30 if t1a.Equal(t2) {
34 if !t1a.Before(t2) {
35 t.Fatalf("Expected %s to be before %s", t1a, t2)
37 if t1a.Before(t1b) {
41 if !t2.After(t1a) {
42 t.Fatalf("Expected %s to be after %s", t2, t1a)
44 if t1b.After(t1a) {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/prometheus/common/model/
H A Dtime_test.go23 t1a := TimeFromUnix(0)
27 if !t1a.Equal(t1b) {
28 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
30 if t1a.Equal(t2) {
34 if !t1a.Before(t2) {
35 t.Fatalf("Expected %s to be before %s", t1a, t2)
37 if t1a.Before(t1b) {
41 if !t2.After(t1a) {
42 t.Fatalf("Expected %s to be after %s", t2, t1a)
44 if t1b.After(t1a) {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/prometheus/common/common-0.4.1/model/
H A Dtime_test.go23 t1a := TimeFromUnix(0)
27 if !t1a.Equal(t1b) {
28 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
30 if t1a.Equal(t2) {
34 if !t1a.Before(t2) {
35 t.Fatalf("Expected %s to be before %s", t1a, t2)
37 if t1a.Before(t1b) {
41 if !t2.After(t1a) {
42 t.Fatalf("Expected %s to be after %s", t2, t1a)
44 if t1b.After(t1a) {
[all …]
/dports/www/varnish_exporter/prometheus_varnish_exporter-1.6/vendor/github.com/prometheus/common/model/
H A Dtime_test.go23 t1a := TimeFromUnix(0)
27 if !t1a.Equal(t1b) {
28 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
30 if t1a.Equal(t2) {
34 if !t1a.Before(t2) {
35 t.Fatalf("Expected %s to be before %s", t1a, t2)
37 if t1a.Before(t1b) {
41 if !t2.After(t1a) {
42 t.Fatalf("Expected %s to be after %s", t2, t1a)
44 if t1b.After(t1a) {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/prometheus/common/model/
H A Dtime_test.go23 t1a := TimeFromUnix(0)
27 if !t1a.Equal(t1b) {
28 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
30 if t1a.Equal(t2) {
34 if !t1a.Before(t2) {
35 t.Fatalf("Expected %s to be before %s", t1a, t2)
37 if t1a.Before(t1b) {
41 if !t2.After(t1a) {
42 t.Fatalf("Expected %s to be after %s", t2, t1a)
44 if t1b.After(t1a) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/prometheus/common/common-0.6.0/model/
H A Dtime_test.go23 t1a := TimeFromUnix(0)
27 if !t1a.Equal(t1b) {
28 t.Fatalf("Expected %s to be equal to %s", t1a, t1b)
30 if t1a.Equal(t2) {
34 if !t1a.Before(t2) {
35 t.Fatalf("Expected %s to be before %s", t1a, t2)
37 if t1a.Before(t1b) {
41 if !t2.After(t1a) {
42 t.Fatalf("Expected %s to be after %s", t2, t1a)
44 if t1b.After(t1a) {
[all …]

12345678910>>...88