Home
last modified time | relevance | path

Searched defs:assert (Results 1 – 2 of 2) sorted by relevance

/system/extras/perfprofd/quipper/base/
Dlogging.h447 #define assert(x) DLOG_ASSERT(x) macro
/system/core/adb/
Dsysdeps_win32.cpp79 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__… macro