/external/regex-re2/util/ |
D | test.cc | 17 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/ |
D | test_ecc.cpp | 60 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 …]
|
D | test_estimaterigid.cpp | 88 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/ |
D | minicheck.c | 60 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()
|
D | minicheck.h | 60 int ntests; member
|
/external/regex-re2/re2/testing/ |
D | parse_test.cc | 201 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/ |
D | test_eigen.cpp | 86 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/ |
D | xt_u32.h | 38 __u8 ntests; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_u32.h | 38 __u8 ntests; member
|
/external/iptables/extensions/ |
D | libxt_u32.c | 49 for (testind = 0; testind < data->ntests; ++testind) { in u32_dump() 135 data->ntests = ++testind; in u32_parse()
|
/external/autotest/site_utils/ |
D | test_runner_utils.py | 519 ntests = suite.schedule( 522 logging.info('... scheduled %s job(s).', ntests)
|
/external/valgrind/none/tests/amd64/ |
D | sse4-64.c | 3517 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/ |
D | test_cameracalibration.cpp | 1377 const int ntests = 1; in run() local 1383 for(int testcase = 1; testcase <= ntests; testcase++) in run()
|