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

<<11121314151617181920>>

  /hardware/msm7k/librpc/
debug.h 46 #ifdef VERBOSE
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 36 * -v: verbose mode.
114 /* verbose mode */
115 fprintf(stdout, "Verbose mode: ON\n");
218 fprintf(stdout, "\t-v: Verbose mode\n");
  /hardware/ti/wpan/tools/FM/service/src/jni/
v4l2_JbtlLog.h 25 * Log a verbose log mesage.
  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 75 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
174 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
270 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
295 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 136 if (Log.isLoggable(TAG, Log.VERBOSE)) {
155 if (Log.isLoggable(TAG, Log.VERBOSE)) {
179 if (Log.isLoggable(TAG, Log.VERBOSE)) {
237 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppol2tp.h 56 PPPOL2TP_MSG_DEBUG = (1 << 0), /* verbose debug (if
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppol2tp.h 56 PPPOL2TP_MSG_DEBUG = (1 << 0), /* verbose debug (if
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppol2tp.h 56 PPPOL2TP_MSG_DEBUG = (1 << 0), /* verbose debug (if
  /sdk/build/
patch_windows_sdk.sh 25 # Verbose by default. Use -q to make more silent.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AdtConsoleSdkLog.java 51 public void verbose(@NonNull String msgFormat, Object... args) { method in class:AdtConsoleSdkLog
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatColorsPage.java 42 "Verbose Log Message Color", getFieldEditorParent());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
TestLogger.java 45 public void verbose(String msgFormat, Object... args) { method in class:TestLogger
  /sdk/files/
proguard-android.txt 6 -verbose
  /system/core/adb/
adb_client.h 48 /* return verbose error string from last operation */
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 81 static int32_t pkg_getOptionsFromICUConfig(UBool verbose, UOption *option);
95 VERBOSE,
223 "Make the output verbose",
282 if (pkg_getOptionsFromICUConfig(options[VERBOSE].doesOccur, &options[BLDOPT]) != 0) {
382 o.verbose = options[VERBOSE].doesOccur;
549 if(o->verbose) {
571 if(o->verbose) {
598 if (o->verbose) {
655 if(o->verbose) {
    [all...]
  /bionic/libc/kernel/tools/
find_headers.py 28 -v enable verbose mode
53 verbose = 1
86 if verbose:
  /bootable/recovery/minzip/
Log.h 22 * Normally we strip LOGV (VERBOSE messages) from release builds.
46 * Simplified macro to send a verbose log message using the current LOG_TAG.
131 * verbose priority.
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 168 * @param verbose whether to be verbose when writing human-oriented output
170 public void writeTo(OutputStream out, Writer humanOut, boolean verbose)
173 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
189 * @param verbose whether to be verbose when writing human-oriented output
192 public byte[] toDex(Writer humanOut, boolean verbose)
195 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
472 * @param verbose if annotating, whether to be verbose
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 189 * @param verbose whether to be verbose when writing human-oriented output
191 public void writeTo(OutputStream out, Writer humanOut, boolean verbose)
194 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
210 * @param verbose whether to be verbose when writing human-oriented output
213 public byte[] toDex(Writer humanOut, boolean verbose)
216 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
491 * @param verbose if annotating, whether to be verbose
    [all...]
  /external/blktrace/btreplay/
btrecord.c 80 * @vfp: Verbose output file
105 static int verbose = 0; // Boolean: output stats variable
117 "\t[ -v : --verbose ] Default: Off\n" \
167 .name = "verbose",
229 if (verbose) {
457 verbose++;
547 if (verbose > 1)
555 if (verbose > 1)
581 if (verbose) {
608 if (verbose) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 189 * @param verbose whether to be verbose when writing human-oriented output
191 public void writeTo(OutputStream out, Writer humanOut, boolean verbose)
194 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
210 * @param verbose whether to be verbose when writing human-oriented output
213 public byte[] toDex(Writer humanOut, boolean verbose)
216 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
491 * @param verbose if annotating, whether to be verbose
    [all...]
  /external/e2fsprogs/misc/
logsave.c 37 int verbose = 0; variable
269 verbose++;
315 if (verbose)
lsattr.c 60 static int verbose; variable
179 verbose = 1;
197 if (verbose)
  /external/linux-tools-perf/
builtin-diff.c 178 OPT_INCR('v', "verbose", &verbose,
179 "be more verbose (show symbol address, etc)"),
builtin-inject.c 231 OPT_INCR('v', "verbose", &verbose,
232 "be more verbose (show build ids, etc)"),

Completed in 583 milliseconds

<<11121314151617181920>>