Home
last modified time | relevance | path

Searched refs:SetVerbose (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DIDiagnostics.h95 virtual void SetVerbose(bool val) { in SetVerbose() function
124 void SetVerbose(bool val) override { in SetVerbose() function
125 diag_->SetVerbose(val); in SetVerbose()
/frameworks/base/tools/aapt2/cmd/
DOptimize.cpp102 void SetVerbose(bool val) { in SetVerbose() function in aapt::OptimizeContext
104 diagnostics_.SetVerbose(val); in SetVerbose()
358 context.SetVerbose(verbose_); in Action()
DDump.cpp112 void SetVerbose(bool val) { in SetVerbose() function in aapt::__anon00f61fca0111::DumpContext
114 diagnostics_.SetVerbose(val); in SetVerbose()
DCompile.cpp624 void SetVerbose(bool val) { in SetVerbose() function in aapt::CompileContext
626 diagnostics_->SetVerbose(val); in SetVerbose()
755 context.SetVerbose(options_.verbose); in Action()
DLink.cpp151 void SetVerbose(bool val) { in SetVerbose() function in aapt::LinkContext
153 diagnostics_->SetVerbose(val); in SetVerbose()
2422 context.SetVerbose(verbose_); in Action()