Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/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()
/external/llvm-project/libc/AOR_v20.02/math/test/rtest/
Dmain.c26 int ntests = 0; variable
178 int ntests, i; in dofile() local
184 ntests = atoi(p); in dofile()
186 ntests = 100; /* *shrug* */ in dofile()
189 gencases(&functions[i], ntests); in dofile()
330 fprintf(stderr, "Tests expected to run: %d\n", ntests); in main()
Ddotest.c22 extern int lib_fo, lib_no_arith, ntests;
1624 ntests++; in vet_for_decline()
1626 ntests += 3; in vet_for_decline()
/external/arm-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()
/external/rust/crates/grpcio-sys/grpc/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()
/external/expat/tests/
Dminicheck.c85 if (tc->allocated == tc->ntests) { in tcase_add_test()
93 tc->tests[tc->ntests] = test; in tcase_add_test()
94 tc->ntests++; in tcase_add_test()
168 for (i = 0; i < tc->ntests; ++i) { in srunner_run_all()
Dminicheck.h92 int ntests; member
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_fuzz.c33 size_t sz, sz2, i, ntests = NUM_FUZZ_TESTS; in sshbuf_fuzz_tests() local
38 ntests >>= 2; in sshbuf_fuzz_tests()
40 ntests <<= 2; in sshbuf_fuzz_tests()
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_u32.h39 __u8 ntests; member
/external/iptables/include/linux/netfilter/
Dxt_u32.h38 __u8 ntests; member
/external/iptables/extensions/
Dlibxt_u32.c49 for (testind = 0; testind < data->ntests; ++testind) { in u32_dump()
135 data->ntests = ++testind; in u32_parse()
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp6918 int ntests = 0; in main() local
6955 ntests = 1; in main()
6978 ntests = (sizeof(spir_suites) / sizeof(spir_suites[0])); in main()
6979 for (unsigned int i = 0; i < ntests; ++i) in main()
6986 std::cout << "FAILED " << failed << " of " << ntests << " test suites.\n" << std::endl; in main()
6988 std::cout << "PASSED " << ntests << " of " << ntests << " test suites.\n" << std::endl; in main()
/external/autotest/site_utils/
Dtest_runner_utils.py636 ntests = suite.schedule(null_logger)
641 logging.info('... scheduled %s job(s).', ntests)