Home
last modified time | relevance | path

Searched refs:expected_count (Results 1 – 10 of 10) sorted by relevance

/src/contrib/googletest/googletest/test/
H A Dgoogletest-failfast-unittest.py195 for expected_count, callback in [
203 expected_count,
206 % (expected_count, callback, txt),
212 for expected_count, callback in [
220 expected_count,
223 % (expected_count, callback, txt),
/src/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_iterators.h7 cc_int32 check_once_cc_ccache_iterator_next(cc_ccache_iterator_t iterator, cc_uint32 expected_count
10 …dentials_iterator_next(cc_credentials_iterator_t iterator, cc_uint32 expected_count, cc_int32 expe…
H A Dtest_ccapi_iterators.c84 cc_int32 check_once_cc_ccache_iterator_next(cc_ccache_iterator_t iterator, cc_uint32 expected_count in check_once_cc_ccache_iterator_next() argument
117 check_if(actual_count != expected_count, "iterator didn't iterate over all ccaches"); in check_once_cc_ccache_iterator_next()
209 …dentials_iterator_next(cc_credentials_iterator_t iterator, cc_uint32 expected_count, cc_int32 expe… in check_once_cc_credentials_iterator_next() argument
241 check_if(actual_count != expected_count, "iterator didn't iterate over all ccaches"); in check_once_cc_credentials_iterator_next()
H A Dtest_ccapi_v2.h56 …c_seq_fetch_NCs_next(apiCB *context, ccache_cit *iterator, cc_uint32 expected_count, cc_result exp…
63 cc_uint32 expected_count,
71 …seq_fetch_creds_next(apiCB *context, ccache_cit *iterator, cc_uint32 expected_count, cc_result exp…
H A Dtest_ccapi_v2.c1394 …c_seq_fetch_NCs_next(apiCB *context, ccache_cit *iterator, cc_uint32 expected_count, cc_result exp… in check_once_cc_seq_fetch_NCs_next() argument
1426 check_if(actual_count != expected_count, "iterator didn't iterate over all ccaches"); in check_once_cc_seq_fetch_NCs_next()
1497 cc_uint32 expected_count, in check_once_cc_get_NC_info() argument
1526 check_if(actual_count != expected_count, "NC info didn't list all ccaches"); in check_once_cc_get_NC_info()
1713 …seq_fetch_creds_next(apiCB *context, ccache_cit *iterator, cc_uint32 expected_count, cc_result exp… in check_once_cc_seq_fetch_creds_next() argument
1745 check_if(actual_count != expected_count, "iterator didn't iterate over all ccaches"); in check_once_cc_seq_fetch_creds_next()
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dprocfs_list_basic.ksh51 typeset expected_count=$1
53 log_must [ "$count" -eq "$expected_count" ]
/src/contrib/libarchive/libarchive/test/
H A Dmain.c1063 size_t expected_count, actual_count, i, j; in assertion_file_contains_lines_any_order() local
1082 expected_count = i; in assertion_file_contains_lines_any_order()
1083 if (expected_count) { in assertion_file_contains_lines_any_order()
1084 expected = malloc(sizeof(char *) * expected_count); in assertion_file_contains_lines_any_order()
1123 for (i = 0; i < expected_count; ++i) { in assertion_file_contains_lines_any_order()
1139 for (i = 0; i < expected_count; ++i) { in assertion_file_contains_lines_any_order()
1154 for (i = 0; i < expected_count; ++i) { in assertion_file_contains_lines_any_order()
/src/contrib/libarchive/test_utils/
H A Dtest_main.c1243 size_t expected_count, actual_count, i, j; in assertion_file_contains_lines_any_order() local
1262 expected_count = i; in assertion_file_contains_lines_any_order()
1263 if (expected_count) { in assertion_file_contains_lines_any_order()
1264 expected = calloc(expected_count, sizeof(*expected)); in assertion_file_contains_lines_any_order()
1306 for (i = 0; i < expected_count; ++i) { in assertion_file_contains_lines_any_order()
1320 for (i = 0; i < expected_count; ++i) { in assertion_file_contains_lines_any_order()
1335 for (i = 0; i < expected_count; ++i) { in assertion_file_contains_lines_any_order()
1350 for (i = 0; i < expected_count; ++i) in assertion_file_contains_lines_any_order()
/src/contrib/expat/tests/
H A Dbasic_tests.c654 const int expected_count = sizeof(expected) / sizeof(StructDataEntry); in START_TEST() local
665 StructData_CheckItems(&storage, expected, expected_count); in START_TEST()
/src/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h52508 uint64_t expected_count; member