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

  /system/bt/test/
run_unit_tests.sh 119 failed_count=0
122 "${test_command[@]}" || failed_count=$(( $failed_count + 1 ))
125 if [ $failed_count != 0 ]; then
126 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 174 def failed_count(self): member in class:_CompilerDispatcher
333 return -dispatcher.failed_count
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.c 464 int failed_count = 0; local
491 failed_count++;
492 if ((failed_count == 1) &&

Completed in 796 milliseconds