Home
last modified time | relevance | path

Searched refs:failed_count (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/nfc/
H A Drun_unit_tests.sh106 failed_count=0
109 "${test_command[@]}" || failed_count=$(( $failed_count + 1 ))
112 if [ $failed_count != 0 ]; then
113 failed_tests+=( "${name} ${failed_count}/${iterations}" )
/aosp12/system/bt/test/
H A Drun_benchmarks.sh110 failed_count=0
113 "${benchmark_command[@]}" || failed_count=$(( $failed_count + 1 ))
116 if [ $failed_count != 0 ]; then
117 failed_benchmarks+=( "${name} ${failed_count}/${iterations}" )
H A Drun_unit_tests.sh137 failed_count=0
140 "${test_command[@]}" || failed_count=$(( $failed_count + 1 ))
143 if [ $failed_count != 0 ]; then
144 failed_tests+=( "${name} ${failed_count}/${iterations}" )
/aosp12/packages/services/BuiltInPrintService/jni/ipphelper/
H A Dipp_print.c486 int failed_count = 0; in _start_job() local
513 failed_count++; in _start_job()
514 if ((failed_count == 1) && in _start_job()