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

/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/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/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/native/opengl/tests/hwc/
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 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 DhwcTestLib.cpp49 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface, argument
75 if (verbose) {
97 if (verbose) {
126 if (verbose) {
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...]
/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/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.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);
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) {

Completed in 196 milliseconds