Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/compile/slang/tests/
Dtest.py24 verbose = 0 variable in 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/libbcc/gdb_plugin/
Dandroid-commands.py102 def __init__(self, device=None, verbose=False): argument
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): argument
339 self.verbose = verbose
356 if self.verbose:
398 if self.verbose:
427 def __init__ (self, adb, name="start-android-app", cat=gdb.COMMAND_RUNNING, verbose=False): argument
[all …]
/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp144 static bool verbose = defaultVerbose; variable
339 verbose = true; in main()
479 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); } in main()
481 if (verbose) { in main()
490 if (verbose) {testPrintI("Set:"); } in main()
492 if (verbose) { hwcTestDisplayListHandles(list); } in main()
535 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height); in init()
557 if (verbose) { testPrintI("initFrames seed: %u", seed); } in initFrames()
584 if (verbose) { in initFrames()
604 if (verbose) { in initFrames()
DhwcRects.cpp178 static bool verbose = defaultVerbose; variable
226 verbose = true; in main()
330 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); } in main()
332 if (verbose) { in main()
341 if (verbose) {testPrintI("Set:"); } in main()
342 if (verbose) { hwcTestDisplayListHandles(list); } in main()
520 if (verbose) { in parseRect()
538 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height); in init()
DhwcColorEquiv.cpp136 static bool verbose = defaultVerbose; variable
248 verbose = true; in main()
384 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); } in main()
386 if (verbose) { in main()
394 if (verbose) {hwcTestDisplayListHandles(list); } in main()
419 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height); in init()
DhwcCommit.cpp311 static bool verbose = defaultVerbose; variable
378 verbose = true; in main()
827 bool origVerbose = verbose; // Temporarily turn off verbose in dfMinDim()
828 verbose = false; in dfMinDim()
850 verbose = origVerbose; in dfMinDim()
878 bool origVerbose = verbose; // Temporarily turn off verbose in dfMaxDim()
879 verbose = false; in dfMaxDim()
899 verbose = origVerbose; in dfMaxDim()
999 bool origVerbose = verbose; // Temporarily turn off verbose in scMinDim()
1000 verbose = false; in scMinDim()
[all …]
DhwcTestLib.h105 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface,
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java163 boolean verbose = false; in dump()
166 verbose = true; in dump()
170 SQLiteDatabase.dumpAll(printer, verbose); in dump()
DSQLiteConnection.java1054 public void dump(Printer printer, boolean verbose) { in dump() argument
1055 dumpUnsafe(printer, verbose); in dump()
1072 void dumpUnsafe(Printer printer, boolean verbose) { in dumpUnsafe() argument
1074 if (verbose) { in dumpUnsafe()
1080 mRecentOperations.dump(printer, verbose); in dumpUnsafe()
1082 if (verbose) { in dumpUnsafe()
1409 public void dump(Printer printer, boolean verbose) { in dump() argument
1421 operation.describe(msg, verbose); in dump()
1452 public void describe(StringBuilder msg, boolean verbose) { in describe() argument
1464 if (verbose && mBindArgs != null && mBindArgs.size() != 0) { in describe()
DSQLiteConnectionPool.java1001 public void dump(Printer printer, boolean verbose) { in dump() argument
1010 mAvailablePrimaryConnection.dump(indentedPrinter, verbose); in dump()
1019 mAvailableNonPrimaryConnections.get(i).dump(indentedPrinter, verbose); in dump()
1030 connection.dumpUnsafe(indentedPrinter, verbose); in dump()
DSQLiteDatabase.java2042 static void dumpAll(Printer printer, boolean verbose) { in dumpAll() argument
2044 db.dump(printer, verbose); in dumpAll()
2048 private void dump(Printer printer, boolean verbose) { in dump() argument
2052 mConnectionPoolLocked.dump(printer, verbose); in dump()
/frameworks/base/core/jni/
Dandroid_util_Log.cpp37 jint verbose; member
49 case 'V': return levels.verbose; in toLevel()
101 return isLoggable(tag, levels.verbose); in android_util_Log_isVerboseLogEnabled()
155 levels.verbose = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "VERBOSE", "I")); in register_android_util_Log()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp61 bool verbose = true; variable
80 verbose = false; in parseOption()
84 verbose = true; in parseOption()
275 if (verbose) { in main()
282 if (verbose) { in main()
303 if (verbose) { in main()
/frameworks/compile/slang/
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>;
Dslang_rs_reflect_utils.h46 bool verbose; member
118 const std::string *optionalLicense, bool isJava, bool verbose);
Dslang_rs_reflect_utils.cpp276 context.licenseNote, true, context.verbose)) { in GenerateJavaBitCodeAccessor()
344 bool verbose) { in startFile() argument
345 if (verbose) { in startFile()
/frameworks/compile/mclinker/lib/LD/
DTextDiagnosticPrinter.cpp77 if (0 <= m_Config.options().verbose()) { in handleDiagnostic()
87 if (1 <= m_Config.options().verbose()) { in handleDiagnostic()
97 if (2 <= m_Config.options().verbose()) { in handleDiagnostic()
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DLog.java26 public void setVerbose(boolean verbose) { in setVerbose() argument
27 mVerbose = verbose; in setVerbose()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiTrafficPoller.java107 void enableVerboseLogging(int verbose) { in enableVerboseLogging() argument
108 if (verbose > 0 ) { in enableVerboseLogging()
DSupplicantStateTracker.java82 void enableVerboseLogging(int verbose) { in enableVerboseLogging() argument
83 if (verbose > 0) { in enableVerboseLogging()
/frameworks/volley/
Dproguard.cfg5 -verbose
/frameworks/base/docs/html-intl/intl/ja/guide/publishing/
Dapp-signing.jd275 <td><code>-verbose</code></td><td>詳しいメッセージを出力する。</td>
288 <pre>$ jarsigner -verbose -keystore my-release-key.keystore
299 <pre>$ jarsigner -verify -verbose my_application.apk</pre>
303 <pre>$ jarsigner -verify -verbose -certs my_application.apk</pre>
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl142 void enableVerboseLogging(int verbose); in enableVerboseLogging() argument
/frameworks/compile/libbcc/tests/debuginfo/
Dbuild_test_apk.sh69 --verbose|-v)
/frameworks/base/tools/obbtool/
Dmkobb.sh173 -v) verbose=1; shift;;

123