Searched refs:report (Results 51 - 75 of 270) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/dialog/samples/
H A Dmsgbox-help14 . ./report-button
H A Dmsgbox-utf814 . ./report-button
H A Dpassword20 . ./report-tempfile
H A Dpassword121 . ./report-tempfile
H A Dpassword221 . ./report-tempfile
H A Dpause-both14 . ./report-button
H A Dpause-extra13 . ./report-button
H A Dtimebox14 . ./report-string
H A Dyesno21 . ./report-yesno
H A Dyesno-help18 . ./report-yesno
H A Dyesno-utf814 . ./report-yesno
H A Dchecklist28 . ./report-tempfile
H A Dchecklist128 . ./report-tempfile
H A Dinputbox6-8bit17 . ./report-tempfile
H A Dinputbox729 . ./report-string
H A Dmenubox-8bit29 . ./report-tempfile
H A Dmenubox1022 . ./report-string
H A Dmenubox729 . ./report-tempfile
H A Dradiolist28 . ./report-tempfile
H A Dtailbox14 . ./report-button
H A Dyesno-both24 . ./report-yesno
H A Dyesno-extra23 . ./report-yesno
/freebsd-11-stable/tools/regression/poll/
H A Dsockpoll.c51 report(int num, const char *state, int expected, int got) function
109 report(num++, "initial 0", POLLOUT, pfd0.revents);
112 report(num++, "initial 1", POLLOUT, pfd1.revents);
117 report(num++, "after large write", 0, pfd0.revents);
120 report(num++, "other side after large write", POLLIN | POLLOUT, pfd1.revents);
124 report(num++, "other side after close", POLLIN | POLLHUP, pfd1.revents);
129 report(num++, "other side after reading input", POLLHUP, pfd1.revents);
138 report(num++, "after shutdown(SHUT_WR)", POLLOUT, pfd0.revents);
141 report(num++, "other side after shutdown(SHUT_WR)", POLLIN | POLLOUT, pfd1.revents);
153 report(nu
[all...]
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py15 self.report = ''
46 self.report += "\n"
47 self.report += "--------------------------\n"
48 self.report += "UNITY IGNORED TEST SUMMARY\n"
49 self.report += "--------------------------\n"
50 self.report += "\n".join(ignore_output)
53 self.report += "\n"
54 self.report += "--------------------------\n"
55 self.report += "UNITY FAILED TEST SUMMARY\n"
56 self.report
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp46 ScopedAllocatorErrorReport report("calloc-overflow", stack);
57 ScopedAllocatorErrorReport report("reallocarray-overflow", stack);
68 ScopedAllocatorErrorReport report("pvalloc-overflow", stack);
79 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack);
89 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack);
107 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment",
121 ScopedAllocatorErrorReport report("allocation-size-too-big", stack);
130 ScopedAllocatorErrorReport report("out-of-memory", stack);

Completed in 202 milliseconds

1234567891011