Home
last modified time | relevance | path

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

/third_party/gn/src/util/test/
Dgn_test.cc45 static int ntests; variable
48 tests[ntests].factory = factory; in RegisterTest()
49 tests[ntests++].name = name; in RegisterTest()
137 for (int i = 0; i < ntests; i++) { in main()
163 for (int i = 0; i < ntests; i++) { in main()
/third_party/ninja/src/
Dninja_test.cc44 static int ntests; variable
48 tests[ntests].factory = factory; in RegisterTest()
49 tests[ntests++].name = name; in RegisterTest()
139 for (int i = 0; i < ntests; i++) in main()
144 for (int i = 0; i < ntests; i++) { in main()
/third_party/optimized-routines/math/test/rtest/
Dmain.c25 int ntests = 0; variable
177 int ntests, i; in dofile() local
183 ntests = atoi(p); in dofile()
185 ntests = 100; /* *shrug* */ in dofile()
188 gencases(&functions[i], ntests); in dofile()
329 fprintf(stderr, "Tests expected to run: %d\n", ntests); in main()
Ddotest.c21 extern int lib_fo, lib_no_arith, ntests;
1623 ntests++; in vet_for_decline()
1625 ntests += 3; in vet_for_decline()
/third_party/skia/third_party/externals/expat/expat/tests/
Dminicheck.c88 if (tc->allocated == tc->ntests) { in tcase_add_test()
96 tc->tests[tc->ntests] = test; in tcase_add_test()
97 tc->ntests++; in tcase_add_test()
171 for (i = 0; i < tc->ntests; ++i) { in srunner_run_all()
Dminicheck.h93 int ntests; member