Searched defs:verbose (Results 1 - 25 of 26) 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/compile/slang/tests/
H A Dtest.py24 verbose = 0 variable in class:Options
32 if Options.verbose:
36 if Options.verbose:
64 if Options.verbose != 0:
92 if Options.verbose > 1:
111 if Options.verbose > 1:
125 if Options.verbose:
130 if Options.verbose:
134 if Options.verbose:
139 if Options.verbose
[all...]
/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.cpp276 context.licenseNote, true, context.verbose)) {
344 bool verbose) {
345 if (verbose) {
340 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
49 case 'V': return levels.verbose;
101 return isLoggable(tag, levels.verbose);
155 levels.verbose = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "VERBOSE", "I"));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiTrafficPoller.java107 void enableVerboseLogging(int verbose) { argument
108 if (verbose > 0 ) {
H A DSupplicantStateTracker.java82 void enableVerboseLogging(int verbose) { argument
83 if (verbose > 0) {
H A DWifiAutoJoinController.java122 void enableVerboseLogging(int verbose) { argument
123 if (verbose > 0 ) {
H A DWifiMonitor.java514 void enableVerboseLogging(int verbose) { argument
515 if (verbose > 0) {
723 // Dont log CTRL-EVENT-BSS-ADDED which are too verbose and not handled
897 // Ignore that event - it is not handled, and dont log it as it is too verbose
899 // Ignore that event - it is not handled, and dont log it as it is too verbose
H A DWifiServiceImpl.java1768 public void enableVerboseLogging(int verbose) { argument
1770 mWifiStateMachine.enableVerboseLogging(verbose);
H A DWifiConfigStore.java281 // The Wifi verbose log is provided as a way to persist the verbose logging settings
518 void enableVerboseLogging(int verbose) { argument
519 enableVerboseLogging = verbose;
520 if (verbose > 0) {
526 if (verbose > 1) {
2347 Log.d(TAG,"readAutoJoinConfig: enable verbose logs = "
H A DWifiNative.java117 void enableVerboseLogging(int verbose) { argument
118 if (verbose > 0) {
/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;
275 if (verbose) {
282 if (verbose) {
303 if (verbose) {
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp25 -v - verbose
136 static bool verbose = defaultVerbose; variable
248 verbose = true;
384 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
386 if (verbose) {
394 if (verbose) {hwcTestDisplayListHandles(list); }
419 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcRects.cpp178 static bool verbose = defaultVerbose; variable
226 verbose = true;
330 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
332 if (verbose) {
341 if (verbose) {testPrintI("Set:"); }
342 if (verbose) { hwcTestDisplayListHandles(list); }
520 if (verbose) {
538 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcStress.cpp144 static bool verbose = defaultVerbose; variable
339 verbose = true;
479 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
481 if (verbose) {
490 if (verbose) {testPrintI("Set:"); }
492 if (verbose) { hwcTestDisplayListHandles(list); }
535 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
557 if (verbose) { testPrintI("initFrames seed: %u", seed); }
584 if (verbose) {
604 if (verbose) {
[all...]
H A DhwcTestLib.cpp49 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface, argument
75 if (verbose) {
101 if (verbose) {
130 if (verbose) {
H A DhwcCommit.cpp311 static bool verbose = defaultVerbose; variable
378 verbose = true;
827 bool origVerbose = verbose; // Temporarily turn off verbose
828 verbose = false;
850 verbose = origVerbose;
878 bool origVerbose = verbose; // Temporarily turn off verbose
879 verbose = false;
899 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);
H A DSQLiteDatabase.java2042 static void dumpAll(Printer printer, boolean verbose) { argument
2044 db.dump(printer, verbose);
2048 private void dump(Printer printer, boolean verbose) { argument
2052 mConnectionPoolLocked.dump(printer, verbose);
H A DSQLiteConnection.java1052 * @param verbose True to dump more verbose information.
1054 public void dump(Printer printer, boolean verbose) { argument
1055 dumpUnsafe(printer, verbose);
1070 * @param verbose True to dump more verbose information.
1072 void dumpUnsafe(Printer printer, boolean verbose) { argument
1074 if (verbose) {
1080 mRecentOperations.dump(printer, verbose);
1082 if (verbose) {
1409 dump(Printer printer, boolean verbose) argument
1452 describe(StringBuilder msg, boolean verbose) argument
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h113 int8_t verbose() const function in class:mcld::GeneralOptions
409 int8_t m_Verbose; // --verbose[=0,1,2]
/frameworks/testing/espresso/libs/
H A Djarjar-1.4.jarcom/tonicsystems/jarjar/help.txt com/tonicsystems/jarjar/ext_util/StandaloneJarProcessor.class StandaloneJarProcessor.java package com. ...
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java2461 * Set wifi verbose log. Called from developer settings.
2464 public void enableVerboseLogging (int verbose) { argument
2466 mService.enableVerboseLogging(verbose);
2474 * Get the WiFi verbose logging level.This is used by settings
/frameworks/base/core/java/android/os/
H A DBatteryStats.java3442 boolean verbose) {
3492 if (verbose) {
3441 printNextItem(PrintWriter pw, HistoryItem rec, long baseTime, boolean checkin, boolean verbose) argument

Completed in 4691 milliseconds

12