Home
last modified time | relevance | path

Searched refs:count_before (Results 26 – 50 of 92) sorted by relevance

1234

/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dtest_groupcommit_count.cc154 int count_before = get_fsync_count(); in do_test() local
158 if (count_after-count_before >= N*NITER) { in do_test()
159 … Group commit doesn't appear to be occuring. %d - %d >= %d\n", count_after, count_before, N*NITER); in do_test()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dtest_groupcommit_count.cc154 int count_before = get_fsync_count(); in do_test() local
158 if (count_after-count_before >= N*NITER) { in do_test()
159 … Group commit doesn't appear to be occuring. %d - %d >= %d\n", count_after, count_before, N*NITER); in do_test()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dtest_groupcommit_count.cc154 int count_before = get_fsync_count(); in do_test() local
158 if (count_after-count_before >= N*NITER) { in do_test()
159 … Group commit doesn't appear to be occuring. %d - %d >= %d\n", count_after, count_before, N*NITER); in do_test()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dtest_groupcommit_count.cc154 int count_before = get_fsync_count(); in do_test() local
158 if (count_after-count_before >= N*NITER) { in do_test()
159 … Group commit doesn't appear to be occuring. %d - %d >= %d\n", count_after, count_before, N*NITER); in do_test()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dtest_groupcommit_count.cc154 int count_before = get_fsync_count(); in do_test() local
158 if (count_after-count_before >= N*NITER) { in do_test()
159 … Group commit doesn't appear to be occuring. %d - %d >= %d\n", count_after, count_before, N*NITER); in do_test()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/quota/
H A Dquota-util.c383 uint64_t count_before, uint64_t count_current, in quota_warning_match() argument
395 if (QUOTA_EXCEEDED(count_before, count_current, w->rule.count_limit)) { in quota_warning_match()
397 count_before, count_current, w->rule.count_limit); in quota_warning_match()
406 if (QUOTA_EXCEEDED(count_current, count_before, w->rule.count_limit)) { in quota_warning_match()
408 count_before, count_current, w->rule.count_limit); in quota_warning_match()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcmd.c203 for (i=0; i < CmdPtr->count_before; i++) {
550 CopySel(CmdPtr->top_before, CmdPtr->count_before, &topSel, &botSel);
581 if (count == CmdPtr->count_before) break;
646 for (index=0; index < CmdPtr->count_before; index++) {
745 if (ok && index != CmdPtr->count_before) {
813 if (count == CmdPtr->count_before) break;
826 if (count == CmdPtr->count_before) break;
890 if (count == CmdPtr->count_before) break;
903 if (count == CmdPtr->count_before) break;
1954 psi->count_before = stackingCount;
[all …]
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/tests/
H A Dfootest.py208 count_before = foo.SomeObject.instance_count
216 self.assertEqual(foo.SomeObject.instance_count, count_before)
222 count_before = foo.SomeObject.instance_count
228 self.assertEqual(foo.SomeObject.instance_count, count_before)
255 count_before = foo.SomeObject.instance_count
274 count_before = foo.SomeObject.instance_count
304 count_before = foo.SomeObject.instance_count
331 count_before = foo.SomeObject.instance_count
708 count_before = foo.Zbr.instance_count
714 self.assertEqual(foo.Zbr.instance_count, count_before + 1)
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/libencryptmsg/src/lib/
H A Dpacket_parsers.cpp18 auto count_before = stm.GetCount(); in ReadLength() local
50 LOG_DEBUG << "length consumed: " << (count_before - stm.GetCount()); in ReadLength()
/dports/databases/py-python-swiftclient/python-swiftclient-3.12.0/test/functional/
H A Dtest_openstacksdk.py58 count_before = meta.account_container_count
68 self.assertEqual(count_before + len(containers),
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/fakedb/
H A Dbuild_data.py102 count_before = len(self.build_data)
114 return defer.succeed(count_before - count_after)
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsrelationeditorwidgetregistry.py60 count_before = len(self.registry.relationWidgetNames())
64 self.assertEqual(count_before, count_after)
/dports/editors/emacs/emacs-27.2/src/
H A Demacs.c1674 int count_before = skip_args; in main() local
1688 count_before = count_before_this; in main()
1694 if (displayname && count_before < skip_args) in main()
1696 if (skip_args == count_before + 1) in main()
1698 memmove (argv + count_before + 3, argv + count_before + 2, in main()
1699 (argc - (count_before + 2)) * sizeof *argv); in main()
1700 argv[count_before + 2] = displayname; in main()
1703 argv[count_before + 1] = (char *) "-d"; in main()
1714 skip_args = count_before; in main()
1719 int count_before = skip_args; in main() local
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/presenters/projects/settings/
H A Ddeploy_keys_presenter_spec.rb134 count_before = execute_with_query_count
140 expect(count_after).to eq(count_before)
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Demacs.c1988 int count_before = skip_args; in main() local
2002 count_before = count_before_this; in main()
2008 if (displayname && count_before < skip_args) in main()
2010 if (skip_args == count_before + 1) in main()
2012 memmove (argv + count_before + 3, argv + count_before + 2, in main()
2013 (argc - (count_before + 2)) * sizeof *argv); in main()
2014 argv[count_before + 2] = displayname; in main()
2017 argv[count_before + 1] = (char *) "-d"; in main()
2028 skip_args = count_before; in main()
2033 int count_before = skip_args; in main() local
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/util/
H A Dcheck-format.pl148 my $count_before; # number of leading whitespace characters (except line ending chars) in …
315 …report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following …
316 $contents_before) if !$sloppy_cmt && $count_before != $count;
339 return if $line_before > 0 && $count == $count_before;
1112 $count_before = $count;
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/util/
H A Dcheck-format.pl148 my $count_before; # number of leading whitespace characters (except line ending chars) in …
315 …report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following …
316 $contents_before) if !$sloppy_cmt && $count_before != $count;
339 return if $line_before > 0 && $count == $count_before;
1112 $count_before = $count;
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/util/
H A Dcheck-format.pl148 my $count_before; # number of leading whitespace characters (except line ending chars) in …
315 …report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following …
316 $contents_before) if !$sloppy_cmt && $count_before != $count;
339 return if $line_before > 0 && $count == $count_before;
1112 $count_before = $count;
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/util/
H A Dcheck-format.pl148 my $count_before; # number of leading whitespace characters (except line ending chars) in …
315 …report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following …
316 $contents_before) if !$sloppy_cmt && $count_before != $count;
339 return if $line_before > 0 && $count == $count_before;
1112 $count_before = $count;
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/util/
H A Dcheck-format.pl148 my $count_before; # number of leading whitespace characters (except line ending chars) in …
315 …report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following …
316 $contents_before) if !$sloppy_cmt && $count_before != $count;
339 return if $line_before > 0 && $count == $count_before;
1112 $count_before = $count;
/dports/security/openssl-devel/openssl-3.0.2/util/
H A Dcheck-format.pl148 my $count_before; # number of leading whitespace characters (except line ending chars) in …
315 …report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following …
316 $contents_before) if !$sloppy_cmt && $count_before != $count;
339 return if $line_before > 0 && $count == $count_before;
1112 $count_before = $count;
/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/tests/widgets/
H A Dtest_OWGenialisExpressions.py269 count_before = 10
273 'count': count_before,
276 'results': collection_generator(count_before),
279 self.assertEqual(count_before, self.widget.model.rowCount())
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/db/
H A Dbuild_data.py137 count_before = count_build_datum(conn)
157 return count_before - count_after
/dports/databases/p5-Cache-BDB/Cache-BDB-0.04/t/
H A D02-api.t132 my $count_before = $c2->count();
135 is($c2->clear(), $count_before);
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/storage/
H A Dtxn.t43 my $count_before = $artist->cds->count;
48 is(scalar @res, $count_before+5, 'successful txn added 5 cds');
52 is($res[0], $count_before+5, 'successful txn added 5 cds');
88 my $count_before = $artist->cds->count;
97 is($artist->cds->count, $count_before+10, 'nested txn_do added all CDs');

1234