Home
last modified time | relevance | path

Searched refs:expected_counter (Results 1 – 18 of 18) sorted by relevance

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Drwlock_test.c60 int expected_counter; in main() local
106 expected_counter = threads_created * s_num_iterations; in main()
108 s_counter - expected_counter); in main()
109 expected_grand_sum = 1ULL * expected_counter * (expected_counter - 1) / 2; in main()
H A Drwlock_test.stderr.exp2 s_counter - expected_counter = 0
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Drwlock_test.c60 int expected_counter; in main() local
106 expected_counter = threads_created * s_num_iterations; in main()
108 s_counter - expected_counter); in main()
109 expected_grand_sum = 1ULL * expected_counter * (expected_counter - 1) / 2; in main()
H A Drwlock_test.stderr.exp2 s_counter - expected_counter = 0
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/
H A Dgapi_graph_meta_tests.cpp112 int64_t expected_counter = 0; in TEST() local
115 EXPECT_EQ(expected_counter, out_meta); in TEST()
116 ++expected_counter; in TEST()
141 int64_t expected_counter = 0; in TEST() local
145 EXPECT_EQ(expected_counter, out_meta); in TEST()
146 ++expected_counter; in TEST()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/tests/
H A Drwlock_test.stderr.exp2 s_counter - expected_counter = 0
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/tests/
H A Drwlock_test.stderr.exp2 s_counter - expected_counter = 0
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/extra/binlog_tests/
H A Denforce_gtid_consistency_statement.inc88 # $expected_counter is 1 if any of the counters
93 --let $expected_counter= 0
99 --let $expected_counter= 1
135 if ($expected_counter)
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/extra/binlog_tests/
H A Denforce_gtid_consistency_statement.inc88 # $expected_counter is 1 if any of the counters
93 --let $expected_counter= 0
99 --let $expected_counter= 1
135 if ($expected_counter)
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/extra/binlog_tests/
H A Denforce_gtid_consistency_statement.inc88 # $expected_counter is 1 if any of the counters
93 --let $expected_counter= 0
99 --let $expected_counter= 1
135 if ($expected_counter)
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/extra/binlog_tests/
H A Denforce_gtid_consistency_statement.inc88 # $expected_counter is 1 if any of the counters
93 --let $expected_counter= 0
99 --let $expected_counter= 1
135 if ($expected_counter)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/extra/binlog_tests/
H A Denforce_gtid_consistency_statement.inc92 # $expected_counter is 1 if any of the counters
97 --let $expected_counter= 0
121 --let $expected_counter= 1
157 if ($expected_counter)
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/extra/binlog_tests/
H A Denforce_gtid_consistency_statement.inc92 # $expected_counter is 1 if any of the counters
97 --let $expected_counter= 0
121 --let $expected_counter= 1
157 if ($expected_counter)
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/extra/binlog_tests/
H A Denforce_gtid_consistency_statement.inc92 # $expected_counter is 1 if any of the counters
97 --let $expected_counter= 0
121 --let $expected_counter= 1
157 if ($expected_counter)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderVertexSpacing.cpp1281 int expected_counter = 0; in verifyEdges() local
1286 expected_counter = (int)outermost_edge_tess_level_clamped_rounded - 2 * (n_edge / 3); in verifyEdges()
1290 expected_counter = (int)edge_clamped_rounded_tess_level; in verifyEdges()
1295 expected_counter = (int)edge_clamped_rounded_tess_level - 2 * (n_edge / 4); in verifyEdges()
1301 expected_counter = 1; in verifyEdges()
1305 if (segment_deltas[0].counter != (unsigned int)expected_counter) in verifyEdges()
1308 << "Invalid amount of segments (expected:" << expected_counter in verifyEdges()
/dports/security/py-passlib/passlib-1.7.4/passlib/
H A Dtotp.py1841 def expected_counter(self):
1853 return self.counter - self.expected_counter
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/passlib/
H A Dtotp.py1841 def expected_counter(self): member in TotpMatch
1853 return self.counter - self.expected_counter
/dports/security/py-passlib/passlib-1.7.4/passlib/tests/
H A Dtest_totp.py935 self.assertEqual(match.expected_counter, expected, msg=msg + " expected counter:")