Home
last modified time | relevance | path

Searched refs:__assert (Results 1 – 12 of 12) sorted by relevance

/aosp12/bionic/libc/include/
H A Dassert.h63 # define assert(e) ((e) ? __assert_no_op : __assert(__FILE__, __LINE__, #e))
78 void __assert(const char* __file, int __line, const char* __msg) __noreturn;
/aosp12/system/libfmq/base/fmq/
H A DMQDescriptorBase.h78 __assert(__FILE__, __LINE__, "Incompatible word size"); in alignToWordBoundary()
87 __assert(__FILE__, __LINE__, "Queue size too large"); in alignToWordBoundary()
/aosp12/bionic/libc/bionic/
H A Dassert.cpp35 void __assert(const char* file, int line, const char* failed_expression) { in __assert() function
H A Dscandir.cpp37 if (names_ != nullptr) __assert(__FILE__, __LINE__, "missing call to release()"); in ~ScandirResult()
/aosp12/frameworks/wilhelm/src/
H A Dassert.cpp24 void __assert(const char *file, int line, const char *failedexpr) in __assert() function
/aosp12/system/libfmq/include/fmq/
H A DMessageQueueBase.h593 __assert(__FILE__, __LINE__, "Grantor offsets need to be aligned"); in initMemory()
610 __assert(__FILE__, __LINE__, "mReadPtr is null"); in initMemory()
618 __assert(__FILE__, __LINE__, "mWritePtr is null"); in initMemory()
633 __assert(__FILE__, __LINE__, "mRing is null"); in initMemory()
644 __assert(__FILE__, __LINE__, "mEvFlagWord is null"); in initMemory()
/aosp12/bionic/libc/async_safe/
H A Dasync_safe_log.cpp397 __assert(__FILE__, __LINE__, "conversion specifier unsupported"); in out_vformat()
406 __assert(__FILE__, __LINE__, "sign/precision unsupported"); in out_vformat()
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_interface_utils.h56 __assert(__FILE__, __LINE__, "SharedRefBase: no ref created during lifetime"); in ~SharedRefBase()
H A Dbinder_auto_utils.h93 __assert(__FILE__, __LINE__, "Race detected."); in set()
/aosp12/system/core/debuggerd/crasher/
H A Dcrasher.cpp263 __assert("some_file.c", 123, "false"); in do_action()
/aosp12/bionic/libc/
H A Dlibc.map.txt3 __assert;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt3 __assert;