HomeSort by relevance Sort by last modified time
    Searched defs:VLOG (Results 1 - 6 of 6) sorted by null

  /external/openfst/src/include/fst/
log.h 51 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO)
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.h 12 #define VLOG(x)
115 VLOG("rc");
  /external/regex-re2/util/
logging.h 37 #define VLOG(x) if((x)>0){}else LOG_INFO.stream()
  /external/ceres-solver/internal/ceres/miniglog/glog/
logging.h 35 // 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(N
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 260 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO)
  /external/chromium/base/
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 default verbosity level
    [all...]

Completed in 272 milliseconds