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

  /external/skia/tests/
TypefaceTest.cpp 83 REPORT_FAILURE(reporter, "fonts/Em.ttf", SkString("Cannot load resource"));
100 REPORT_FAILURE(reporter, "distortable", SkString());
143 REPORT_FAILURE(reporter, "distortable", SkString());
160 REPORT_FAILURE(reporter, "count == 1", SkString());
170 REPORT_FAILURE(reporter, "count == 1", SkString());
Test.h 76 #define REPORT_FAILURE(reporter, cond, message) \
177 REPORT_FAILURE(r, #cond, SkStringPrintf(__VA_ARGS__)); \
183 REPORT_FAILURE(r, "", SkStringPrintf(__VA_ARGS__)); \
FloatingPointTextureTest.cpp 31 REPORT_FAILURE(reporter, "(0 != arraySize % 4)",
PDFPrimitivesTest.cpp 61 REPORT_FAILURE(reporter, "", SkStringPrintf(
  /external/skqp/tests/
TypefaceTest.cpp 83 REPORT_FAILURE(reporter, "fonts/Em.ttf", SkString("Cannot load resource"));
100 REPORT_FAILURE(reporter, "distortable", SkString());
143 REPORT_FAILURE(reporter, "distortable", SkString());
160 REPORT_FAILURE(reporter, "count == 1", SkString());
170 REPORT_FAILURE(reporter, "count == 1", SkString());
Test.h 76 #define REPORT_FAILURE(reporter, cond, message) \
177 REPORT_FAILURE(r, #cond, SkStringPrintf(__VA_ARGS__)); \
183 REPORT_FAILURE(r, "", SkStringPrintf(__VA_ARGS__)); \
GpuSampleLocationsTest.cpp 97 REPORT_FAILURE(reporter, "", SkString("Sample pattern has wrong number of samples."));
106 REPORT_FAILURE(reporter, "", SkString("Sample pattern has wrong sample location."));
FloatingPointTextureTest.cpp 31 REPORT_FAILURE(reporter, "(0 != arraySize % 4)",
PDFPrimitivesTest.cpp 61 REPORT_FAILURE(reporter, "", SkStringPrintf(
  /system/core/init/
action.cpp 130 bool report_failure = !result.has_value(); local
131 if (report_failure && android::base::GetMinimumLogSeverity() > android::base::DEBUG &&
133 report_failure = false;
137 if (report_failure || duration > 50ms ||
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 313 void report_failure(int status) function
371 report_failure(110);
470 report_failure(99);
491 report_failure(120);
620 report_failure(140);
636 report_failure(141);
678 report_failure(190);
697 report_failure(191);
746 report_failure(149);
758 report_failure(150)
    [all...]
  /external/clang/tools/scan-build-py/libscanbuild/
runner.py 104 def report_failure(opts): function
156 def run_analyzer(opts, continuation=report_failure):
  /external/clang/tools/scan-build-py/tests/unit/
test_report.py 96 sut2.report_failure(opts)
test_runner.py 183 sut.report_failure(opts)
  /external/selinux/libsepol/src/
assertion.c 39 static void report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, function
285 report_failure(handle, p, avrule, i, j, cp, perms);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py 1162 def report_failure(self, out, test, example, got): member in class:DocTestRunner
1747 def report_failure(self, out, test, example, got): member in class:DebugRunner
    [all...]
  /external/python/cpython2/Lib/
doctest.py 1223 def report_failure(self, out, test, example, got): member in class:DocTestRunner
1807 def report_failure(self, out, test, example, got): member in class:DebugRunner
    [all...]
  /external/python/cpython3/Lib/
doctest.py 1238 def report_failure(self, out, test, example, got): member in class:DocTestRunner
1847 def report_failure(self, out, test, example, got): member in class:DebugRunner
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/python/cpython2/Doc/library/
doctest.rst     [all...]
  /external/python/cpython3/Doc/library/
doctest.rst     [all...]

Completed in 609 milliseconds