Home
last modified time | relevance | path

Searched defs:CHECK (Results 1 – 25 of 60) sorted by relevance

123

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dlogging.h25 #define CHECK(expr) \ macro
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
Dlogging.h18 # define CHECK(X) ASSERT(X) macro
/third_party/skia/third_party/externals/brotli/research/
Dread_dist.h23 #define CHECK(X) if (!(X)) exit(EXIT_FAILURE); macro
Ddraw_diff.cc20 #define CHECK(X) if (!(X)) exit(EXIT_FAILURE); macro
/third_party/musl/libc-test/src/functional/
Dtls_init.c18 #define CHECK(f) do{ if(f) t_error("%s failed.\n", #f); }while(0) macro
Dtls_local_exec.c16 #define CHECK(c, fmt, ...) do{ \ macro
/third_party/ffmpeg/libavcodec/arm/
Dmlpdsp_armv6.S91 CHECK .req a1 label
232 CHECK .req a1 label
343 CHECK .req a1 label
/third_party/skia/tests/graphite/
DRectTest.cpp13 #define CHECK(A) REPORTER_ASSERT(reporter, A) macro
DIntersectionTreeTest.cpp30 #define CHECK(A) REPORTER_ASSERT(reporter, A) macro
/third_party/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c63 #define CHECK(_cond) \ macro
/third_party/ffmpeg/libavcodec/tests/
Davcodec.c125 #define CHECK(TYPE, type) (codec2->cb_type == FF_CODEC_CB_TYPE_ ## TYPE && !codec2->cb.type) in main() macro
Dh265_levels.c248 #define CHECK(expected, format, ...) do { \ in main() macro
Dh264_levels.c181 #define CHECK(expected, format, ...) do { \ in main() macro
/third_party/python/Modules/
D_testinternalcapi.c94 #define CHECK(X, RESULT) \ in test_popcount() macro
134 #define CHECK(X, RESULT) \ in test_bit_length() macro
352 #define CHECK(a, b, n) do { \ in test_edit_cost() macro
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
DMain.java28 CHECK, enumConstant
/third_party/node/deps/v8/src/bigint/
Dbigint-internal.h115 #define CHECK(cond) \ macro
/third_party/unity/extras/fixture/src/
Dunity_fixture.h84 #define CHECK(condition) TEST_ASSERT_TRUE((condition)) macro
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture.h74 #define CHECK(condition) TEST_ASSERT_TRUE((condition)) macro
/third_party/node/deps/openssl/openssl/providers/
Ddefltprov.c34 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, "provider=default", FUNC }, CHECK } argument
/third_party/openssl/providers/
Ddefltprov.c34 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, "provider=default", FUNC }, CHECK } argument
/third_party/mesa3d/src/imagination/rogue/
Drogue_util.h43 #define CHECK(expr) \ macro
/third_party/gn/src/base/
Dlogging.h396 #define CHECK(condition) \ macro
419 #define CHECK(condition) \ macro
430 #define CHECK(condition) \ macro
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_test.c69 #define CHECK (SCHAR_MAX + 7) macro
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dcctest.h58 #define CHECK(condition) CheckHelper(__FILE__, __LINE__, #condition, condition) macro
/third_party/node/deps/v8/src/base/
Dlogging.h84 #define CHECK(condition) CHECK_WITH_MSG(condition, #condition) macro
316 #define DEFINE_SIGNED_MISMATCH_COMP(CHECK, NAME, IMPL) \ argument

123