HomeSort by relevance Sort by last modified time
    Searched full:report_failure (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
Test.h 40 #define REPORT_FAILURE(reporter, cond, message) \
77 REPORT_FAILURE(r, #cond, SkString()); \
84 REPORT_FAILURE(r, #cond, SkString(message)); \
90 REPORT_FAILURE(r, "", SkStringPrintf(__VA_ARGS__)); \
PDFPrimitivesTest.cpp 57 REPORT_FAILURE( \
  /external/selinux/libsepol/src/
assertion.c 30 static void report_failure(sepol_handle_t *handle, policydb_t *p, function
81 report_failure(handle, p, avrule, stype, ttype, curperm, node);
89 report_failure(handle, p, avrule, stype, ttype, curperm, node);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 1197 def report_failure(self, out, test, example, got): member in class:DocTestRunner
1782 def report_failure(self, out, test, example, got): member in class:DebugRunner
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 1197 def report_failure(self, out, test, example, got): member in class:DocTestRunner
1782 def report_failure(self, out, test, example, got): member in class:DebugRunner
    [all...]

Completed in 1805 milliseconds