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

  /external/chromium_org/tools/relocation_packer/src/
debug.h 15 // VLOG_IF(level, predicate) logs INFO if predicate evaluates to true,
102 #define VLOG_IF(level, predicate) \
  /external/ceres-solver/internal/ceres/miniglog/glog/
logging.h 309 # define VLOG_IF(n, condition) LOG_IF(n, (n <= MAX_LOG_LEVEL) && condition)
314 # define VLOG_IF(n, condition) LOG_IF(n, condition)
  /external/chromium_org/base/
logging.h 107 // There is also a VLOG_IF "verbose level" condition macro for sample
111 // VLOG_IF(1, (size > 1024))
381 #define VLOG_IF(verbose_level, condition) \
556 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition)
    [all...]
  /external/chromium_org/third_party/cld/base/
logging.h 121 // There are also VLOG_IF, VLOG_EVERY_N and VLOG_IF_EVERY_N "verbose level"
124 // VLOG_IF(1, (size > 1024))
    [all...]

Completed in 152 milliseconds