Home
last modified time | relevance | path

Searched defs:assert_true (Results 1 – 5 of 5) sorted by relevance

/external/expat/expat/tests/
Dminicheck.h88 # define assert_true(cond) \ macro
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/
Dlunit.lua209 function assert_true(actual, msg) function
/external/python/mobly/mobly/
Dasserts.py309 def assert_true(expr, msg, extras=None): function
/external/cn-cbor/test/
Dctest.h283 void assert_true(int real, const char* caller, int line) { in assert_true() function
/external/jemalloc_new/test/include/test/
Dtest.h245 #define assert_true(a, ...) assert_b_eq(a, true, __VA_ARGS__) macro