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.h77 inline LoggerHandler VLOG(int n) { function in namespace:i18n::phonenumbers
87 return VLOG(n);
/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.h260 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.h6 // and VLOG(n).
31 // VLOG(<severity level>) can also be used.
32 // VLOG(n) output is directed to the Android logcat levels as follows :
39 // Note that VLOG(FATAL) will terminate the program.
139 // use of the log macros LOG, or VLOG.
161 ANDROID_LOG_INFO, // LOG(INFO), VLOG(0)
162 ANDROID_LOG_DEBUG, // VLOG(1)
163 ANDROID_LOG_VERBOSE, // VLOG(2) .. VLOG(N)
271 #define VLOG( macro
275 #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...]
/external/chromium_org/base/
H A Dlogging.h82 // VLOG(1) << "I'm printed when you run the program with --v=1 or more";
83 // VLOG(2) << "I'm printed when you run the program with --v=2 or more";
89 // a. VLOG(2) and lower messages to be printed from profile.{h,cc}
90 // b. VLOG(1) and lower messages to be printed from icon_loader.{h,cc}
91 // c. VLOG(3) and lower messages to be printed from files prefixed with
93 // d. VLOG(4) and lower messages to be printed from files under a
95 // e. VLOG(0) and lower messages to be printed from elsewhere
108 // // that can't be accomplished with just VLOG(2) << ...;
251 // Note that log messages for VLOG(x) are logged at level -x, so setting
258 // Gets the VLOG defaul
409 #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 613 milliseconds