Home
last modified time | relevance | path

Searched defs:FAIL_IF (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsDebug.h248 #define FAIL_IF(cond) \ macro
DSkPathOpsDebug.cpp28 #define FAIL_IF(cond, coin) \ macro
/third_party/flutter/skia/src/pathops/
DSkPathOpsDebug.h254 #define FAIL_IF(cond) \ macro
DSkPathOpsDebug.cpp27 #define FAIL_IF(cond, coin) \ macro
/third_party/pcre2/pcre2/src/sljit/
DsljitLir.c55 #define FAIL_IF(expr) \ macro
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c147 #define FAIL_IF(x) do { lock_check (); fail_if(x); unlock_check (); } while(0) macro