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

  /art/runtime/
thread_pool_test.cc 28 explicit CountTask(AtomicInteger* count) : count_(count), verbose_(false) {}
31 if (verbose_) {
41 if (verbose_) {
49 const bool verbose_; member in class:art::CountTask
  /external/qemu/android/utils/
debug.h 51 #define _VERBOSE_TAG(x,y) VERBOSE_##x,
62 android_verbose |= (1 << VERBOSE_##tag)
65 android_verbose &= (1 << VERBOSE_##tag)
68 ((android_verbose & (1 << VERBOSE_##tag)) != 0)
  /art/runtime/gc/collector/
garbage_collector.cc 39 verbose_(VLOG_IS_ON(heap)),
41 timings_(name_.c_str(), true, verbose_),
garbage_collector.h 101 const bool verbose_; member in class:art::gc::collector::GarbageCollector
  /art/runtime/base/
timing_logger.cc 125 : name_(name), precise_(precise), verbose_(verbose), current_split_(NULL) {
214 if (timing_logger_->verbose_) {
225 if (timing_logger_->verbose_) {
264 if (timing_logger_->verbose_) {
timing_logger.h 152 const bool verbose_; member in class:art::base::TimingLogger
  /external/qemu/android/
cmdline-option.c 9 #define _VERBOSE_TAG(x,y) { #x, VERBOSE_##x, y },
main.c 96 #define _VERBOSE_TAG(x,y) { #x, VERBOSE_##x, y },
    [all...]
help.c 357 #define _VERBOSE_TAG(x,y) { #x, VERBOSE_##x, y },
    [all...]

Completed in 213 milliseconds