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/chromium/base/
logging.h 126 // PCHECK(condition) << "Couldn't do foo";
454 #define PCHECK(condition) \
    [all...]
  /external/chromium_org/base/
logging.h 127 // PCHECK(condition) << "Couldn't do foo";
508 #define PCHECK(condition) CHECK(condition)
518 #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 132 milliseconds