Home
last modified time | relevance | path

Searched refs:total_failed (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
Dexc_validate.c58 static int total_failed; variable
68 total_failed++; in do_one_test()
116 printf(" Fail: %d\n", total_failed); in test_copy_exception()
/external/iptables/
Dxlate-test.py76 test_files = total_tests = total_passed = total_error = total_failed = 0
84 total_failed += failed
88 …, %d tests failed, %d errors" % (test_files, total_tests, total_passed, total_failed, total_error))
/external/autotest/client/tools/
Dhtml_report.py1433 total_failed = 0
1441 total_failed += 1
1444 failed_perct = int(float(total_failed)/float(total_executed)*100)
/external/mbedtls/library/
Dx509_crt.c1420 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local
1490 total_failed++; in mbedtls_x509_crt_parse()
1511 total_failed++; in mbedtls_x509_crt_parse()
1520 return( total_failed ); in mbedtls_x509_crt_parse()
/external/openthread/third_party/mbedtls/repo/library/
Dx509_crt.c1416 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local
1486 total_failed++; in mbedtls_x509_crt_parse()
1507 total_failed++; in mbedtls_x509_crt_parse()
1516 return( total_failed ); in mbedtls_x509_crt_parse()
/external/webrtc/pc/
Djsep_transport_controller.cc1352 int total_failed = in UpdateAggregateStates_n() local
1359 if (total_failed > 0) { in UpdateAggregateStates_n()
/external/openthread/third_party/mbedtls/repo/
DChangeLog3144 * x509_crt_parse() did not increase total_failed on PEM error
3617 * x509_crt_parse() did not increase total_failed on PEM error
/external/mbedtls/
DChangeLog3946 * x509_crt_parse() did not increase total_failed on PEM error
4419 * x509_crt_parse() did not increase total_failed on PEM error