| /src/contrib/googletest/googletest/test/ |
| H A D | googletest-failfast-unittest.py | 195 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 D | test_ccapi_iterators.h | 7 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 D | test_ccapi_iterators.c | 84 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 D | test_ccapi_v2.h | 56 …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 D | test_ccapi_v2.c | 1394 …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 D | procfs_list_basic.ksh | 51 typeset expected_count=$1 53 log_must [ "$count" -eq "$expected_count" ]
|
| /src/contrib/libarchive/libarchive/test/ |
| H A D | main.c | 1063 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 D | test_main.c | 1243 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 D | basic_tests.c | 654 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 D | hsi_struct_def.h | 52508 uint64_t expected_count; member
|