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

/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 105 milliseconds