/external/libxml2/ |
runsuite.c | 1051 int old_errors, old_tests, old_leaks; local 1066 old_tests = nb_tests; 1070 printf("Ran %d tests, no errors\n", nb_tests - old_tests); 1073 nb_tests - old_tests, 1077 old_tests = nb_tests; 1081 printf("Ran %d tests, no errors\n", nb_tests - old_tests); 1084 nb_tests - old_tests, 1088 old_tests = nb_tests; 1092 printf("Ran %d tests, no errors\n", nb_tests - old_tests); 1095 nb_tests - old_tests, [all...] |
runxmlconf.c | 553 int old_errors, old_tests, old_leaks; local 568 old_tests = nb_tests; 572 printf("Ran %d tests, no errors\n", nb_tests - old_tests); 575 nb_tests - old_tests,
|
testlimits.c | 1474 int old_errors, old_tests, old_leaks; local 1562 int old_errors, old_tests, old_leaks; local [all...] |
testrecurse.c | 904 int old_errors, old_tests, old_leaks; local 907 old_tests = nb_tests; 916 printf("Ran %d tests, no errors\n", nb_tests - old_tests); 919 nb_tests - old_tests,
|
runtest.c | 4513 int old_errors, old_tests, old_leaks; local [all...] |
/external/autotest/tko/ |
parse.py | 572 old_tests = dict(((test, subdir), test_idx) 575 old_tests = {} 578 test_idx = old_tests.pop((test.testname, test.subdir), None) 585 return old_tests
|