/external/openfst/src/include/fst/ |
H A D | log.h | 51 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO) macro
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
H A D | default_logger.h | 77 inline LoggerHandler VLOG(int n) { function in namespace:i18n::phonenumbers 87 return VLOG(n);
|
/external/chromium_org/third_party/re2/util/ |
H A D | logging.h | 42 #define VLOG(x) if((x)>0){}else LOG_INFO.stream() macro
|
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
H A D | vectorbuffer.h | 12 #define VLOG(x) macro 115 VLOG("rc");
|
/external/regex-re2/util/ |
H A D | logging.h | 37 #define VLOG(x) if((x)>0){}else LOG_INFO.stream() macro
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
H A D | logging.h | 260 inline void VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } function
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
H A D | logging.h | 230 inline void VLOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } function
|
/external/ceres-solver/internal/ceres/miniglog/glog/ |
H A D | logging.h | 6 // 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 D | compat.h | 260 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO) macro
|
/external/chromium/base/ |
H A D | logging.h | 81 // 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 D | logging.h | 82 // 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 D | logging.h | 99 // 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 D | heap-checker_unittest.cc | 165 #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 D | heap-checker_unittest.cc | 165 #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...] |