Home
last modified time | relevance | path

Searched refs:count_before (Results 1 – 25 of 92) sorted by last modified time

1234

/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/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/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/databases/mariadb104-server/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/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/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/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/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/net-im/prosody/prosody-0.11.13/plugins/
H A Dmod_storage_memory.lua152 local count_before = #items;
191 local count = count_before - #items;
H A Dmod_storage_internal.lua174 local count_before = #items;
213 local count = count_before - #items;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py160 count_before = self._debugger.Breakpoints.Count
164 assert count_before < self._debugger.Breakpoints.Count
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py160 count_before = self._debugger.Breakpoints.Count
164 assert count_before < self._debugger.Breakpoints.Count
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py160 count_before = self._debugger.Breakpoints.Count
164 assert count_before < self._debugger.Breakpoints.Count
/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)
H A Dtest_qgslayoutview.py657 count_before = len(l.items())
659 self.assertEqual(len(l.items()), count_before)
663 self.assertEqual(len(l.items()), count_before - 1)
667 self.assertEqual(len(l.items()), count_before - 2)
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgslayoutview.py657 count_before = len(l.items())
659 self.assertEqual(len(l.items()), count_before)
663 self.assertEqual(len(l.items()), count_before - 1)
667 self.assertEqual(len(l.items()), count_before - 2)
/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/devel/py-grpcio/grpcio-1.43.0/src/core/lib/compression/
H A Dmessage_compress.cc99 size_t count_before = output->count; in zlib_compress() local
109 for (i = count_before; i < output->count; i++) { in zlib_compress()
112 output->count = count_before; in zlib_compress()
124 size_t count_before = output->count; in zlib_decompress() local
133 for (i = count_before; i < output->count; i++) { in zlib_decompress()
136 output->count = count_before; in zlib_decompress()
/dports/astro/libosmium/libosmium-2.17.2/test/t/relations/
H A Dtest_relations_manager.cpp19 std::size_t count_before = 0; member
38 ++count_before; in before_node()
50 ++count_before; in before_way()
62 ++count_before; in before_relation()
158 REQUIRE(manager.count_before == 10);
/dports/databases/percona57-client/percona-server-5.7.36-39/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/percona57-pam-for-mysql/percona-server-5.7.36-39/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/percona57-server/percona-server-5.7.36-39/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()

1234