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

  /external/google-benchmark/src/
log.h 25 #define VLOG(x) (::benchmark::internal::GetLogInstanceForLevel(x) \
  /system/core/adb/
adb_trace.h 46 #define VLOG(TAG) \
54 VLOG(TRACE_TAG) << android::base::StringPrintf(__VA_ARGS__)
  /bionic/tools/relocation_packer/src/
debug.h 12 // 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) \
  /external/regex-re2/util/
logging.h 37 #define VLOG(x) if((x)>0){}else LOG_INFO.stream()
  /art/runtime/base/
logging.h 37 // The members of this struct are the valid arguments to VLOG and VLOG_IS_ON in code,
106 // VLOG(jni) << "A JNI operation was performed";
107 #define VLOG(module) \
  /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:
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(N
    [all...]
  /external/libweave/third_party/chromium/base/
logging.h 80 // VLOG(1) << "I'm printed when you run the program with --v=1 or more";
81 // VLOG(2) << "I'm printed when you run the program with --v=2 or more";
87 // a. VLOG(2) and lower messages to be printed from profile.{h,cc}
88 // b. VLOG(1) and lower messages to be printed from icon_loader.{h,cc}
89 // c. VLOG(3) and lower messages to be printed from files prefixed with
91 // d. VLOG(4) and lower messages to be printed from files under a
93 // e. VLOG(0) and lower messages to be printed from elsewhere
106 // // that can't be accomplished with just VLOG(2) << ...;
215 // Note that log messages for VLOG(x) are logged at level -x, so setting
225 // Gets the VLOG default verbosity level
    [all...]
  /system/extras/perfprofd/quipper/base/
logging.h 52 // VLOG(1) << "I'm printed when you run the program with --v=1 or more";
53 // VLOG(2) << "I'm printed when you run the program with --v=2 or more";
59 // a. VLOG(2) and lower messages to be printed from profile.{h,cc}
60 // b. VLOG(1) and lower messages to be printed from icon_loader.{h,cc}
61 // c. VLOG(3) and lower messages to be printed from files prefixed with
63 // d. VLOG(4) and lower messages to be printed from files under a
65 // e. VLOG(0) and lower messages to be printed from elsewhere
78 // // that can't be accomplished with just VLOG(2) << ...;
120 // Note that log messages for VLOG(x) are logged at level -x, so setting
127 // Gets the VLOG default verbosity level
    [all...]
  /external/libchrome/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) << ...;
265 // Note that log messages for VLOG(x) are logged at level -x, so setting
275 // Gets the VLOG default verbosity level
    [all...]

Completed in 214 milliseconds