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

/external/openfst/src/include/fst/
H A Dlog.h51 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO) macro
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Ddefault_logger.h86 inline LoggerHandler VLOG(int n) { function in namespace:i18n::phonenumbers
87 // VLOG(1) is the next logging level after LOG(DEBUG).
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.h12 // VLOG(level) logs INFO messages where level is less than or equal to the
98 // VLOG(level) prints its message as INFO if level is less than or equal to
100 #define VLOG(level) \ macro
/external/chromium_org/third_party/re2/util/
H A Dlogging.h42 #define VLOG(x) if((x)>0){}else LOG_INFO.stream() 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/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h264 inline void VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } function
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h230 inline void VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } function
/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...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h260 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO) macro
/external/chromium_org/base/
H A Dlogging.h78 // VLOG(1) << "I'm printed when you run the program with --v=1 or more";
79 // VLOG(2) << "I'm printed when you run the program with --v=2 or more";
85 // a. VLOG(2) and lower messages to be printed from profile.{h,cc}
86 // b. VLOG(1) and lower messages to be printed from icon_loader.{h,cc}
87 // c. VLOG(3) and lower messages to be printed from files prefixed with
89 // d. VLOG(4) and lower messages to be printed from files under a
91 // e. VLOG(0) and lower messages to be printed from elsewhere
104 // // that can't be accomplished with just VLOG(2) << ...;
234 // Note that log messages for VLOG(x) are logged at level -x, so setting
241 // Gets the VLOG defaul
378 #define VLOG macro
[all...]
/external/chromium_org/third_party/cld/base/
H A Dlogging.h99 // VLOG(1) << "I'm printed when you run the program with --v=1 or more";
100 // VLOG(2) << "I'm printed when you run the program with --v=2 or more";
106 // a. VLOG(2) and lower messages to be printed from recordio.{h,cc}
107 // b. VLOG(1) and lower messages to be printed from google2file
108 // c. VLOG(3) and lower messages to be printed from files prefixed with "gfs"
109 // d. VLOG(0) and lower messages to be printed from elsewhere
118 // // that can't be accomplished with just VLOG(2) << ...;
135 // [MLOG is OBSOLETE - use the more convenient VLOG(n) macros]
138 // Other than this, it behaves like VLOG. Example:
740 #define DVLOG(verboselevel) VLOG(verboseleve
830 #define VLOG macro
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc165 #undef VLOG // and we start by evilling overriding logging.h VLOG macro
166 #define VLOG(lvl) if (FLAGS_verbose >= (lvl)) cout << "\n" macro
168 #define LOGF VLOG(INFO)
271 VLOG(3) << "Malloc stats: " << blocks << " blocks of "
275 VLOG(3) << " Malloc histogram at " << i << " : " << histogram[i];
286 VLOG(2) << "Dummy-using " << static_cast<void*>(*foo) << " at " << foo;
307 VLOG(2) << "hid: " << static_cast<void*>(*ptr);
312 VLOG(2) << "unhiding: " << static_cast<void*>(*ptr);
328 VLOG(1
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc165 #undef VLOG // and we start by evilling overriding logging.h VLOG macro
166 #define VLOG(lvl) if (FLAGS_verbose >= (lvl)) cout << "\n" macro
168 #define LOGF VLOG(INFO)
271 VLOG(3) << "Malloc stats: " << blocks << " blocks of "
275 VLOG(3) << " Malloc histogram at " << i << " : " << histogram[i];
286 VLOG(2) << "Dummy-using " << static_cast<void*>(*foo) << " at " << foo;
307 VLOG(2) << "hid: " << static_cast<void*>(*ptr);
312 VLOG(2) << "unhiding: " << static_cast<void*>(*ptr);
328 VLOG(1
[all...]

Completed in 2368 milliseconds