Home
last modified time | relevance | path

Searched refs:setVerbose (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
H A DLogTest.java44 mLog.setVerbose(false); in testDebug()
48 mLog.setVerbose(true); in testDebug()
H A DDelegateClassAdapterTest.java64 mLog.setVerbose(true); // capture debug error too in setUp()
/aosp12/frameworks/base/services/core/java/com/android/server/om/
H A DDumpState.java64 public void setVerbose(boolean verbose) { in setVerbose() method in DumpState
H A DOverlayManagerService.java1033 dumpState.setVerbose(true);
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLog.java26 public void setVerbose(boolean verbose) { in setVerbose() method in Log
H A DMain.java228 log.setVerbose(true); in processArgs()
/aosp12/system/tools/hidl/
H A DCoordinator.h42 void setVerbose(bool value);
H A DCoordinator.cpp62 void Coordinator::setVerbose(bool verbose) { in setVerbose() function in android::Coordinator
999 setVerbose(true); in parseOptions()
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h100 void setVerbose(int8_t pVerbose = -1) { m_Verbose = pVerbose; }
/aosp12/frameworks/base/tools/aapt/
H A DBundle.h87 void setVerbose(bool val) { mVerbose = val; } in setVerbose() function
H A DMain.cpp328 bundle.setVerbose(true); in main()
/aosp12/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp289 config_.options().setVerbose(level); in TranslateArguments()