Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/tests/
H A Dassert_test.cpp30 TEST_F(assert_DeathTest, assert_false) { in TEST_F() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/
Dlunit.lua219 function assert_false(actual, msg) function
/aosp_15_r20/external/python/mobly/mobly/
Dasserts.py322 def assert_false(expr, msg, extras=None): function
/aosp_15_r20/external/cn-cbor/test/
H A Dctest.h289 void assert_false(int real, const char* caller, int line) { in assert_false() function
/aosp_15_r20/external/jemalloc_new/test/include/test/
H A Dtest.h246 #define assert_false(a, ...) assert_b_eq(a, false, __VA_ARGS__) macro