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

/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 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 DSQLiteConnection.java1045 * @param verbose True to dump more verbose information.
1047 public void dump(Printer printer, boolean verbose) { argument
1048 dumpUnsafe(printer, verbose);
1063 * @param verbose True to dump more verbose information.
1065 void dumpUnsafe(Printer printer, boolean verbose) { argument
1067 if (verbose) {
1075 if (verbose) {
H A DSQLiteDatabase.java2031 static void dumpAll(Printer printer, boolean verbose) { argument
2033 db.dump(printer, verbose);
2037 private void dump(Printer printer, boolean verbose) { argument
2041 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/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.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...]
H A DhwcColorEquiv.cpp25 -v - verbose
137 static bool verbose = defaultVerbose; variable
249 verbose = true;
385 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
387 if (verbose) {
395 if (verbose) {hwcTestDisplayListHandles(list); }
420 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcRects.cpp179 static bool verbose = defaultVerbose; variable
227 verbose = true;
331 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
333 if (verbose) {
342 if (verbose) {testPrintI("Set:"); }
343 if (verbose) { hwcTestDisplayListHandles(list); }
521 if (verbose) {
539 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcCommit.cpp312 static bool verbose = defaultVerbose; variable
379 verbose = true;
828 bool origVerbose = verbose; // Temporarily turn off verbose
829 verbose = false;
851 verbose = origVerbose;
879 bool origVerbose = verbose; // Temporarily turn off verbose
880 verbose = false;
900 verbose
[all...]
H A DhwcTestLib.h108 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface,
H A DhwcTestLib.cpp49 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface, argument
75 if (verbose) {
97 if (verbose) {
126 if (verbose) {
/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp79 // show debug message only if verbose >= 0
80 if (0 <= m_LDInfo.options().verbose()) {
89 // show ignored message only if verbose >= 1
90 if (1 <= m_LDInfo.options().verbose()) {
99 // show ignored message only if verbose >= 2
100 if (2 <= m_LDInfo.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;
278 if (verbose) {
285 if (verbose) {
306 if (verbose) {
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_page_cycler.py28 if options.verbose:
134 option_parser.add_option("-v", "--verbose", action="store_true",
H A Drun_reliability_tests.py109 if options.verbose:
254 option_parser.add_option("-v", "--verbose", action="store_true",
H A Drun_layout_tests.py148 if options.verbose:
299 option_parser.add_option("", "--verbose", action="store_true",
/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/compile/mclinker/include/mcld/MC/
H A DMCLDOptions.h133 int8_t verbose() const function in class:mcld::GeneralOptions
237 int8_t m_Verbose; // --verbose[=0,1,2]
/frameworks/wilhelm/src/
H A DAndroid.mk58 # or -DUSE_LOG=SLAndroidLogLevel_Verbose for verbose logging

Completed in 418 milliseconds