Searched defs:PCHECK (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h118 #define PCHECK(condition) \ macro
176 #define CHECK_ERR(invocation) PCHECK((invocation) != -1)
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h113 #define PCHECK(condition) \ macro
171 #define CHECK_ERR(invocation) PCHECK((invocation) != -1)
/external/qemu/android/base/
H A DLog.h142 #define PCHECK(condition) \ macro
/external/chromium_org/base/
H A Dlogging.h123 // PCHECK(condition) << "Couldn't do foo";
447 #define PCHECK(condition) CHECK(condition) macro
457 #define PCHECK(condition) \ macro
/external/chromium_org/third_party/cld/base/
H A Dlogging.h638 // PLOG() and PLOG_IF() and PCHECK() behave exactly like their LOG* and
653 // if (poll(fds, nfds, timeout) == -1) { PCHECK(errno == EINTR); ... }
654 #define PCHECK(condition) \ macro

Completed in 2885 milliseconds