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

1 2 3 4 5 67 8 91011>>

  /system/core/libsparse/
simg_dump.py 23 -v verbose output
34 verbose = 0 # -v
38 ["verbose"])
43 if o in ("-v", "--verbose"):
44 verbose += 1
91 if not verbose:
144 if verbose > 1:
  /system/extras/tests/bionic/libc/
run-test.sh 25 VERBOSE=no
36 --verbose)
37 if [ "$VERBOSE" = "yes" ] ; then
40 VERBOSE=yes
69 echo " --verbose Enable verbose mode"
135 if [ $VERBOSE = "yes" ] ; then
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedMember.java 62 * @param verbose whether to be verbose with the output
64 public abstract void debugPrint(PrintWriter out, boolean verbose);
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedMember.java 62 * @param verbose whether to be verbose with the output
64 public abstract void debugPrint(PrintWriter out, boolean verbose);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedMember.java 62 * @param verbose whether to be verbose with the output
64 public abstract void debugPrint(PrintWriter out, boolean verbose);
  /external/libvpx/libvpx/build/make/
armlink_adapter.sh 13 verbose=0
19 verbose=1
53 [ $verbose -eq 1 ] && echo $cmd
  /external/llvm/test/CodeGen/X86/
unaligned-load.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin10.0 -mcpu=core2 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=I386 %s
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -mcpu=core2 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=CORE2 %s
3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -mcpu=corei7 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck -check-prefix=COREI7 %s
2009-03-16-PHIElimInLPad.ll 1 ; RUN: llc < %s -mtriple=i686-linux -asm-verbose | FileCheck %s
  /external/openssh/regress/
try-ciphers.sh 17 verbose "test $tid: proto 2 cipher $c mac $m"
28 verbose "test $tid: proto 1 cipher $c"
44 verbose "test $tid: proto 2 cipher $c mac $m"
putty-kex.sh 15 verbose "$tid: kex $k"
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorResponse.java 46 if (Log.isLoggable(TAG, Log.VERBOSE)) {
59 if (Log.isLoggable(TAG, Log.VERBOSE)) {
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /system/core/toolbox/
restorecon.c 15 static int verbose; variable
39 if (verbose)
74 verbose = 1;
  /external/icu4c/tools/ctestfw/
uperf.cpp 30 "\t-v or --verbose print extra information when processing files\n"
50 VERBOSE,
88 verbose(FALSE), bulk_mode(FALSE),
104 verbose(FALSE), bulk_mode(FALSE),
138 if(options[VERBOSE].doesOccur) {
139 verbose = TRUE;
270 if(verbose==TRUE){
378 if(verbose==TRUE){
414 if(verbose==TRUE){
433 //print info only in verbose mod
    [all...]
  /cts/libs/vogar-expect/src/vogar/util/
LogOutput.java 23 void verbose(String s); method in interface:LogOutput
  /cts/suite/audio_quality/client/
proguard.cfg 5 -verbose
  /dalvik/dx/tests/034-dex-minimal/
run 21 dx --verbose --debug --dex --output=blort.dex blort.class
  /dalvik/dx/tests/043-dex-two-classes/
run 18 dx --debug --verbose --dex --output=blort.dex *.class
  /external/bluetooth/bluedroid/conf/
bt_stack.conf 19 # BT_TRACE_LEVEL_VERBOSE 6 ( Verbose messages ) - Currently supported for TRC_BTAPP only.
  /external/clang/test/CodeGenObjC/
debug-info-blocks.m 2 // RUN: %clang_cc1 -masm-verbose -S -fblocks -g -triple x86_64-apple-darwin10 -fobjc-dispatch-method=mixed %s -o - | FileCheck %s
  /external/icu4c/test/intltest/
tchcfmt.h 30 * See verbose message output statements for specifically tested API
  /external/icu4c/tools/makeconv/
makeconv.h 26 U_CFUNC UBool VERBOSE;
  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoAndroidHarness.java 36 if (bundle.getBoolean("VERBOSE"))
  /external/linux-tools-perf/util/
debug.h 8 extern int verbose;
  /external/linux-tools-perf/util/ui/browsers/
map.c 108 verbose ? "" : "restart with -v to use") < 0)
111 if (verbose)
117 if (verbose && key == '/')
147 if (verbose) {
  /external/oprofile/gui/
oprof_start_config.h 44 bool verbose; member in struct:config_setting

Completed in 564 milliseconds

1 2 3 4 5 67 8 91011>>