Home
last modified time | relevance | path

Searched defs:test_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/regression/security/cap_test/
H A Dcap_test.c53 int test_count = sizeof(all_tests) / sizeof(struct test); variable
/freebsd/tools/regression/sockets/sendfile/
H A Dsendfile.c378 int test_count; in run_parent() local
/freebsd/contrib/ntp/libjsmn/
H A Djsmn_test.c456 int test_count() { in test_count() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc3122 static std::string FormatTestCount(int test_count) { in FormatTestCount()