Home
last modified time | relevance | path

Searched refs:verbose_ (Results 1 – 7 of 7) sorted by relevance

/art/dexlayout/
Ddexlayout_main.cc84 options.verbose_ = true; in DexlayoutDriver()
123 options.verbose_ = false; in DexlayoutDriver()
136 options.verbose_ = false; in DexlayoutDriver()
140 options.verbose_ = false; in DexlayoutDriver()
Ddexlayout.h65 bool verbose_ = false; variable
Ddexlayout.cc1898 if (options_.verbose_) { in ProcessDexFile()
1987 if (options_.verbose_) { in ProcessFile()
/art/runtime/
Dthread_pool_test.cc30 explicit CountTask(AtomicInteger* count) : count_(count), verbose_(false) {} in CountTask()
33 if (verbose_) { in Run()
43 if (verbose_) { in Finalize()
51 const bool verbose_; member in art::CountTask
/art/runtime/base/
Dtiming_logger.h219 const bool verbose_; variable
Dtiming_logger.cc134 : name_(name), precise_(precise), verbose_(verbose), kind_(kind) { in TimingLogger()
/art/tools/hiddenapi/
Dhiddenapi.cc963 verbose_ = true; in ParseArgs()
1097 Hierarchy boot_hierarchy(boot_classpath, fragment_, verbose_); in ListApi()
1122 Hierarchy stub_hierarchy(stub_classpath, fragment_, verbose_); in ListApi()
1146 if (!fragment_ || verbose_) { in ListApi()
1201 bool verbose_ = false; member in art::hiddenapi::HiddenApi