Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-tls-dhe.js39 let ntests = 0; variable
98 ntests++;
103 ntests++;
108 ntests++;
114 assert.strictEqual(ntests, nsuccess);
115 assert.strictEqual(ntests, 3);
/third_party/re2/util/
Dtest.cc20 static int ntests; variable
23 tests[ntests].fn = fn; in RegisterTest()
24 tests[ntests++].name = name; in RegisterTest()
28 for (int i = 0; i < ntests; i++) { in main()
/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.cc42 static int ntests; variable
46 tests[ntests].factory = factory; in RegisterTest()
47 tests[ntests++].name = name; in RegisterTest()
137 for (int i = 0; i < ntests; i++) in main()
142 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/re2/re2/testing/
Dparse_test.cc230 void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags, in TestParse() argument
232 Regexp** re = new Regexp*[ntests]; in TestParse()
233 for (int i = 0; i < ntests; i++) { in TestParse()
249 for (int i = 0; i < ntests; i++) { in TestParse()
250 for (int j = 0; j < ntests; j++) { in TestParse()
257 for (int i = 0; i < ntests; i++) in TestParse()
/third_party/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
/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
/third_party/iptables/include/linux/netfilter/
Dxt_u32.h38 __u8 ntests; member
/third_party/iptables/extensions/
Dlibxt_u32.c49 for (testind = 0; testind < data->ntests; ++testind) { in u32_dump()
135 data->ntests = ++testind; in u32_parse()
/third_party/libsoup/tests/
Dproxy-test.c20 static const int ntests = sizeof (tests) / sizeof (tests[0]); variable
423 for (i = 0; i < ntests; i++) { in main()
428 for (i = 0; i < ntests; i++) { in main()