Home
last modified time | relevance | path

Searched refs:check_count (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dtie_fetch_count.t31 sub check_count {
49 $dummy = $var ; check_count "=";
57 $dummy = $var + 1 ; check_count '+';
58 $dummy = $var - 1 ; check_count '-';
59 $dummy = $var / 1 ; check_count '/';
60 $dummy = $var * 1 ; check_count '*';
61 $dummy = $var % 1 ; check_count '%';
157 check_count "-$_ \\\$tied_glob";
361 check_count "$int$op", 2;
367 check_count "$int$op=", 3;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Dtie_fetch_count.t31 sub check_count {
49 $dummy = $var ; check_count "=";
57 $dummy = $var + 1 ; check_count '+';
58 $dummy = $var - 1 ; check_count '-';
59 $dummy = $var / 1 ; check_count '/';
60 $dummy = $var * 1 ; check_count '*';
61 $dummy = $var % 1 ; check_count '%';
157 check_count "-$_ \\\$tied_glob";
361 check_count "$int$op", 2;
367 check_count "$int$op=", 3;
[all …]
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Dtie_fetch_count.t31 sub check_count {
49 $dummy = $var ; check_count "=";
57 $dummy = $var + 1 ; check_count '+';
58 $dummy = $var - 1 ; check_count '-';
59 $dummy = $var / 1 ; check_count '/';
60 $dummy = $var * 1 ; check_count '*';
61 $dummy = $var % 1 ; check_count '%';
157 check_count "-$_ \\\$tied_glob";
361 check_count "$int$op", 2;
367 check_count "$int$op=", 3;
[all …]
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Dtie_fetch_count.t31 sub check_count {
49 $dummy = $var ; check_count "=";
57 $dummy = $var + 1 ; check_count '+';
58 $dummy = $var - 1 ; check_count '-';
59 $dummy = $var / 1 ; check_count '/';
60 $dummy = $var * 1 ; check_count '*';
61 $dummy = $var % 1 ; check_count '%';
157 check_count "-$_ \\\$tied_glob";
361 check_count "$int$op", 2;
367 check_count "$int$op=", 3;
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_diagnostics/src/handlers/
H A Dmissing_match_arms.rs24 cov_mark::check_count!(validate_match_bailed_out, 0); in check_diagnostics_no_bails()
265 cov_mark::check_count!(validate_match_bailed_out, 4); in mismatched_types()
292 cov_mark::check_count!(validate_match_bailed_out, 2); in mismatched_types_in_or_patterns()
323 cov_mark::check_count!(validate_match_bailed_out, 2); in malformed_match_arm_extra_fields()
341 cov_mark::check_count!(validate_match_bailed_out, 2); in expr_diverges()
551 cov_mark::check_count!(validate_match_bailed_out, 1); in unknown_type()
706 cov_mark::check_count!(validate_match_bailed_out, 1); in no_panic_at_unimplemented_subpattern_type()
742 cov_mark::check_count!(validate_match_bailed_out, 1); in binding_ref_has_correct_type()
840 cov_mark::check_count!(validate_match_bailed_out, 1); in record_struct_no_such_field()
881 cov_mark::check_count!(validate_match_bailed_out, 1); in integers()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_diagnostics/src/handlers/
H A Dmissing_match_arms.rs24 cov_mark::check_count!(validate_match_bailed_out, 0); in check_diagnostics_no_bails()
265 cov_mark::check_count!(validate_match_bailed_out, 4); in mismatched_types()
292 cov_mark::check_count!(validate_match_bailed_out, 2); in mismatched_types_in_or_patterns()
323 cov_mark::check_count!(validate_match_bailed_out, 2); in malformed_match_arm_extra_fields()
341 cov_mark::check_count!(validate_match_bailed_out, 2); in expr_diverges()
551 cov_mark::check_count!(validate_match_bailed_out, 1); in unknown_type()
706 cov_mark::check_count!(validate_match_bailed_out, 1); in no_panic_at_unimplemented_subpattern_type()
742 cov_mark::check_count!(validate_match_bailed_out, 1); in binding_ref_has_correct_type()
840 cov_mark::check_count!(validate_match_bailed_out, 1); in record_struct_no_such_field()
881 cov_mark::check_count!(validate_match_bailed_out, 1); in integers()
[all …]
/dports/devel/p5-Test-Inline/Test-Inline-2.214/t/
H A D05_check_count.t35 is( $basic->{check_count}, 1, '->new() initialises correctly' );
36 $basic = Test::Inline->new( check_count => 0 );
38 is( $basic->{check_count}, 0, '->new( check_count => 0 ) initialises correctly' );
39 $basic = Test::Inline->new( check_count => 1 );
41 is( $basic->{check_count}, 1, '->new( check_count => 1 ) initialises correctly' );
42 $basic = Test::Inline->new( check_count => 2 );
44 is( $basic->{check_count}, 2, '->new( check_count => 2 ) initialises correctly' );
104 my $Inline = Test::Inline->new( check_count => 2 );
175 my $Inline = Test::Inline->new( check_count => 2 );
239 my $Inline = Test::Inline->new( check_count => 1 );
[all …]
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dnocollide.pl56 my $check_count = Irssi::settings_get_int('collision_count');
57 $check_count = $default_count if (!$check_count or $check_count !~ /^\d+$/);
58 $check_count = 10 if (--$check_count > 10);
74 next unless ($check_count > 0 and $check_time > 0);
76 my $test = $collision{$tag}{$chan}[$check_count];
86 …$channel->print("%RNick collision alert%n in %_".$channel->{name}."%_ \(rate ".($check_count + 1).…
94 …$channel->print("%RNick collision alert%n in %_".$channel->{name}."%_ \(rate ".($check_count + 1).…
/dports/devel/swig/swig-4.0.2/Examples/test-suite/csharp/
H A Dli_swigtype_inout_runme.cs9 check_count(1); in Main()
19 check_count(5); in Main()
25 check_count(0); in Main()
32 check_count(4); in Main()
41 check_count(0); in Main()
44 public static void check_count(int count) { in check_count() method in li_swigtype_inout_runme
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/util/tests/
H A Dtest_doubly_linked_list.cc98 static int check_count; variable
105 check_count++; in check_is_in()
112 if (quit_count==check_count) return check_count; in quit_early()
117 check_count=0; in check_equal()
125 if (check_count>0) { in check_equal()
126 check_count=1+random()%check_count; // quit after 1 or more iterations in check_equal()
129 assert(r==check_count); in check_equal()
/dports/net/zebra-server/idzebra-2.0.55/test/api/
H A Dtestclient.c51 int check_count = -1; in main() local
77 check_count = atoi(arg); in main()
112 if (check_count != -1) in main()
118 if (check_count != -1 && check_count != ZOOM_resultset_size(r)) in main()
121 check_count, (long) ZOOM_resultset_size(r) ); in main()
/dports/devel/p5-Test-Inline/Test-Inline-2.214/lib/Test/Inline/
H A DScript.pm65 my $check_count = shift || 0;
73 check_count => $check_count,
98 if ( $check_count ) {
101 next unless $unknown or $check_count > 1;
106 $Section->{check_count} = 1;
323 if ( $Section->{check_count} ) {
/dports/devel/binutils/binutils-2.37/gold/testsuite/
H A Dscript_test_3.sh42 check_count() function
55 check_count script_test_3.stdout "^ INTERP" 1
56 check_count script_test_3.stdout "^ LOAD" 3
57 check_count script_test_3.stdout "^ DYNAMIC" 1
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/testsuite/
H A Dscript_test_3.sh42 check_count() function
55 check_count script_test_3.stdout "^ INTERP" 1
56 check_count script_test_3.stdout "^ LOAD" 3
57 check_count script_test_3.stdout "^ DYNAMIC" 1

12345678910>>...21