HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 251 - 275 of 2046) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/util/
AnnotatedOutput.java 33 * Get whether this instance is intended to keep verbose annotations.
37 * @return {@code true} iff annotations are to be verbose
  /development/testrunner/
logger.py 70 """Silently log new_str. Unless verbose mode is enabled, will log new_str
83 """ Enable or disable verbose logging"""
  /development/tools/mkstubs/src/com/android/mkstubs/
Main.java 76 /** Sets verbose mode on. Default is off. */
81 /** Returns true if verbose mode is on. */
97 /** Logger that writes on stdout depending a conditional verbose mode. */
101 public Logger(boolean verbose) {
102 mVerbose = verbose;
105 /** Writes to stdout only in verbose mode. */
260 " --v | --verbose : verbose mode.\n" +
  /external/blktrace/btt/
bt_timeline.c 34 int verbose, done, time_bounded, output_all_data, seek_absolute; variable
114 if (verbose) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
AnnotatedOutput.java 33 * Get whether this instance is intended to keep verbose annotations.
37 * @return {@code true} iff annotations are to be verbose
  /external/linux-tools-perf/Documentation/
perf-annotate.txt 39 --verbose::
40 Be more verbose. (Show symbol address, etc)
perf-diff.txt 61 --verbose::
62 Be verbose, for instance, show the raw counts in addition to the
  /external/linux-tools-perf/util/
debug.c 15 int verbose; variable
23 if (verbose >= level) {
  /external/llvm/test/CodeGen/X86/
lsr-static-addr.ll 1 ; RUN: llc -march=x86-64 -mcpu=generic -mtriple=x86_64-unknown-linux-gnu -relocation-model=static -asm-verbose=false < %s | FileCheck %s
2 ; RUN: llc -march=x86-64 -mcpu=atom -mtriple=x86_64-unknown-linux-gnu -relocation-model=static -asm-verbose=false < %s | FileCheck -check-prefix=ATOM %s
  /external/llvm/test/DebugInfo/
2010-04-19-FramePtr.ll 1 ; RUN: llc -asm-verbose -O0 -o %t < %s
3 ; RUN: llc -disable-fp-elim -asm-verbose -O0 -o %t < %s
  /external/openssh/
sftp-server.0 33 possible values are: QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG,
34 DEBUG1, DEBUG2, and DEBUG3. INFO and VERBOSE log transactions
  /external/oprofile/daemon/
oprofiled.c 74 static char * verbose; variable
100 { "verbose", 'V', POPT_ARG_STRING, &verbose, 0, "be verbose in log file", "all,sfile,arcs,samples,module,misc", },
375 fprintf(stderr, "unknown verbose options\n");
382 char const * last = verbose;
383 char const * cur = verbose;
385 if (!verbose)
  /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},
Slog.java 33 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag, msg);
37 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag,
  /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,
  /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"
  /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/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...]
  /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

Completed in 449 milliseconds

<<11121314151617181920>>