Searched refs:test_nr (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/cve/ |
D | cve-2012-0957.c | 49 static void try_leak_bytes(unsigned int test_nr) in try_leak_bytes() argument 58 if (!test_nr) in try_leak_bytes() 79 static void run(unsigned int test_nr) in run() argument 81 if (!test_nr) { in run() 88 try_leak_bytes(test_nr); in run()
|
/external/libxml2/ |
D | check-xinclude-test-suite.py | 20 test_nr = 0 variable 56 global test_nr 128 test_nr = test_nr + 1 207 old_test_nr = test_nr 213 test_nr - old_test_nr, test_succeed - old_test_succeed, 221 test_nr, test_succeed, test_failed, test_error, time.time() - start)
|
D | check-xml-test-suite.py | 9 test_nr = 0 variable 288 global test_nr 337 test_nr = test_nr + 1 395 old_test_nr = test_nr 401 test_nr - old_test_nr, test_succeed - old_test_succeed, 409 test_nr, test_succeed, test_failed, test_error, time.time() - start)
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | protection_keys.c | 49 int test_nr; variable 72 test_nr, iteration_nr); \ 1344 for (test_nr = 0; test_nr < ARRAY_SIZE(pkey_tests); test_nr++) { in run_tests_once() 1349 dprintf1("test %d preparing...\n", test_nr); in run_tests_once() 1353 dprintf1("test %d starting with pkey: %d\n", test_nr, pkey); in run_tests_once() 1355 dprintf1("test %d starting...\n", test_nr); in run_tests_once() 1356 pkey_tests[test_nr](ptr, pkey); in run_tests_once() 1367 printf("test %2d PASSED (iteration %d)\n", test_nr, iteration_nr); in run_tests_once()
|
D | mpx-mini-test.c | 1387 void insn_test_failed(int test_nr, int test_round, void *buf, in insn_test_failed() argument 1391 eprintf("ERROR: test %d round %d failed\n", test_nr, test_round); in insn_test_failed() 1392 while (test_nr == 5) { in insn_test_failed()
|
/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise08.c | 207 static void run(unsigned int test_nr) in run() argument 211 if (!test_nr) { in run()
|
/external/ltp/include/ |
D | tst_test.h | 157 void (*test)(unsigned int test_nr);
|