Searched defs:VLOG (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dlog.h51 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO) macro
/external/regex-re2/util/
H A Dlogging.h37 #define VLOG(x) if((x)>0){}else LOG_INFO.stream() macro
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h35 // VLOG(2), VLOG(N)
36 // VLOG(1),
37 // LOG(INFO), VLOG(0), LG
42 // With VLOG(n), the output is directed to one of the 5 Android log levels:
170 // use of the log macros LG, LOG, or VLOG.
189 ANDROID_LOG_INFO, // LOG(INFO), LG, VLOG(0)
190 ANDROID_LOG_DEBUG, // VLOG(1)
191 ANDROID_LOG_VERBOSE, // VLOG(2) .. VLOG(
307 # define VLOG macro
312 # define VLOG macro
[all...]

Completed in 200 milliseconds