HomeSort by relevance Sort by last modified time
    Searched refs:failed_count (Results 1 - 6 of 6) sorted by null

  /system/nfc/
run_unit_tests.sh 106 failed_count=0
109 "${test_command[@]}" || failed_count=$(( $failed_count + 1 ))
112 if [ $failed_count != 0 ]; then
113 failed_tests+=( "${name} ${failed_count}/${iterations}" )
  /system/bt/test/
run_unit_tests.sh 133 failed_count=0
136 "${test_command[@]}" || failed_count=$(( $failed_count + 1 ))
139 if [ $failed_count != 0 ]; then
140 failed_tests+=( "${name} ${failed_count}/${iterations}" )
  /external/jsoncpp/test/
rununittests.py 44 failed_count = len(failures)
45 pass_count = len(test_names) - failed_count
46 if failed_count:
51 pass_count, len(test_names), failed_count))
  /external/ltp/
execltp.in 347 failed_count = 0
392 failed_count += len(failed_subset)
465 """ % (' '.join(args), passed_count, failed_count))
  /external/v8/tools/clang/scripts/
run_tool.py 153 def failed_count(self): member in class:_CompilerDispatcher
233 return -dispatcher.failed_count
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.c 473 int failed_count = 0; local
500 failed_count++;
501 if ((failed_count == 1) &&

Completed in 168 milliseconds