Home
last modified time | relevance | path

Searched refs:count_tests (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/
Dmain.c16 static int interrupted, results[10], count_tests, count_passes; variable
229 args.count_tests = &count_tests; in main()
246 lwsl_user("%s: %d tests %d fail\n", __func__, count_tests, in main()
247 count_tests - count_passes); in main()
248 for (n = 0; n < count_tests; n++) in main()
254 !count_tests || count_passes != count_tests ? "FAIL" : "PASS"); in main()
260 return !count_tests || count_passes != count_tests; in main()
/external/libaom/libaom/test/
Dcoding_path_sync.cc168 const int count_tests = 10; in TEST() local
169 for (int i = 0; i < count_tests; ++i) { in TEST()
187 const int count_tests = 100; in TEST() local
189 for (int i = 0; i < count_tests; ++i) { in TEST()
Dsegment_binarization_sync.cc46 const int count_tests = 1000; in TEST() local
49 for (int i = 0; i < count_tests; ++i) { in TEST()
/external/linux-kselftest/tools/testing/selftests/tc-testing/
DTdcResults.py69 def count_tests(self): member in TestSuiteReport
91 ftap += '1..{}\n'.format(self.count_tests())
112 …xunit += '\t<testsuite tests=\"{}\" skips=\"{}\">\n'.format(self.count_tests(), self.count_skips())
/external/libwebsockets/include/libwebsockets/
Dlws-test-sequencer.h34 int *count_tests; /* count of done tests */ member
/external/libwebsockets/lib/abstract/
Dtest-sequencer.c219 (*s->args.count_tests)++; in test_sequencer_cb()
270 *s->args.count_tests = 0; in lws_abs_unit_test_sequencer()