Home
last modified time | relevance | path

Searched refs:correct (Results 126 – 150 of 38947) sorted by relevance

12345678910>>...1558

/dports/math/sprng/sprng5/check/pmlcg/
H A Dcheck_gen_simple.cpp64 correct = YES; in check_gen()
71 result = correct = NO; in check_gen()
74 if(correct == NO) in check_gen()
79 correct = YES; in check_gen()
98 if(correct == NO) in check_gen()
104 correct = YES; in check_gen()
115 if(correct == NO) in check_gen()
139 correct = YES; in check_gen()
149 if(correct == NO) in check_gen()
181 correct = YES; in check_errors()
[all …]
/dports/math/sprng/sprng5/check/cmrg/
H A Dcheck_gen_simple.cpp64 correct = YES; in check_gen()
71 result = correct = NO; in check_gen()
74 if(correct == NO) in check_gen()
79 correct = YES; in check_gen()
98 if(correct == NO) in check_gen()
104 correct = YES; in check_gen()
115 if(correct == NO) in check_gen()
139 correct = YES; in check_gen()
149 if(correct == NO) in check_gen()
181 correct = YES; in check_errors()
[all …]
/dports/math/sprng/sprng5/check/lcg/
H A Dcheck_gen_simple.cpp64 correct = YES; in check_gen()
71 result = correct = NO; in check_gen()
74 if(correct == NO) in check_gen()
79 correct = YES; in check_gen()
98 if(correct == NO) in check_gen()
104 correct = YES; in check_gen()
115 if(correct == NO) in check_gen()
139 correct = YES; in check_gen()
149 if(correct == NO) in check_gen()
181 correct = YES; in check_errors()
[all …]
/dports/math/sprng/sprng5/check/lfg/
H A Dcheck_gen_simple.cpp64 correct = YES; in check_gen()
71 result = correct = NO; in check_gen()
74 if(correct == NO) in check_gen()
79 correct = YES; in check_gen()
98 if(correct == NO) in check_gen()
104 correct = YES; in check_gen()
115 if(correct == NO) in check_gen()
139 correct = YES; in check_gen()
149 if(correct == NO) in check_gen()
181 correct = YES; in check_errors()
[all …]
/dports/graphics/p5-Imager-QRCode/Imager-QRCode-0.035/vendor/qrencode-3.4.2/tests/
H A Dtest_bitstream.c24 char correct[] = "0010011010101111001101111011111"; in test_num() local
29 testEnd(cmpBin(correct, bstream)); in test_num()
38 char correct[] = "00111010"; in test_bytes() local
43 testEnd(cmpBin(correct, bstream)); in test_bytes()
63 assert_zero(cmpBin(correct, bstream), "Internal data is incorrect.\n"); in test_appendNum()
93 assert_zero(cmpBin(correct, bstream), "Internal data is incorrect.\n"); in test_appendBytes()
102 unsigned char correct[] = { in test_toByte() local
110 BitStream_appendBytes(bstream, 1, &correct[0]); in test_toByte()
111 BitStream_appendBytes(bstream, 2, &correct[1]); in test_toByte()
112 BitStream_appendBytes(bstream, 4, &correct[3]); in test_toByte()
[all …]
/dports/www/rt50/rt-5.0.2/t/rest2/
H A Dorganization.t12 is($uid_parts->{'type'}, 'user', 'Got correct class');
13 is($uid_parts->{'id'}, 'test', 'Got correct id');
18 is($uid_parts->{'type'}, 'user', 'Got correct class');
19 is($uid_parts->{'id'}, 'test-user', 'Got correct id');
23 is($uid_parts->{'type'}, 'customfield', 'Got correct class');
24 is($uid_parts->{'id'}, '3', 'Got correct id');
35 is($uid_parts->{'type'}, 'user', 'Got correct class');
36 is($uid_parts->{'id'}, 'test', 'Got correct id');
41 is($uid_parts->{'type'}, 'user', 'Got correct class');
42 is($uid_parts->{'id'}, 'test-user', 'Got correct id');
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/switchexpr/
H A DTryCatchFinally.java52 boolean correct = false; in main()
69 correct = true; in main()
71 if (!correct) { in main()
91 correct = true; in main()
93 if (!correct) { in main()
121 correct = true; in main()
123 if (!correct) { in main()
153 correct = true; in main()
155 if (!correct) { in main()
171 correct = true; in main()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/switchexpr/
H A DTryCatchFinally.java52 boolean correct = false; in main()
69 correct = true; in main()
71 if (!correct) { in main()
91 correct = true; in main()
93 if (!correct) { in main()
121 correct = true; in main()
123 if (!correct) { in main()
153 correct = true; in main()
155 if (!correct) { in main()
171 correct = true; in main()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/switchexpr/
H A DTryCatchFinally.java52 boolean correct = false; in main()
69 correct = true; in main()
71 if (!correct) { in main()
91 correct = true; in main()
93 if (!correct) { in main()
121 correct = true; in main()
123 if (!correct) { in main()
153 correct = true; in main()
155 if (!correct) { in main()
171 correct = true; in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/switchexpr/
H A DTryCatchFinally.java52 boolean correct = false; in main()
69 correct = true; in main()
71 if (!correct) { in main()
91 correct = true; in main()
93 if (!correct) { in main()
121 correct = true; in main()
123 if (!correct) { in main()
153 correct = true; in main()
155 if (!correct) { in main()
171 correct = true; in main()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/switchexpr/
H A DTryCatchFinally.java52 boolean correct = false; in main()
69 correct = true; in main()
71 if (!correct) { in main()
91 correct = true; in main()
93 if (!correct) { in main()
121 correct = true; in main()
123 if (!correct) { in main()
153 correct = true; in main()
155 if (!correct) { in main()
171 correct = true; in main()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/xjtuwangke/passwordhash/Tests/
H A DBasicTest.php16 $correct = 'test12345';
17 $hash = $hasher->HashPassword($correct);
19 $this->assertTrue($hasher->CheckPassword($correct, $hash));
25 $correct = 'test12345';
26 $hash = $hasher->HashPassword($correct);
35 $correct = 'test12345';
36 $hash = $hasher->HashPassword($correct);
39 $this->assertTrue($hasher->CheckPassword($correct, $hash));
46 $correct = 'test12345';
49 $this->assertTrue($hasher->CheckPassword($correct, self::PORTABLE_HASH));
/dports/net/samba412/samba-4.12.15/source4/torture/basic/
H A Ddelete.c315 return correct; in deltest4()
415 return correct; in deltest7()
472 return correct; in deltest8()
766 return correct; in deltest13()
810 return correct; in deltest14()
914 return correct; in deltest15()
986 return correct; in deltest16()
1075 return correct; in deltest16a()
1159 return correct; in deltest17()
1246 return correct; in deltest17a()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/scroll-animations/
H A Delement-based-offset.html.ini5 …[Animation start and current times are correct given\n element-based offsets for orienati…
8 …[Animation start and current times are correct given\n element-based offsets for orienati…
11 …[Animation start and current times are correct given\n element-based offsets for orienati…
14 …[Animation start and current times are correct given\n element-based offsets for orienati…
20 …[Animation start and current times are correct given\n element-based offsets for orienati…
23 …[Animation start and current times are correct given\n element-based offsets for orienati…
26 …[Animation start and current times are correct given\n element-based offsets for orienati…
38 …[Animation start and current times are correct given\n element-based offsets for orienati…
47 …[Animation start and current times are correct given\n element-based offsets for orienati…
50 …[Animation start and current times are correct given\n element-based offsets for orienati…
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/scroll-animations/scroll-timelines/
H A Delement-based-offset.html.ini5 …[Animation start and current times are correct given\n element-based offsets for orienati…
8 …[Animation start and current times are correct given\n element-based offsets for orienati…
11 …[Animation start and current times are correct given\n element-based offsets for orienati…
14 …[Animation start and current times are correct given\n element-based offsets for orienati…
20 …[Animation start and current times are correct given\n element-based offsets for orienati…
23 …[Animation start and current times are correct given\n element-based offsets for orienati…
26 …[Animation start and current times are correct given\n element-based offsets for orienati…
38 …[Animation start and current times are correct given\n element-based offsets for orienati…
47 …[Animation start and current times are correct given\n element-based offsets for orienati…
50 …[Animation start and current times are correct given\n element-based offsets for orienati…
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/scroll-animations/
H A Delement-based-offset.html.ini5 …[Animation start and current times are correct given\n element-based offsets for orienati…
8 …[Animation start and current times are correct given\n element-based offsets for orienati…
11 …[Animation start and current times are correct given\n element-based offsets for orienati…
14 …[Animation start and current times are correct given\n element-based offsets for orienati…
20 …[Animation start and current times are correct given\n element-based offsets for orienati…
23 …[Animation start and current times are correct given\n element-based offsets for orienati…
26 …[Animation start and current times are correct given\n element-based offsets for orienati…
38 …[Animation start and current times are correct given\n element-based offsets for orienati…
47 …[Animation start and current times are correct given\n element-based offsets for orienati…
50 …[Animation start and current times are correct given\n element-based offsets for orienati…
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/scroll-animations/
H A Delement-based-offset.html.ini5 …[Animation start and current times are correct given\n element-based offsets for orienati…
8 …[Animation start and current times are correct given\n element-based offsets for orienati…
11 …[Animation start and current times are correct given\n element-based offsets for orienati…
14 …[Animation start and current times are correct given\n element-based offsets for orienati…
20 …[Animation start and current times are correct given\n element-based offsets for orienati…
23 …[Animation start and current times are correct given\n element-based offsets for orienati…
26 …[Animation start and current times are correct given\n element-based offsets for orienati…
38 …[Animation start and current times are correct given\n element-based offsets for orienati…
47 …[Animation start and current times are correct given\n element-based offsets for orienati…
50 …[Animation start and current times are correct given\n element-based offsets for orienati…
[all …]
/dports/graphics/libqrencode/libqrencode-4.1.1/tests/
H A Dtest_bitstream.c24 char correct[] = "0010011010101111001101111011111"; in test_num() local
29 testEnd(cmpBin(correct, bstream)); in test_num()
38 char correct[] = "00111010"; in test_bytes() local
43 testEnd(cmpBin(correct, bstream)); in test_bytes()
63 assert_zero(cmpBin(correct, bstream), "Internal data is incorrect.\n"); in test_appendNum()
93 assert_zero(cmpBin(correct, bstream), "Internal data is incorrect.\n"); in test_appendBytes()
102 unsigned char correct[] = { in test_toByte() local
110 BitStream_appendBytes(bstream, 1, &correct[0]); in test_toByte()
111 BitStream_appendBytes(bstream, 2, &correct[1]); in test_toByte()
112 BitStream_appendBytes(bstream, 4, &correct[3]); in test_toByte()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/geometry/algorithms/
H A Dcorrect.hpp44 namespace detail { namespace correct namespace
197 struct correct struct
207 struct correct<point_tag, Point> struct
208 : detail::correct::correct_nop<Point>
217 struct correct<segment_tag, Segment> struct
223 struct correct<box_tag, Box> struct
224 : detail::correct::correct_box<Box>
228 struct correct<ring_tag, Ring> struct
229 : detail::correct::correct_ring
237 struct correct<polygon_tag, Polygon> struct
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/ruby/
H A D.rubocop_todo.yml10 # Cop supports --auto-correct.
18 # Cop supports --auto-correct.
24 # Cop supports --auto-correct.
30 # Cop supports --auto-correct.
41 # Cop supports --auto-correct.
47 # Cop supports --auto-correct.
59 # Cop supports --auto-correct.
65 # Cop supports --auto-correct.
73 # Cop supports --auto-correct.
80 # Cop supports --auto-correct.
[all …]
/dports/devel/grpc/grpc-1.42.0/src/ruby/
H A D.rubocop_todo.yml10 # Cop supports --auto-correct.
18 # Cop supports --auto-correct.
24 # Cop supports --auto-correct.
30 # Cop supports --auto-correct.
41 # Cop supports --auto-correct.
47 # Cop supports --auto-correct.
59 # Cop supports --auto-correct.
65 # Cop supports --auto-correct.
73 # Cop supports --auto-correct.
80 # Cop supports --auto-correct.
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/ruby/
H A D.rubocop_todo.yml10 # Cop supports --auto-correct.
18 # Cop supports --auto-correct.
24 # Cop supports --auto-correct.
30 # Cop supports --auto-correct.
41 # Cop supports --auto-correct.
47 # Cop supports --auto-correct.
59 # Cop supports --auto-correct.
65 # Cop supports --auto-correct.
73 # Cop supports --auto-correct.
80 # Cop supports --auto-correct.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/ruby/
H A D.rubocop_todo.yml10 # Cop supports --auto-correct.
18 # Cop supports --auto-correct.
24 # Cop supports --auto-correct.
30 # Cop supports --auto-correct.
41 # Cop supports --auto-correct.
47 # Cop supports --auto-correct.
59 # Cop supports --auto-correct.
65 # Cop supports --auto-correct.
73 # Cop supports --auto-correct.
80 # Cop supports --auto-correct.
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/
H A DUnitOfWorkTestCase.php109 $this->assertEqual($tree, $this->correct);
111 $this->assertEqual($tree, $this->correct);
113 $this->assertEqual($tree, $this->correct);
117 $this->assertEqual($tree, $this->correct);
119 $this->assertEqual($tree, $this->correct);
121 $this->assertEqual($tree, $this->correct);
125 $this->assertEqual($tree, $this->correct);
127 $this->assertEqual($tree, $this->correct);
129 $this->assertEqual($tree, $this->correct);
133 $this->assertEqual($tree, $this->correct);
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/delphi/test/serializer/
H A DTestSerializer.Tests.pas132 var tested, correct : IOneOfEach;
161 correct := Fixtures.CreateOneOfEach;
162 ASSERT( tested.Im_true = correct.Im_true);
163 ASSERT( tested.Im_false = correct.Im_false);
164 ASSERT( tested.A_bite = correct.A_bite);
165 ASSERT( tested.Integer16 = correct.Integer16);
166 ASSERT( tested.Integer32 = correct.Integer32);
171 ASSERT( tested.What_who = correct.What_who);
174 ASSERT( CompareMem( @tested.Base64[0], @correct.Base64[0], Length(correct.Base64)));
191 var tested, correct : ICompactProtoTestStruct;
[all …]

12345678910>>...1558