Home
last modified time | relevance | path

Searched refs:ntests (Results 1 – 13 of 13) sorted by relevance

/external/regex-re2/util/
Dtest.cc17 static int ntests; variable
20 tests[ntests].fn = fn; in RegisterTest()
21 tests[ntests++].name = name; in RegisterTest()
33 for (int i = 0; i < ntests; i++) { in main()
/external/opencv3/modules/video/test/
Dtest_ecc.cpp60 int ntests;//number of tests per motion type member in CV_ECC_BaseTest
69 ntests = 3; in CV_ECC_BaseTest()
130 for (int k=from; k<ntests; k++){ in testTranslation()
133 progress = update_progress(progress, k, ntests, 0); in testTranslation()
204 for (int k=from; k<ntests; k++){ in testEuclidean()
206 progress = update_progress(progress, k, ntests, 0); in testEuclidean()
278 for (int k=from; k<ntests; k++){ in testAffine()
280 progress = update_progress(progress, k, ntests, 0); in testAffine()
354 for (int k=from; k<ntests; k++){ in testHomography()
356 progress = update_progress(progress, k, ntests, 0); in testHomography()
[all …]
Dtest_estimaterigid.cpp88 int k, ntests = 10000; in testNPoints() local
90 for( k = from; k < ntests; k++ ) in testNPoints()
93 progress = update_progress(progress, k, ntests, 0); in testNPoints()
/external/expat/tests/
Dminicheck.c60 if (tc->allocated == tc->ntests) { in tcase_add_test()
71 tc->tests[tc->ntests] = test; in tcase_add_test()
72 tc->ntests++; in tcase_add_test()
120 for (i = 0; i < tc->ntests; ++i) { in srunner_run_all()
Dminicheck.h60 int ntests; member
/external/regex-re2/re2/testing/
Dparse_test.cc201 void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags, in TestParse() argument
203 Regexp** re = new Regexp*[ntests]; in TestParse()
204 for (int i = 0; i < ntests; i++) { in TestParse()
218 for (int i = 0; i < ntests; i++) { in TestParse()
219 for (int j = 0; j < ntests; j++) { in TestParse()
226 for (int i = 0; i < ntests; i++) in TestParse()
/external/opencv3/modules/core/test/
Dtest_eigen.cpp86 int ntests; member in Core_EigenTest
145 for (int i = 0; i < ntests; ++i) in run()
155 for (int i = 0; i < ntests; ++i) in run()
168 eps_val_64(1e-4f), eps_vec_64(1e-3f), ntests(100) {} in Core_EigenTest()
394 for (int i = 0; i < ntests; ++i) in check_full()
/external/iptables/include/linux/netfilter/
Dxt_u32.h38 __u8 ntests; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_u32.h38 __u8 ntests; member
/external/iptables/extensions/
Dlibxt_u32.c49 for (testind = 0; testind < data->ntests; ++testind) { in u32_dump()
135 data->ntests = ++testind; in u32_parse()
/external/autotest/site_utils/
Dtest_runner_utils.py519 ntests = suite.schedule(
522 logging.info('... scheduled %s job(s).', ntests)
/external/valgrind/none/tests/amd64/
Dsse4-64.c3517 const Int ntests = 8; in test_PTEST() local
3518 V128 spec[ntests]; in test_PTEST()
3530 for (i = 0; i < ntests; i++) { in test_PTEST()
3531 for (j = 0; j < ntests; j++) { in test_PTEST()
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1377 const int ntests = 1; in run() local
1383 for(int testcase = 1; testcase <= ntests; testcase++) in run()