Home
last modified time | relevance | path

Searched refs:ntests (Results 1 - 5 of 5) sorted by relevance

/third_party/gn/src/util/test/
H A Dgn_test.cc45 static int ntests; variable
48 tests[ntests].factory = factory;
49 tests[ntests++].name = name;
137 for (int i = 0; i < ntests; i++) { in main()
163 for (int i = 0; i < ntests; i++) { in main()
/third_party/optimized-routines/math/test/rtest/
H A Dmain.c25 int ntests = 0; variable
144 * - "test <function> <ntests>" generates random test lines in dofile()
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()
H A 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/
H A 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()
H A Dminicheck.h93 int ntests; member

Completed in 5 milliseconds