Home
last modified time | relevance | path

Searched defs:SetVerbose (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DIDiagnostics.h95 virtual void SetVerbose(bool val) { in SetVerbose() function
124 void SetVerbose(bool val) override { in SetVerbose() function
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A Dconformance_test.h155 void SetVerbose(bool verbose) { verbose_ = verbose; } in SetVerbose() function
/aosp_15_r20/external/protobuf/conformance/
H A Dconformance_test.h155 void SetVerbose(bool verbose) { verbose_ = verbose; } in SetVerbose() function
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DOptimize.cpp102 void SetVerbose(bool val) { in SetVerbose() function in aapt::OptimizeContext
H A DDump.cpp112 void SetVerbose(bool val) { in SetVerbose() function in aapt::__anon263d29000111::DumpContext
H A DConvert.cpp247 void SetVerbose(bool verbose) { in SetVerbose() function in aapt::Context
H A DCompile.cpp691 void SetVerbose(bool val) { in SetVerbose() function in aapt::CompileContext
H A DLink.cpp152 void SetVerbose(bool val) { in SetVerbose() function in aapt::LinkContext
/aosp_15_r20/build/soong/ui/logger/
H A Dlogger.go167 func (s *stdLogger) SetVerbose(v bool) *stdLogger { func