Home
last modified time | relevance | path

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

123

/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/compile/slang/tests/
Dslang_test.py71 verbose = 0 variable in Options
80 if Options.verbose:
84 if Options.verbose:
94 if Options.verbose:
119 if Options.verbose:
223 if Options.verbose:
234 if Options.verbose:
280 if Options.verbose > 1:
347 Options.verbose += 1
/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp145 static bool verbose = defaultVerbose; variable
340 verbose = true; in main()
480 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); } in main()
482 if (verbose) { in main()
491 if (verbose) {testPrintI("Set:"); } in main()
493 if (verbose) { hwcTestDisplayListHandles(list); } in main()
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height); in init()
558 if (verbose) { testPrintI("initFrames seed: %u", seed); } in initFrames()
585 if (verbose) { in initFrames()
605 if (verbose) { in initFrames()
DhwcRects.cpp178 static bool verbose = defaultVerbose; variable
225 verbose = true; in main()
329 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); } in main()
331 if (verbose) { in main()
340 if (verbose) {testPrintI("Set:"); } in main()
341 if (verbose) { hwcTestDisplayListHandles(list); } in main()
518 if (verbose) { in parseRect()
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height); in init()
DhwcColorEquiv.cpp137 static bool verbose = defaultVerbose; variable
248 verbose = true; in main()
382 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); } in main()
384 if (verbose) { in main()
392 if (verbose) {hwcTestDisplayListHandles(list); } in main()
417 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height); in init()
DhwcCommit.cpp310 static bool verbose = defaultVerbose; variable
376 verbose = true; in main()
825 bool origVerbose = verbose; // Temporarily turn off verbose in dfMinDim()
826 verbose = false; in dfMinDim()
848 verbose = origVerbose; in dfMinDim()
876 bool origVerbose = verbose; // Temporarily turn off verbose in dfMaxDim()
877 verbose = false; in dfMaxDim()
897 verbose = origVerbose; in dfMaxDim()
997 bool origVerbose = verbose; // Temporarily turn off verbose in scMinDim()
998 verbose = false; in scMinDim()
[all …]
/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()
1422 public void dump(Printer printer, boolean verbose) { in dump() argument
1434 operation.describe(msg, verbose); in dump()
1469 public void describe(StringBuilder msg, boolean verbose) { in describe() argument
1481 if (verbose && mBindArgs != null && mBindArgs.size() != 0) { in describe()
/frameworks/base/core/jni/
Dandroid_util_Log.cpp37 jint verbose; member
68 return isLoggable(tag, levels.verbose); in android_util_Log_isVerboseLogEnabled()
128 … levels.verbose = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, 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()
311 if (verbose) { in main()
318 if (verbose) { in main()
339 if (verbose) { in main()
/frameworks/compile/slang/
DRSCCOptions.td145 def verbose : Flag<["-"], "v">,
146 HelpText<"Display verbose information during the compilation">;
147 def _verbose : Flag<["-"], "verbose">, Alias<verbose>;
148 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.cpp278 context.licenseNote, true, context.verbose)) { in GenerateJavaBitCodeAccessor()
346 bool verbose) { in startFile() argument
347 if (verbose) { in startFile()
/frameworks/compile/mclinker/lib/LD/
DTextDiagnosticPrinter.cpp84 if (m_Config.options().verbose() >= 0) { in handleDiagnostic()
94 if (m_Config.options().verbose() >= 1) { in handleDiagnostic()
104 if (m_Config.options().verbose() >= 2) { 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/base/tools/aapt2/cmd/
DDump.cpp196 bool verbose = false; in Dump() local
197 Flags flags = Flags().OptionalSwitch("-v", "increase verbosity of output", &verbose); in Dump()
203 context.SetVerbose(verbose); in Dump()
DOptimize.cpp299 bool verbose = false; in Optimize() local
322 .OptionalSwitch("-v", "Enables verbose logging", &verbose); in Optimize()
339 context.SetVerbose(verbose); in Optimize()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DDeviceDescriptor.h54 status_t dump(int fd, int spaces, int index, bool verbose = true) const;
87 status_t dump(int fd, const String8 &tag, int spaces = 0, bool verbose = true) const;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java70 public void enableVerboseLogging(int verbose) { in enableVerboseLogging() argument
71 if (verbose > 0) { in enableVerboseLogging()
DWifiMulticastLockManager.java109 protected void enableVerboseLogging(int verbose) { in enableVerboseLogging() argument
110 if (verbose > 0) { in enableVerboseLogging()
/frameworks/rs/tests/lldb/
Drun_tests.py207 self.verbose = _choice(args.verbose, config.verbose)
216 if not isinstance(self.verbose, bool):
218 'boolean: {0}'.format(self.verbose))
225 log_level = logging.INFO if not self.verbose else logging.DEBUG
517 state.verbose,
Dconfig.py93 def verbose(self): member in Config
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp205 status_t DeviceVector::dump(int fd, const String8 &tag, int spaces, bool verbose) const in dump()
216 itemAt(i)->dump(fd, spaces + 2, i, verbose); in dump()
271 status_t DeviceDescriptor::dump(int fd, int spaces, int index, bool verbose) const in dump()
297 AudioPort::dump(fd, spaces, verbose); in dump()
/frameworks/native/libs/binder/tests/
Dschd-dbg.cpp53 int verbose = 0; variable
85 if (!verbose) return; in thread_dump()
129 if (verbose) { in onTransact()
442 verbose = 1; in main()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java391 boolean verbose = false; in setLogLevel()
393 debug = verbose = true; in setLogLevel()
399 setVerboseLocked(verbose); in setLogLevel()
438 private void setVerboseLocked(boolean verbose) { in setVerboseLocked() argument
439 com.android.server.autofill.Helper.sVerbose = verbose; in setVerboseLocked()
440 android.view.autofill.Helper.sVerbose = verbose; in setVerboseLocked()

123