Searched refs:ntests (Results 1 – 8 of 8) sorted by relevance
17 static int ntests; variable20 tests[ntests].fn = fn; in RegisterTest()21 tests[ntests++].name = name; in RegisterTest()33 for (int i = 0; i < ntests; i++) { in main()
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()
60 int ntests; member
201 void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags, in TestParse() argument203 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()
38 __u8 ntests; member
49 for (testind = 0; testind < data->ntests; ++testind) { in u32_dump()135 data->ntests = ++testind; in u32_parse()
3542 const Int ntests = 8; in test_PTEST() local3543 V128 spec[ntests]; in test_PTEST()3555 for (i = 0; i < ntests; i++) { in test_PTEST()3556 for (j = 0; j < ntests; j++) { in test_PTEST()