Searched refs:report_failure (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 313 void report_failure(int status) in report_failure() function 371 report_failure(110); in check_buffers() 470 report_failure(99); in close_test_files() 491 report_failure(120); in check_size() 620 report_failure(140); in doread() 636 report_failure(141); in doread() 678 report_failure(190); in domapread() 697 report_failure(191); in domapread() 746 report_failure(149); in dowrite() 758 report_failure(150); in dowrite() [all …]
|
/external/clang/tools/scan-build-py/libscanbuild/ |
D | runner.py | 104 def report_failure(opts): function 156 def run_analyzer(opts, continuation=report_failure):
|
/external/clang/tools/scan-build-py/tests/unit/ |
D | test_report.py | 96 sut2.report_failure(opts)
|
D | test_runner.py | 183 sut.report_failure(opts)
|
/external/selinux/libsepol/src/ |
D | assertion.c | 39 static void report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, in report_failure() function 285 report_failure(handle, p, avrule, i, j, cp, perms); in report_assertion_avtab_matches()
|
/external/python/cpython2/Lib/ |
D | doctest.py | 1223 def report_failure(self, out, test, example, got): member in DocTestRunner 1363 self.report_failure(out, test, example, got) 1807 def report_failure(self, out, test, example, got): member in DebugRunner
|
/external/python/cpython2/Doc/library/ |
D | doctest.rst | 1475 :meth:`report_unexpected_exception`, and :meth:`report_failure`. 1518 .. method:: report_failure(out, test, example, got)
|