Home
last modified time | relevance | path

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

/third_party/libxml2/
Drunsuite.c79 static int nb_errors = 0; variable
473 nb_errors++; in xsdTestCase()
504 nb_errors++; in xsdTestCase()
515 nb_errors++; in xsdTestCase()
519 nb_errors++; in xsdTestCase()
559 nb_errors++; in xsdTestCase()
570 nb_errors++; in xsdTestCase()
574 nb_errors++; in xsdTestCase()
815 nb_errors++; in xstcTestInstance()
827 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
1463 nb_errors++; in launchTests()
1476 old_errors = nb_errors; in runtest()
1485 if ((nb_errors == old_errors) && (nb_leaks == old_leaks)) in runtest()
1490 nb_errors - old_errors, in runtest()
1504 nb_errors++; in launchCrazySAX()
1522 nb_errors++; in launchCrazy()
1565 old_errors = nb_errors; in runcrazy()
1591 if ((nb_errors == old_errors) && (nb_leaks == old_leaks)) in runcrazy()
1596 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.c212 static int nb_errors = 0; variable
4556 nb_errors++; in launchTests()
4582 nb_errors++; in launchTests()
4601 old_errors = nb_errors; in runtest()
4610 if ((nb_errors == old_errors) && (nb_leaks == old_leaks)) in runtest()
4615 nb_errors - old_errors, in runtest()
4660 if ((nb_errors == 0) && (nb_leaks == 0)) { in main()
4667 nb_tests, nb_errors, nb_leaks); in main()
/third_party/ffmpeg/libavfilter/
Daf_adeclick.c366 double *acoefficients, int *index, int nb_errors, in interpolation() argument
372 av_fast_malloc(&c->matrix, &c->matrix_size, nb_errors * nb_errors * sizeof(*c->matrix)); in interpolation()
377 av_fast_malloc(&c->vector, &c->vector_size, nb_errors * sizeof(*c->vector)); in interpolation()
384 for (i = 0; i < nb_errors; i++) { in interpolation()
385 const int im = i * nb_errors; in interpolation()
387 for (j = i; j < nb_errors; j++) { in interpolation()
389 matrix[j * nb_errors + i] = matrix[im + j] = auxiliary[abs(index[j] - index[i])]; in interpolation()
391 matrix[j * nb_errors + i] = matrix[im + j] = 0; in interpolation()
396 for (i = 0; i < nb_errors; i++) { in interpolation()
400 if (find_index(index, index[i] - j, nb_errors)) in interpolation()
[all …]
/third_party/chromium/patch/
D0001-cve.patch125675 - nb_errors++;
125699 + nb_errors++;