Searched refs:verbose (Results 1 - 25 of 37) sorted by relevance

12

/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/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java163 boolean verbose = false;
166 verbose = true;
170 SQLiteDatabase.dumpAll(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...]
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);
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py102 def __init__(self, device=None, verbose=False):
103 self.verbose = verbose
147 if self.verbose:
162 if self.verbose:
201 if not os.path.exists(lib_path) and self.verbose:
337 def __init__(self, adb, name="android-status", cat=gdb.COMMAND_OBSCURE, verbose=False):
339 self.verbose = verbose
356 if self.verbose
[all...]
/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/
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 DRSCCOptions.td129 def verbose : Flag<["-"], "v">,
130 HelpText<"Display verbose information during the compilation">;
131 def _verbose : Flag<["-"], "verbose">, Alias<verbose>;
132 def __verbose : Flag<["--"], "verbose">, Alias<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/native/opengl/tests/hwc/
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 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 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...]
H A DhwcTestLib.h105 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface,
H A DhwcTestLib.cpp49 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface, argument
75 if (verbose) {
101 if (verbose) {
130 if (verbose) {
/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp76 // show debug message only if verbose >= 0
77 if (0 <= m_Config.options().verbose()) {
86 // show ignored message only if verbose >= 1
87 if (1 <= m_Config.options().verbose()) {
96 // show ignored message only if verbose >= 2
97 if (2 <= m_Config.options().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;
275 if (verbose) {
282 if (verbose) {
303 if (verbose) {
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl144 void enableVerboseLogging(int verbose);
/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) {
/frameworks/base/tools/obbtool/
H A Dmkobb.sh173 -v) verbose=1; shift;;
/frameworks/compile/libbcc/tests/debuginfo/
H A Dbuild_test_apk.sh69 --verbose|-v)
140 echo " --verbose|-v Enable verbose mode"
/frameworks/wilhelm/src/
H A DAndroid.mk58 # or -DUSE_LOG=SLAndroidLogLevel_Verbose for verbose logging

Completed in 2145 milliseconds

12