Home
last modified time | relevance | path

Searched defs:IsVerbose (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DIDiagnostics.h99 virtual bool IsVerbose() { in IsVerbose() function
128 bool IsVerbose() override { in IsVerbose() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/WindowsResource/
DResourceProcessor.h45 bool IsVerbose, AppendNull; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/WindowsResource/
DResourceProcessor.h45 bool IsVerbose, AppendNull; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/WindowsResource/
DResourceProcessor.h45 bool IsVerbose, AppendNull; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h45 bool IsVerbose, AppendNull; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/WindowsResource/
DResourceProcessor.h45 bool IsVerbose, AppendNull; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h45 bool IsVerbose, AppendNull; variable
/aosp_15_r20/frameworks/base/tools/aapt2/test/
H A DContext.h76 bool IsVerbose() override { in IsVerbose() function
/aosp_15_r20/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp87 bool IsVerbose() override { in IsVerbose() function in aapt::ContextWrapper
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DOptimize.cpp98 bool IsVerbose() override { in IsVerbose() function in aapt::OptimizeContext
H A DDump.cpp108 bool IsVerbose() override { in IsVerbose() function in aapt::__anon263d29000111::DumpContext
H A DConvert.cpp243 bool IsVerbose() override { in IsVerbose() function in aapt::Context
H A DDiff.cpp60 bool IsVerbose() override { in IsVerbose() function in aapt::DiffContext
H A DCompile.cpp696 bool IsVerbose() override { in IsVerbose() function in aapt::CompileContext
H A DLink.cpp148 bool IsVerbose() override { in IsVerbose() function in aapt::LinkContext
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Ddriver.cc94 bool IsVerbose() { return getenv("VERBOSE") != nullptr; } in IsVerbose() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDiagnosticInfo.h520 bool IsVerbose = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDiagnosticInfo.h530 bool IsVerbose = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDiagnosticInfo.h530 bool IsVerbose = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDiagnosticInfo.h530 bool IsVerbose = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDiagnosticInfo.h530 bool IsVerbose = false; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDiagnosticInfo.h530 bool IsVerbose = false; variable
/aosp_15_r20/build/soong/ui/build/
H A Dconfig.go1145 func (c *configImpl) IsVerbose() bool { func