Home
last modified time | relevance | path

Searched refs:nb_errors (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/
Drunsuite.c79 static int nb_errors = 0; variable
477 nb_errors++; in xsdTestCase()
508 nb_errors++; in xsdTestCase()
521 nb_errors++; in xsdTestCase()
525 nb_errors++; in xsdTestCase()
565 nb_errors++; in xsdTestCase()
578 nb_errors++; in xsdTestCase()
582 nb_errors++; in xsdTestCase()
823 nb_errors++; in xstcTestInstance()
838 nb_errors++; in xstcTestInstance()
[all …]
Drunxmlconf.c85 static int nb_errors = 0; variable
203 nb_errors++; in xmlconfTestInvalid()
228 nb_errors++; in xmlconfTestValid()
235 nb_errors++; in xmlconfTestValid()
257 nb_errors++; in xmlconfTestNotNSWF()
264 nb_errors++; in xmlconfTestNotNSWF()
281 nb_errors++; in xmlconfTestNotWF()
567 old_errors = nb_errors; in main()
571 if ((nb_errors == old_errors) && (nb_leaks == old_leaks)) in main()
576 nb_errors - old_errors, in main()
[all …]
Dtestlimits.c377 static int nb_errors = 0; variable
1462 nb_errors++; in launchTests()
1475 old_errors = nb_errors; in runtest()
1484 if ((nb_errors == old_errors) && (nb_leaks == old_leaks)) in runtest()
1489 nb_errors - old_errors, in runtest()
1503 nb_errors++; in launchCrazySAX()
1521 nb_errors++; in launchCrazy()
1564 old_errors = nb_errors; in runcrazy()
1590 if ((nb_errors == old_errors) && (nb_leaks == old_leaks)) in runcrazy()
1595 nb_errors - old_errors, in runcrazy()
[all …]
Dtestrecurse.c275 static int nb_errors = 0; variable
865 nb_errors++; in launchTests()
891 nb_errors++; in launchTests()
906 old_errors = nb_errors; in runtest()
915 if ((nb_errors == old_errors) && (nb_leaks == old_leaks)) in runtest()
920 nb_errors - old_errors, in runtest()
952 if ((nb_errors == 0) && (nb_leaks == 0)) { in main()
959 nb_tests, nb_errors, nb_leaks); in main()
Druntest.c206 static int nb_errors = 0; variable
4372 nb_errors++; in launchTests()
4398 nb_errors++; in launchTests()
4413 old_errors = nb_errors; in runtest()
4422 if ((nb_errors == old_errors) && (nb_leaks == old_leaks)) in runtest()
4427 nb_errors - old_errors, in runtest()
4459 if ((nb_errors == 0) && (nb_leaks == 0)) { in main()
4466 nb_tests, nb_errors, nb_leaks); in main()
/external/valgrind/perf/
Dtinycc.c2483 int nb_errors; member
7062 s1->nb_errors++; in error1()
14887 s1->nb_errors = 0; in tcc_compile()
14914 return s1->nb_errors != 0 ? -1 : 0; in tcc_compile()
19229 s1->nb_errors = 0; in tcc_output_file()
19334 if (s1->nb_errors) in tcc_output_file()
19698 if (s1->nb_errors != 0) { in tcc_output_file()
20674 s1->nb_errors = 0; in tcc_relocate()
20701 if (s1->nb_errors != 0) in tcc_relocate()