Searched defs:verbose (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLog.java26 public void setVerbose(boolean verbose) { argument
27 mVerbose = verbose;
/frameworks/rs/tests/lldb/
H A Dconfig.py93 def verbose(self): member in class:Config
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.h37 // verbose: whether or not to print out additional info about compilation.
46 bool verbose; member in struct:slang::RSSlangReflectUtils::BitCodeAccessorContext
118 const std::string *optionalLicense, bool isJava, bool verbose);
H A Dslang_rs_reflect_utils.cpp278 context.licenseNote, true, context.verbose)) {
346 bool verbose) {
347 if (verbose) {
342 startFile(const string &outDirectory, const string &outFileName, const string &sourceFileName, const string *optionalLicense, bool isJava, bool verbose) argument
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp37 jint verbose; member in struct:android::levels_t
68 return isLoggable(tag, levels.verbose);
128 levels.verbose = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "VERBOSE", "I"));
/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp196 bool verbose = false; local
197 Flags flags = Flags().OptionalSwitch("-v", "increase verbosity of output", &verbose);
203 context.SetVerbose(verbose);
H A DOptimize.cpp299 bool verbose = false; local
322 .OptionalSwitch("-v", "Enables verbose logging", &verbose);
339 context.SetVerbose(verbose);
H A DCompile.cpp119 bool verbose = false; member in struct:aapt::CompileOptions
661 bool verbose = false; local
673 .OptionalSwitch("-v", "Enables verbose logging", &verbose);
678 context.SetVerbose(verbose);
720 if (options.verbose) {
/frameworks/compile/slang/tests/
H A Dslang_test.py71 verbose = 0 variable in class:Options
80 if Options.verbose:
84 if Options.verbose:
94 if Options.verbose:
119 if Options.verbose:
223 if Options.verbose:
234 if Options.verbose:
280 if Options.verbose > 1:
319 ' -v, --verbose Verbose output. Enter multiple -v to get more verbose
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java68 * Enable verbose logging for WifiCountryCode.
70 public void enableVerboseLogging(int verbose) { argument
71 if (verbose > 0) {
H A DWifiKeyStore.java56 * Enable verbose logging.
58 void enableVerboseLogging(boolean verbose) { argument
59 mVerboseLoggingEnabled = verbose;
H A DWifiMulticastLockManager.java109 protected void enableVerboseLogging(int verbose) { argument
110 if (verbose > 0) {
H A DWifiTrafficPoller.java114 void enableVerboseLogging(int verbose) { argument
115 if (verbose > 0) {
H A DSupplicantStateTracker.java87 void enableVerboseLogging(int verbose) { argument
88 if (verbose > 0) {
H A DWifiLastResortWatchdog.java464 protected void enableVerboseLogging(int verbose) { argument
465 if (verbose > 0) {
H A DWifiLockManager.java277 protected void enableVerboseLogging(int verbose) { argument
278 if (verbose > 0) {
H A DWifiConfigStore.java220 * Enable verbose logging.
222 public void enableVerboseLogging(boolean verbose) { argument
223 mVerboseLoggingEnabled = verbose;
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp61 bool verbose = true; variable
78 // Turn off verbose so that we only generate the .info file.
80 verbose = false;
84 verbose = true;
311 if (verbose) {
318 if (verbose) {
339 if (verbose) {
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp25 -v - verbose
137 static bool verbose = defaultVerbose; variable
248 verbose = true;
382 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
384 if (verbose) {
392 if (verbose) {hwcTestDisplayListHandles(list); }
417 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcRects.cpp178 static bool verbose = defaultVerbose; variable
225 verbose = true;
329 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
331 if (verbose) {
340 if (verbose) {testPrintI("Set:"); }
341 if (verbose) { hwcTestDisplayListHandles(list); }
518 if (verbose) {
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcStress.cpp145 static bool verbose = defaultVerbose; variable
340 verbose = true;
480 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
482 if (verbose) {
491 if (verbose) {testPrintI("Set:"); }
493 if (verbose) { hwcTestDisplayListHandles(list); }
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
558 if (verbose) { testPrintI("initFrames seed: %u", seed); }
585 if (verbose) {
605 if (verbose) {
[all...]
/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerService.java625 final boolean verbose = argv.length > 0 && "--verbose".equals(argv[0]);
629 mPackageManager.dump(pw, verbose);
911 public void dump(@NonNull final PrintWriter pw, final boolean verbose) { argument
914 if (!verbose) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiDiagnosticsTest.java267 * Verifies that, when verbose mode is not enabled, startLogging() calls
278 * Verifies that, when verbose mode is enabled, startLogging() calls
298 * Verifies that, when verbose mode is not enabled,
312 * Verifies that, when verbose mode is enabled, reportConnectionFailure() fetches packet fates.
435 private String getDumpString(boolean verbose) { argument
436 mWifiDiagnostics.startLogging(verbose);
437 mWifiNative.enableVerboseLogging(verbose ? 1 : 0);
474 * Verifies that dump() shows both TX, and RX fates in only table form, when verbose
491 * Verifies that dump() shows both TX, and RX fates in table and verbose forms, when verbose
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java999 * @param verbose True to dump more verbose information.
1001 public void dump(Printer printer, boolean verbose) { argument
1010 mAvailablePrimaryConnection.dump(indentedPrinter, verbose);
1019 mAvailableNonPrimaryConnections.get(i).dump(indentedPrinter, verbose);
1030 connection.dumpUnsafe(indentedPrinter, verbose);
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java391 boolean verbose = false;
393 debug = verbose = true;
399 setVerboseLocked(verbose);
438 private void setVerboseLocked(boolean verbose) { argument
439 com.android.server.autofill.Helper.sVerbose = verbose;
440 android.view.autofill.Helper.sVerbose = verbose;

Completed in 602 milliseconds

12