Home
last modified time | relevance | path

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

/external/jsoncpp/test/
Drununittests.py44 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/
Dexecltp.in347 failed_count = 0
392 failed_count += len(failed_subset)
465 """ % (' '.join(args), passed_count, failed_count))
/external/v8/tools/clang/scripts/
Drun_tool.py271 def failed_count(self): member in _CompilerDispatcher
390 return -dispatcher.failed_count