Home
last modified time | relevance | path

Searched refs:report_failure (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c310 void report_failure(int status) in report_failure() function
368 report_failure(110); in check_buffers()
467 report_failure(99); in close_test_files()
488 report_failure(120); in check_size()
617 report_failure(140); in doread()
633 report_failure(141); in doread()
675 report_failure(190); in domapread()
694 report_failure(191); in domapread()
743 report_failure(149); in dowrite()
755 report_failure(150); in dowrite()
[all …]
/external/clang/tools/scan-build-py/libscanbuild/
Drunner.py104 def report_failure(opts): function
156 def run_analyzer(opts, continuation=report_failure):
/external/clang/tools/scan-build-py/tests/unit/
Dtest_report.py96 sut2.report_failure(opts)
Dtest_runner.py183 sut.report_failure(opts)
/external/selinux/libsepol/src/
Dassertion.c39 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/cpython3/Lib/
Ddoctest.py1237 def report_failure(self, out, test, example, got): member in DocTestRunner
1376 self.report_failure(out, test, example, got)
1844 def report_failure(self, out, test, example, got): member in DebugRunner
/external/python/cpython2/Lib/
Ddoctest.py1223 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/cpython3/Doc/library/
Ddoctest.rst1427 :meth:`report_unexpected_exception`, and :meth:`report_failure`.
1469 .. method:: report_failure(out, test, example, got)
/external/python/cpython2/Doc/library/
Ddoctest.rst1476 :meth:`report_unexpected_exception`, and :meth:`report_failure`.
1519 .. method:: report_failure(out, test, example, got)