Home
last modified time | relevance | path

Searched refs:got (Results 1 – 25 of 14668) sorted by relevance

12345678910>>...587

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/testdata/
H A DarithConst.go2362 if got := add_0_uint64_ssa(0); got != 0 {
2367 if got := add_uint64_0_ssa(0); got != 0 {
2372 if got := add_0_uint64_ssa(1); got != 1 {
2377 if got := add_uint64_0_ssa(1); got != 1 {
2412 if got := add_1_uint64_ssa(0); got != 1 {
2417 if got := add_uint64_1_ssa(0); got != 1 {
2422 if got := add_1_uint64_ssa(1); got != 2 {
2427 if got := add_uint64_1_ssa(1); got != 2 {
2612 if got := sub_0_uint64_ssa(0); got != 0 {
2617 if got := sub_uint64_0_ssa(0); got != 0 {
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/base/tests/IO/
H A DhGetBuf001.stdout2 got 3: end
3 got 0:
6 got 3: end
7 got 0:
11 got 0:
15 got 0:
19 got 0:
23 got 0:
27 got 0:
31 got 0:
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dshift_test.go303 if got := ofz64l64(5); got != 0 {
306 if got := ofz64l32(5); got != 0 {
309 if got := ofz64l16(5); got != 0 {
312 if got := ofz64l8(5); got != 0 {
315 if got := ofz64r64(5); got != 0 {
318 if got := ofz64r32(5); got != 0 {
324 if got := ofz64r8(5); got != 0 {
349 if got := ofz32l8(5); got != 0 {
361 if got := ofz32r8(5); got != 0 {
423 if got := ofz8l8(5); got != 0 {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/test/
H A Dshift_test.go303 if got := ofz64l64(5); got != 0 {
306 if got := ofz64l32(5); got != 0 {
309 if got := ofz64l16(5); got != 0 {
312 if got := ofz64l8(5); got != 0 {
315 if got := ofz64r64(5); got != 0 {
318 if got := ofz64r32(5); got != 0 {
324 if got := ofz64r8(5); got != 0 {
349 if got := ofz32l8(5); got != 0 {
361 if got := ofz32r8(5); got != 0 {
423 if got := ofz8l8(5); got != 0 {
[all …]
/dports/devel/awless/awless-0.1.11/aws/spec/
H A Dsetters_test.go185 if got, want := any.Field, "expected"; got != want {
193 if got, want := any.IntField, 5; got != want {
201 if got, want := *any.FloatField, 42.21; got != want {
209 if got, want := any.IntField, 5; got != want {
217 if got, want := any.IntField, 5; got != want {
267 if got, want := len(any.Int64ArrayField), 1; got != want {
339 if got, want := any.BoolField, true; got != want {
346 if got, want := any.BoolField, false; got != want {
487 if got, want := len(any.ParameterList), 2; got != want {
526 if got, want := len(any.PortMappings), 3; got != want {
[all …]
/dports/devel/p5-Time-Moment/Time-Moment-0.44/t/
H A D400_with.t14 my $got = $tm->with_year($year);
32 my $got = $tm->with_quarter($quarter);
50 my $got = $tm->with_month($month);
68 my $got = $tm->with_day_of_month($day);
86 my $got = $tm->with_day_of_year($day);
120 my $got = $tm->with_hour($hour);
139 my $got = $tm->with_hour($hour);
158 my $got = $tm->with_minute($minute);
177 my $got = $tm->with_minute($minute);
225 my $got = $tm->with_second($second);
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/pubsublite/internal/wire/
H A Dacks_test.go32 if got, want := ackConsumer.IsAcked(), false; got != want {
40 if got, want := ackConsumer.IsAcked(), true; got != want {
43 if got, want := numAcks, 1; got != want {
57 if got, want := ackConsumer.IsAcked(), true; got != want {
92 if got, want := ackTracker.Empty(), false; got != want {
101 if got, want := ackTracker.Empty(), false; got != want {
110 if got, want := ackTracker.Empty(), true; got != want {
120 if got, want := ackTracker.Empty(), false; got != want {
126 if got, want := ackTracker.Empty(), true; got != want {
158 if got, want := ackTracker.Empty(), true; got != want {
[all …]
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/pubsublite/internal/wire/
H A Dacks_test.go32 if got, want := ackConsumer.IsAcked(), false; got != want {
40 if got, want := ackConsumer.IsAcked(), true; got != want {
43 if got, want := numAcks, 1; got != want {
57 if got, want := ackConsumer.IsAcked(), true; got != want {
92 if got, want := ackTracker.Empty(), false; got != want {
101 if got, want := ackTracker.Empty(), false; got != want {
110 if got, want := ackTracker.Empty(), true; got != want {
120 if got, want := ackTracker.Empty(), false; got != want {
126 if got, want := ackTracker.Empty(), true; got != want {
158 if got, want := ackTracker.Empty(), true; got != want {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/pubsublite/internal/wire/
H A Dacks_test.go32 if got, want := ackConsumer.IsAcked(), false; got != want {
40 if got, want := ackConsumer.IsAcked(), true; got != want {
43 if got, want := numAcks, 1; got != want {
57 if got, want := ackConsumer.IsAcked(), true; got != want {
92 if got, want := ackTracker.Empty(), false; got != want {
101 if got, want := ackTracker.Empty(), false; got != want {
110 if got, want := ackTracker.Empty(), true; got != want {
120 if got, want := ackTracker.Empty(), false; got != want {
126 if got, want := ackTracker.Empty(), true; got != want {
158 if got, want := ackTracker.Empty(), true; got != want {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/pubsublite/internal/wire/
H A Dacks_test.go32 if got, want := ackConsumer.IsAcked(), false; got != want {
40 if got, want := ackConsumer.IsAcked(), true; got != want {
43 if got, want := numAcks, 1; got != want {
57 if got, want := ackConsumer.IsAcked(), true; got != want {
92 if got, want := ackTracker.Empty(), false; got != want {
101 if got, want := ackTracker.Empty(), false; got != want {
110 if got, want := ackTracker.Empty(), true; got != want {
120 if got, want := ackTracker.Empty(), false; got != want {
126 if got, want := ackTracker.Empty(), true; got != want {
158 if got, want := ackTracker.Empty(), true; got != want {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/pubsublite/internal/wire/
H A Dacks_test.go32 if got, want := ackConsumer.IsAcked(), false; got != want {
40 if got, want := ackConsumer.IsAcked(), true; got != want {
43 if got, want := numAcks, 1; got != want {
57 if got, want := ackConsumer.IsAcked(), true; got != want {
92 if got, want := ackTracker.Empty(), false; got != want {
101 if got, want := ackTracker.Empty(), false; got != want {
110 if got, want := ackTracker.Empty(), true; got != want {
120 if got, want := ackTracker.Empty(), false; got != want {
126 if got, want := ackTracker.Empty(), true; got != want {
158 if got, want := ackTracker.Empty(), true; got != want {
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/pubsublite/internal/wire/
H A Dacks_test.go32 if got, want := ackConsumer.IsAcked(), false; got != want {
40 if got, want := ackConsumer.IsAcked(), true; got != want {
43 if got, want := numAcks, 1; got != want {
57 if got, want := ackConsumer.IsAcked(), true; got != want {
92 if got, want := ackTracker.Empty(), false; got != want {
101 if got, want := ackTracker.Empty(), false; got != want {
110 if got, want := ackTracker.Empty(), true; got != want {
120 if got, want := ackTracker.Empty(), false; got != want {
126 if got, want := ackTracker.Empty(), true; got != want {
158 if got, want := ackTracker.Empty(), true; got != want {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/cloud.google.com/go/pubsublite/internal/wire/
H A Dacks_test.go32 if got, want := ackConsumer.IsAcked(), false; got != want {
40 if got, want := ackConsumer.IsAcked(), true; got != want {
43 if got, want := numAcks, 1; got != want {
57 if got, want := ackConsumer.IsAcked(), true; got != want {
92 if got, want := ackTracker.Empty(), false; got != want {
101 if got, want := ackTracker.Empty(), false; got != want {
110 if got, want := ackTracker.Empty(), true; got != want {
120 if got, want := ackTracker.Empty(), false; got != want {
126 if got, want := ackTracker.Empty(), true; got != want {
158 if got, want := ackTracker.Empty(), true; got != want {
[all …]
/dports/sysutils/restic/google-cloud-go-storage-v1.16.0/pubsublite/internal/wire/
H A Dacks_test.go32 if got, want := ackConsumer.IsAcked(), false; got != want {
40 if got, want := ackConsumer.IsAcked(), true; got != want {
43 if got, want := numAcks, 1; got != want {
57 if got, want := ackConsumer.IsAcked(), true; got != want {
92 if got, want := ackTracker.Empty(), false; got != want {
101 if got, want := ackTracker.Empty(), false; got != want {
110 if got, want := ackTracker.Empty(), true; got != want {
120 if got, want := ackTracker.Empty(), false; got != want {
126 if got, want := ackTracker.Empty(), true; got != want {
158 if got, want := ackTracker.Empty(), true; got != want {
[all …]
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/pubsublite/internal/wire/
H A Dacks_test.go32 if got, want := ackConsumer.IsAcked(), false; got != want {
40 if got, want := ackConsumer.IsAcked(), true; got != want {
43 if got, want := numAcks, 1; got != want {
57 if got, want := ackConsumer.IsAcked(), true; got != want {
92 if got, want := ackTracker.Empty(), false; got != want {
101 if got, want := ackTracker.Empty(), false; got != want {
110 if got, want := ackTracker.Empty(), true; got != want {
120 if got, want := ackTracker.Empty(), false; got != want {
126 if got, want := ackTracker.Empty(), true; got != want {
158 if got, want := ackTracker.Empty(), true; got != want {
[all …]
/dports/www/tusd/google-cloud-go-storage-v1.18.2/pubsublite/internal/wire/
H A Dacks_test.go32 if got, want := ackConsumer.IsAcked(), false; got != want {
40 if got, want := ackConsumer.IsAcked(), true; got != want {
43 if got, want := numAcks, 1; got != want {
57 if got, want := ackConsumer.IsAcked(), true; got != want {
92 if got, want := ackTracker.Empty(), false; got != want {
101 if got, want := ackTracker.Empty(), false; got != want {
110 if got, want := ackTracker.Empty(), true; got != want {
120 if got, want := ackTracker.Empty(), false; got != want {
126 if got, want := ackTracker.Empty(), true; got != want {
158 if got, want := ackTracker.Empty(), true; got != want {
[all …]
/dports/textproc/p5-CSS-Minifier-XS/CSS-Minifier-XS-0.13/t/
H A Dminify.t14 is $got, $expect;
23 is $got, $expect;
33 is $got, $expect;
40 is $got, $expect;
51 is $got, $expect;
58 is $got, $expect;
70 is $got, $expect;
77 is $got, $expect;
84 is $got, $expect;
112 is $got, $expect;
[all …]
/dports/devel/racer/racer-2.1.48/tests/
H A Dsystem.rs19 assert_eq!("apple", got.matchstr); in completes_fn()
177 assert_eq!(29, got.point.0); in completes_local_scope_let()
192 assert_eq!(33, got.point.0); in completes_via_parent_scope_let()
687 assert_eq!(got.len(), 2); in completes_mod_and_local_with_same_name()
854 got.docs in keeps_newlines_in_external_mod_doc()
2550 println!("{:?}", got); in closure_scope_dont_match_type_annotations()
2618 got.contextstr in closure_scope_with_newlines()
2649 got.contextstr in closure_bracket_scope_with_newlines()
3571 assert!(got.is_empty(), "got: {:?}", got); in doesnt_complete_cfg_if()
3591 assert!(got.is_empty(), "got: {:?}", got); in doesnt_complete_macro_after_use()
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/racer-2.1.47/tests/
H A Dsystem.rs19 assert_eq!("apple", got.matchstr); in completes_fn()
177 assert_eq!(29, got.point.0); in completes_local_scope_let()
192 assert_eq!(33, got.point.0); in completes_via_parent_scope_let()
687 assert_eq!(got.len(), 2); in completes_mod_and_local_with_same_name()
854 got.docs in keeps_newlines_in_external_mod_doc()
2550 println!("{:?}", got); in closure_scope_dont_match_type_annotations()
2618 got.contextstr in closure_scope_with_newlines()
2649 got.contextstr in closure_bracket_scope_with_newlines()
3571 assert!(got.is_empty(), "got: {:?}", got); in doesnt_complete_cfg_if()
3591 assert!(got.is_empty(), "got: {:?}", got); in doesnt_complete_macro_after_use()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/racer/tests/
H A Dsystem.rs19 assert_eq!("apple", got.matchstr); in completes_fn()
177 assert_eq!(29, got.point.0); in completes_local_scope_let()
192 assert_eq!(33, got.point.0); in completes_via_parent_scope_let()
687 assert_eq!(got.len(), 2); in completes_mod_and_local_with_same_name()
854 got.docs in keeps_newlines_in_external_mod_doc()
2550 println!("{:?}", got); in closure_scope_dont_match_type_annotations()
2618 got.contextstr in closure_scope_with_newlines()
2649 got.contextstr in closure_bracket_scope_with_newlines()
3571 assert!(got.is_empty(), "got: {:?}", got); in doesnt_complete_cfg_if()
3591 assert!(got.is_empty(), "got: {:?}", got); in doesnt_complete_macro_after_use()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/emicklei/proto/
H A Dcomment_test.go35 if got, want := len(c0.Lines), 1; got != want {
40 if got, want := len(c1.Lines), 2; got != want {
43 if got, want := c1.Lines[0], "hello"; got != want {
46 if got, want := c1.Lines[1], "world"; got != want {
49 if got, want := c1.Cstyle, false; got != want {
58 if got, want := len(l), 1; got != want {
61 if got, want := l[0], c0; got != want {
79 if got, want := len(def.Elements), 1; got != want {
110 if got, want := len(def.Elements), 1; got != want {
141 if got, want := len(def.Elements), 1; got != want {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid_test.go91 got := cpu.cmov()
121 got := cpu.vmx()
131 got := cpu.mmx()
151 got := cpu.sse()
161 got := cpu.sse2()
171 got := cpu.sse3()
191 got := cpu.sse4()
211 got := cpu.avx()
251 got := cpu.xop()
332 got := cpu.tbm()
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/klauspost/cpuid/
H A Dcpuid_test.go89 got := CPU.Cmov()
119 got := CPU.VMX()
129 got := CPU.MMX()
149 got := CPU.SSE()
159 got := CPU.SSE2()
169 got := CPU.SSE3()
189 got := CPU.SSE4()
209 got := CPU.AVX()
249 got := CPU.XOP()
332 got := CPU.TBM()
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid_test.go94 got := cpu.cmov()
124 got := cpu.vmx()
134 got := cpu.mmx()
154 got := cpu.sse()
164 got := cpu.sse2()
174 got := cpu.sse3()
194 got := cpu.sse4()
214 got := cpu.avx()
254 got := cpu.xop()
337 got := cpu.tbm()
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/klauspost/cpuid/
H A Dcpuid_test.go92 got := CPU.Cmov()
122 got := CPU.VMX()
132 got := CPU.MMX()
152 got := CPU.SSE()
162 got := CPU.SSE2()
172 got := CPU.SSE3()
192 got := CPU.SSE4()
212 got := CPU.AVX()
252 got := CPU.XOP()
335 got := CPU.TBM()
[all …]

12345678910>>...587