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

1 2 3 45 6 7 8 91011>>

  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 166 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
200 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
216 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
221 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
236 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
257 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
266 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
276 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
281 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
292 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
    [all...]
  /prebuilts/qemu-kernel/arm/
rebuild.sh 50 # Send a message to the log. Does nothing if --verbose is not used
53 if [ "$VERBOSE" = "yes" ] ; then
58 # Run a comment. Print it to the output first if --verbose is used
61 if [ "$VERBOSE" = "yes" ] ; then
123 VERBOSE=no
135 --verbose)
136 if [ "$VERBOSE" = "yes" ] ; then
139 VERBOSE=yes
176 echo " --verbose Enable verbose output.
    [all...]
  /system/extras/ext4_utils/
ext4fixup_main.c 31 int verbose = 0; local
42 verbose = 1;
67 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count);
  /external/clang/test/CodeGenObjC/
debug-info-property5.m 1 // RUN: %clang_cc1 -fobjc-default-synthesize-properties -masm-verbose -S -g %s -o - | FileCheck %s
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 98 final boolean verbose = m_log.atVERBOSE ();
99 if (verbose)
101 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID);
104 log.verbose ("input data path:");
105 log.verbose ("{");
111 log.verbose (" " + nonexistent + f.getAbsolutePath ());
113 log.verbose ("}");
142 if (verbose) log.verbose ("processing input file [" + dataFile.getAbsolutePath () + "] ...");
149 if (verbose) log.verbose (" loaded " + _mdata.size () + " metadata entries")
    [all...]
  /external/iproute2/examples/
gaiconf 11 verbose=
16 if [ x"$verbose" != x"" ]; then
52 TEMP=`getopt -o c::dlv -l config::,default,list,verbose -n gaiconf -- "$@"`
93 verbose=1
  /external/llvm/test/CodeGen/X86/
pr12359.ll 1 ; RUN: llc -asm-verbose -mtriple=x86_64-unknown-unknown -mcpu=corei7 < %s | FileCheck %s
pr9743.ll 1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -disable-fp-elim -asm-verbose=0 | FileCheck %s
switch-or.ll 1 ; RUN: llc -march=x86 -asm-verbose=false < %s | FileCheck %s
  /external/llvm/test/CodeGen/XCore/
licm-ldwcp.ll 1 ; RUN: llc < %s -march=xcore -asm-verbose=0 | FileCheck %s
  /external/openssh/regress/
host-expand.sh 14 verbose "test $tid: proto $p"
key-options.sh 14 verbose "key option proto $p $c"
28 verbose "key option proto $p no-pty"
39 verbose "key option proto $p environment"
58 verbose "key option proto $p $from"
localcommand.sh 10 verbose "test $tid: proto $p localcommand"
  /external/v8/src/
v8utils.cc 116 bool verbose,
119 if (verbose) {
146 bool verbose) {
148 char* result = ReadCharsFromFile(file, size, extra_space, verbose, filename);
154 byte* ReadBytes(const char* filename, int* size, bool verbose) {
155 char* chars = ReadCharsFromFile(filename, size, 0, verbose);
175 bool verbose) {
177 char* result = ReadCharsFromFile(filename, &size, 1, verbose);
184 bool verbose) {
186 char* result = ReadCharsFromFile(file, &size, 1, verbose, "");
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 37 * Enable using "adb shell setprop log.tag.SQLiteLog VERBOSE".
40 Log.isLoggable("SQLiteLog", Log.VERBOSE);
45 * Enable using "adb shell setprop log.tag.SQLiteStatements VERBOSE".
48 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
54 * Enable using "adb shell setprop log.tag.SQLiteTime VERBOSE".
57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
163 boolean verbose = false;
166 verbose = true;
170 SQLiteDatabase.dumpAll(printer, verbose);
  /packages/apps/Dialer/
proguard.flags 16 -verbose
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
messages.properties 6 BuildPreferencePage_Verbose=Verbose
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 102 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...]
  /system/core/libsparse/
sparse_read.c 51 static void verbose_error(bool verbose, int err, const char *fmt, ...)
78 if (verbose) {
239 verbose_error(s->verbose, ret, "data block at %lld", offset);
247 verbose_error(s->verbose, ret, "fill block at %lld", offset);
256 verbose_error(s->verbose, ret, "skip block at %lld", offset);
264 verbose_error(s->verbose, -EINVAL, "crc block at %lld",
270 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %lld",
423 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc)
432 verbose_error(verbose, ret, "header");
437 verbose_error(verbose, -EINVAL, "header magic")
    [all...]
  /bionic/libc/kernel/tools/
utils.py 9 verbose = 0 variable
17 global verbose
18 if verbose > 0:
22 global verbose
23 if verbose >= 2:
27 global verbose
28 if verbose >= 3:
32 global verbose
33 if verbose >= 4:
37 global verbose
    [all...]
  /build/tools/zipalign/
ZipAlign.cpp 41 fprintf(stderr, " -v: verbose output\n");
143 static int verify(const char* fileName, int alignment, bool verbose)
148 if (verbose)
162 if (verbose) {
169 if (verbose) {
176 if (verbose) {
184 if (verbose)
198 bool verbose = false; local
223 verbose = true;
252 result = verify(argv[1], alignment, verbose);
    [all...]
  /external/webkit/Tools/Scripts/
run-api-tests 49 my $verbose = 0;
56 -v|--verbose Verbose output
62 'verbose|v' => \$verbose,
138 unless ($verbose) {
157 close(DEVNULL) unless ($verbose);
193 unless ($verbose) {
211 close(DEVNULL) unless ($verbose);
254 unless ($verbose) {
    [all...]
  /build/target/board/vbox_x86/
BoardConfig.mk 20 BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 vga=788 verbose
21 BOARD_KERNEL_CMDLINE := init=/init qemu=1 console=tty0 vga=788 verbose androidboot.hardware=vbox_x86 androidboot.console=tty0 android.qemud=tty0
  /cts/libs/vogar-expect/src/vogar/util/
Log.java 29 public static void verbose(String s) { method in class:Log
31 sLogoutput.verbose(s);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNoopEvent.java 35 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
37 if (verbose > 1) {

Completed in 397 milliseconds

1 2 3 45 6 7 8 91011>>