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

/external/openfst/src/include/fst/
H A Dlog.h51 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO) macro
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.h12 #define VLOG(x) macro
115 VLOG("rc");
/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:
165 // use of the log macros LG, LOG, or VLOG.
184 ANDROID_LOG_INFO, // LOG(INFO), LG, VLOG(0)
185 ANDROID_LOG_DEBUG, // VLOG(1)
186 ANDROID_LOG_VERBOSE, // VLOG(2) .. VLOG(
276 #define VLOG macro
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h260 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO) macro
/external/chromium/base/
H A Dlogging.h81 // VLOG(1) << "I'm printed when you run the program with --v=1 or more";
82 // VLOG(2) << "I'm printed when you run the program with --v=2 or more";
88 // a. VLOG(2) and lower messages to be printed from profile.{h,cc}
89 // b. VLOG(1) and lower messages to be printed from icon_loader.{h,cc}
90 // c. VLOG(3) and lower messages to be printed from files prefixed with
92 // d. VLOG(4) and lower messages to be printed from files under a
94 // e. VLOG(0) and lower messages to be printed from elsewhere
107 // // that can't be accomplished with just VLOG(2) << ...;
224 // Note that log messages for VLOG(x) are logged at level -x, so setting
231 // Gets the VLOG defaul
380 #define VLOG macro
[all...]

Completed in 217 milliseconds