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

  /external/chromium_org/base/
logging.h 375 #define VLOG_STREAM(verbose_level) \
379 LAZY_STREAM(VLOG_STREAM(verbose_level), VLOG_IS_ON(verbose_level))
382 LAZY_STREAM(VLOG_STREAM(verbose_level), \
    [all...]
  /art/runtime/base/
logging.h 144 #define VLOG_STREAM(module) ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream()
  /art/runtime/verifier/
method_verifier.cc 262 verifier.DumpFailures(VLOG_STREAM(verifier) << "Soft verification failures in "
    [all...]

Completed in 385 milliseconds