Home
last modified time | relevance | path

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

1234

/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dlogging.h25 #define CHECK(expr) \ macro
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dlogging.h25 #define CHECK(expr) \ macro
/third_party/flutter/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/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
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.h45 #define CHECK(condition) \ 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/ejdb/src/examples/
Dexample1.c4 #define CHECK(rc_) \ 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/python/Modules/
D_testinternalcapi.c88 #define CHECK(X, RESULT) \ in test_popcount() macro
127 #define CHECK(X, RESULT) \ in test_bit_length() macro
337 #define CHECK(a, b, n) do { \ in test_edit_cost() macro
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcheck.h57 #define CHECK(b) \ macro
62 #define CHECK(b) ::benchmark::internal::GetNullLogInstance() macro
/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/mtdev/test/
Dmtdev-test.c63 #define CHECK(dev, name) \ macro
/third_party/openh264/test/api/
Dc_interface_test.c8 #define CHECK(n, p, m) check(n, CALL(p, m), #m) macro
/third_party/boost/boost/test/tools/detail/
Dfwd.hpp78 WARN, CHECK, REQUIRE, PASS enumerator
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
DMain.java28 CHECK, enumConstant
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture.h74 #define CHECK(condition) TEST_ASSERT_TRUE((condition)) macro
/third_party/unity/extras/fixture/src/
Dunity_fixture.h77 #define CHECK(condition) TEST_ASSERT_TRUE((condition)) macro
/third_party/libffi/testsuite/libffi.call/
Dffitest.h18 #define CHECK(x) (void)(!(x) ? (abort(), 1) : 0) macro
/third_party/libffi/testsuite/libffi.closures/
Dffitest.h18 #define CHECK(x) (void)(!(x) ? (abort(), 1) : 0) macro
/third_party/boost/libs/filesystem/test/
Doperations_unit_test.cpp45 #define CHECK(x) check(x, __FILE__, __LINE__) macro
/third_party/ffmpeg/libavcodec/tests/
Dh265_levels.c248 #define CHECK(expected, format, ...) do { \ in main() macro

1234