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

  /art/tools/checker/common/
logger.py 44 Verbosity = Level.Info
48 if level <= Logger.Verbosity:
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 61 INLINE void SetVerbosity(int verbosity) {
62 atomic_store(&current_verbosity, verbosity, memory_order_relaxed);
64 INLINE int Verbosity() {
176 if ((uptr)Verbosity() >= (level)) Report(__VA_ARGS__); \
180 if ((uptr)Verbosity() >= (level)) Printf(__VA_ARGS__); \
  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 73 int Verbosity = 1;

Completed in 146 milliseconds