Searched defs:VLOG_IF (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.h15 // VLOG_IF(level, predicate) logs INFO if predicate evaluates to true,
102 #define VLOG_IF(level, predicate) \ macro
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h309 # define VLOG_IF(n, condition) LOG_IF(n, (n <= MAX_LOG_LEVEL) && condition) macro
314 # define VLOG_IF(n, condition) LOG_IF(n, condition) macro
/external/chromium_org/base/
H A Dlogging.h107 // 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) \ macro
556 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition)
/external/chromium_org/third_party/cld/base/
H A Dlogging.h121 // There are also VLOG_IF, VLOG_EVERY_N and VLOG_IF_EVERY_N "verbose level"
124 // VLOG_IF(1, (size > 1024))
832 #define VLOG_IF(verboselevel, condition) \ macro

Completed in 190 milliseconds