HomeSort by relevance Sort by last modified time
    Searched defs:PCHECK (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.h 118 #define PCHECK(condition) \
176 #define CHECK_ERR(invocation) PCHECK((invocation) != -1)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.h 113 #define PCHECK(condition) \
171 #define CHECK_ERR(invocation) PCHECK((invocation) != -1)
  /external/qemu/android/base/
Log.h 142 #define PCHECK(condition) \
  /external/chromium_org/base/
logging.h 123 // PCHECK(condition) << "Couldn't do foo";
447 #define PCHECK(condition) CHECK(condition)
457 #define PCHECK(condition) \
    [all...]
  /external/chromium_org/third_party/cld/base/
logging.h 638 // 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) \
    [all...]

Completed in 146 milliseconds