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

/system/extras/perfprofd/quipper/base/
H A Dlogging.h48 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
89 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
445 // Redefine the standard assert to use our nice log files
446 #undef assert macro
447 #define assert(x) DLOG_ASSERT(x) macro
/system/core/adb/
H A Dsysdeps_win32.cpp79 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__, __LINE__ ); } while (0) macro
988 assert( avail > 0 ); /* since can_write is TRUE */
1003 assert( count > 0 );
1059 assert( avail > 0 ); /* since can_read is TRUE */
1095 assert( count > 0 );

Completed in 145 milliseconds