/third_party/libabigail/tests/ |
H A D | test-utils.cc | 57 /// @param failed_count the number of failed tests. This is going to 66 unsigned& failed_count, in emit_test_status_and_update_counters() 78 failed_count++; in emit_test_status_and_update_counters() 89 /// @param failed_count the number of tests that failed. 93 unsigned failed_count) in emit_test_summary() 95 if (failed_count) in emit_test_summary() 103 << ", Number of tests FAILED: " << failed_count in emit_test_summary() local 63 emit_test_status_and_update_counters(bool test_passed, const std::string& test_cmd, unsigned& passed_count, unsigned& failed_count, unsigned& total_count) emit_test_status_and_update_counters() argument 91 emit_test_summary(unsigned total_count, unsigned passed_count, unsigned failed_count) emit_test_summary() argument
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | test-utils.h | 30 unsigned& failed_count, 35 unsigned failed_count);
|
H A 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()
|
/third_party/NuttX/fs/vfs/ |
H A 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/skia/third_party/externals/angle2/src/tests/ |
H A 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,
|