/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
AnnotatedOutput.java | 41 * Get whether this instance is intended to keep verbose annotations. 45 * @return <code>true</code> iff annotations are to be verbose
|
/frameworks/base/core/java/android/util/ |
LogWriter.java | 33 * {@link android.util.Log#VERBOSE Log.VERBOSE},
|
/frameworks/base/telephony/java/android/telephony/ |
Rlog.java | 37 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag, msg); 41 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag,
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherBackupAgentHelper.java | 30 static final boolean VERBOSE = true; 65 if (VERBOSE) Log.v(TAG, "restore is " + (restoreEnabled ? "enabled" : "disabled"));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 33 if test_support.verbose: 86 if test_support.verbose:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 33 if test_support.verbose: 86 if test_support.verbose:
|
/system/extras/showmap/ |
showmap.c | 209 static int verbose = 0; variable 224 if (!verbose && !addresses) { 236 if (!verbose && !addresses) { 255 milist = load_maps(pid, addresses, !verbose && !addresses); 287 if (!verbose && !addresses) { 308 if (!verbose && !addresses) { 328 verbose = 1; 359 " -v = verbose (don't coalesce maps with the same name)\n"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ihooks.py | 64 VERBOSE = 0 75 def __init__(self, verbose = VERBOSE): 76 self.verbose = verbose 79 return self.verbose 81 def set_verbose(self, verbose): 82 self.verbose = verbose 87 if self.verbose [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ihooks.py | 64 VERBOSE = 0 75 def __init__(self, verbose = VERBOSE): 76 self.verbose = verbose 79 return self.verbose 81 def set_verbose(self, verbose): 82 self.verbose = verbose 87 if self.verbose [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texi2dvi | 56 -V, --verbose report on what is done 92 verbose=false # echo for verbose mode 104 # Pacify verbose cds. 168 -V | --verb*) verbose=echo;; 287 # 1 standard output (--verbose messages) 308 $verbose "Processing $command_line_filename ..." 460 $verbose "texinfo.tex preloaded as \`$txiformat', version is \`$txiversion' ..." 479 $verbose "Macro-expanding $command_line_filename to $filename_src ..." 490 $verbose "Reverting to $command_line_filename ... [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmlcatalog.c | 41 static int verbose = 0; variable 274 verbose++; 275 xmlCatalogSetDebug(verbose); 281 if (verbose > 0) 282 verbose--; 283 xmlCatalogSetDebug(verbose); 325 \t-v --verbose : provide debug informations\n"); 345 if ((!strcmp(argv[i], "-verbose")) || 347 (!strcmp(argv[i], "--verbose"))) { 348 verbose++ [all...] |
/external/libxml2/ |
xmlcatalog.c | 41 static int verbose = 0; variable 274 verbose++; 275 xmlCatalogSetDebug(verbose); 281 if (verbose > 0) 282 verbose--; 283 xmlCatalogSetDebug(verbose); 325 \t-v --verbose : provide debug informations\n"); 345 if ((!strcmp(argv[i], "-verbose")) || 347 (!strcmp(argv[i], "--verbose"))) { 348 verbose++ [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcRects.cpp | 24 * -v - Verbose 179 static bool verbose = defaultVerbose; variable 226 case 'v': // Verbose 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) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
cparse.py | 186 if self.verbose: 251 if self.verbose: 277 if self.verbose: 288 if self.verbose: 293 if self.verbose: 324 if self.verbose: 333 if self.verbose: 354 if self.verbose: 435 if self.verbose: 465 if self.verbose [all...] |
ir.py | 891 def mark(self,cb,verbose=False): 896 if verbose and node.marked: 903 if verbose and self[i].marked and not node.marked: 907 if verbose and node.marked and not node.typedef.marked: 913 if verbose and node.marked and not _node.marked: 925 # if verbose: 928 # if verbose: 940 if verbose: print 'pop:', self[i].cstr() 966 def transform(self, verbose=False, test_parse=False, test_types=False ): 969 if verbose: print "##"*2 [all...] |
/external/chromium_org/third_party/icu/source/tools/pkgdata/ |
pkgdata.cpp | 125 static int32_t pkg_getOptionsFromICUConfig(UBool verbose, UOption *option); 134 VERBOSE, 236 "Make the output verbose", 294 if (pkg_getOptionsFromICUConfig(options[VERBOSE].doesOccur, &options[BLDOPT]) != 0) { 388 o.verbose = options[VERBOSE].doesOccur; 549 if(o->verbose) { 569 if(o->verbose) { 594 if(o->verbose) { 640 if(o->verbose) { [all...] |
/cts/tests/tests/util/src/android/util/cts/ |
LogPrinterTest.java | 32 Log.VERBOSE, Log.WARN };
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyCommandEvent.java | 37 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
|
MonkeyInstrumentationEvent.java | 40 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
|
MonkeyMotionEvent.java | 43 //If true, this is an intermediate step (more verbose logging, only) 150 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { 152 if ((verbose > 0 && !mIntermediateNote) || verbose > 1) {
|
/development/samples/training/basic/ActivityLifecycle/ |
proguard.cfg | 5 -verbose
|
/development/samples/training/multiscreen/newsreader/ |
proguard.cfg | 5 -verbose
|
/external/bison/examples/calc++/ |
test | 18 test -z "$VERBOSE" && {
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
metadata_dispatcher.js | 63 * Verbose logging for the dispatcher. 67 MetadataDispatcher.prototype.verbose = false; 118 * Send a log message to the caller only if this.verbose is true. 122 if (this.verbose)
|
/external/chromium_org/chrome/test/logging/win/ |
test_log_collector.h | 12 // produce verbose logs on test failure to aid in diagnosing flaky and/or
|