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

123

/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:
91 if Options.verbose > 1:
110 if Options.verbose > 1:
124 if Options.verbose:
129 if Options.verbose:
133 if Options.verbose:
138 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) {
1422 dump(Printer printer, boolean verbose) argument
1469 describe(StringBuilder msg, boolean verbose) argument
[all...]
/frameworks/base/tools/aapt2/process/
H A DIResourceTableConsumer.h43 virtual bool verbose() = 0;
/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.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>;
H A Dslang_rs_reflect_utils.cpp278 context.licenseNote, true, context.verbose)) {
346 bool verbose) {
347 if (verbose) {
342 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
77 return isLoggable(tag, levels.verbose);
137 levels.verbose = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "VERBOSE", "I"));
/frameworks/base/tools/aapt2/dump/
H A DDump.cpp137 bool verbose() override {
154 bool verbose = false; local
156 .optionalSwitch("-v", "increase verbosity of output", &verbose);
162 context.setVerbose(verbose);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiCountryCode.java68 * Enable verbose logging for WifiCountryCode.
70 public void enableVerboseLogging(int verbose) { argument
71 if (verbose > 0) {
H A DWifiTrafficPoller.java112 void enableVerboseLogging(int verbose) { argument
113 if (verbose > 0 ) {
/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
248 verbose = true;
382 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
384 if (verbose) {
392 if (verbose) {hwcTestDisplayListHandles(list); }
417 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcRects.cpp178 static bool verbose = defaultVerbose; variable
225 verbose = true;
329 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
331 if (verbose) {
340 if (verbose) {testPrintI("Set:"); }
341 if (verbose) { hwcTestDisplayListHandles(list); }
518 if (verbose) {
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcCommit.cpp310 static bool verbose = defaultVerbose; variable
376 verbose = true;
825 bool origVerbose = verbose; // Temporarily turn off verbose
826 verbose = false;
848 verbose = origVerbose;
876 bool origVerbose = verbose; // Temporarily turn off verbose
877 verbose = false;
897 verbose
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DTextDiagnosticPrinter.cpp83 // show debug message only if verbose >= 0
84 if (m_Config.options().verbose() >= 0) {
93 // show ignored message only if verbose >= 1
94 if (m_Config.options().verbose() >= 1) {
103 // show ignored message only if verbose >= 2
104 if (m_Config.options().verbose() >= 2) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A 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/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;
311 if (verbose) {
318 if (verbose) {
339 if (verbose) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp206 status_t DeviceVector::dump(int fd, const String8 &tag, int spaces, bool verbose) const
217 itemAt(i)->dump(fd, spaces + 2, i, verbose);
272 status_t DeviceDescriptor::dump(int fd, int spaces, int index, bool verbose) const
298 AudioPort::dump(fd, spaces, verbose);
/frameworks/base/tools/aapt2/link/
H A DLink.cpp117 bool verbose() override {
159 if (context->verbose()) {
186 if (context->verbose()) {
334 if (mContext->verbose()) {
397 if (mContext->verbose()) {
534 if (mContext->verbose()) {
858 if (mContext->verbose()) {
918 if (mContext->verbose()) {
947 if (mContext->verbose()) {
998 if (mContext->verbose()) {
1387 bool verbose = false; local
[all...]
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp112 bool verbose = false; member in struct:aapt::CompileOptions
430 bool verbose() override {
470 bool verbose = false; local
478 .optionalSwitch("-v", "Enables verbose logging", &verbose);
483 context.setVerbose(verbose);
525 if (options.verbose) {
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl150 void enableVerboseLogging(int verbose);
/frameworks/av/include/media/stagefright/
H A DMetaData.h284 // may include hexdump of binary data if verbose=true
285 String8 asString(bool verbose) const;

Completed in 1956 milliseconds

123