Searched refs:failed_count (Results 1 – 11 of 11) sorted by relevance
/third_party/libabigail/tests/ |
D | test-utils.cc | 66 unsigned& failed_count, in emit_test_status_and_update_counters() argument 78 failed_count++; in emit_test_status_and_update_counters() 93 unsigned failed_count) in emit_test_summary() argument 95 if (failed_count) in emit_test_summary() 103 << ", Number of tests FAILED: " << failed_count in emit_test_summary()
|
D | test-annotate.cc | 150 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local 191 failed_count, total_count); in main() 194 emit_test_summary(total_count, passed_count, failed_count); in main() 196 return failed_count; in main()
|
D | test-lookup-syms.cc | 95 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local 138 failed_count, total_count); in main() 141 emit_test_summary(total_count, passed_count, failed_count); in main() 143 return failed_count; in main()
|
D | test-alt-dwarf-file.cc | 89 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local 130 failed_count, total_count); in main() 133 emit_test_summary(total_count, passed_count, failed_count); in main() 134 return failed_count; in main()
|
D | test-diff-dwarf-abixml.cc | 62 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local 118 failed_count, total_count); in main() 121 emit_test_summary(total_count, passed_count, failed_count); in main() 123 return failed_count; in main()
|
D | test-ini.cc | 87 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local 135 failed_count, total_count); in main() 138 emit_test_summary(total_count, passed_count, failed_count); in main() 140 return failed_count; in main()
|
D | test-abidiff-exit.cc | 502 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local 591 failed_count, in main() 595 emit_test_summary(total_count, passed_count, failed_count); in main() 598 return failed_count; in main()
|
D | test-utils.h | 30 unsigned& failed_count, 35 unsigned failed_count);
|
/third_party/NuttX/fs/vfs/ |
D | fs_poll.c | 322 int failed_count = 0; in notify_poll_with_key() local 333 failed_count++; in notify_poll_with_key() 339 if (failed_count != 0) in notify_poll_with_key() 341 PRINT_ERR("[%s] sem_post failed %d times\n", __FUNCTION__, failed_count); in notify_poll_with_key()
|
/third_party/ltp/ |
D | execltp.in | 347 failed_count = 0 392 failed_count += len(failed_subset) 465 """ % (' '.join(args), passed_count, failed_count))
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | capture_replay_tests.py | 882 failed_count = 0 949 failed_count += len(test_batch_result[GroupedResult.Failed]) 1005 % (passed_count, failed_count, crashed_count, compile_failed_count, skipped_count,
|