/external/proguard/src/proguard/retrace/ |
ReTrace.java | 41 private static final String VERBOSE_OPTION = "-verbose"; 58 private final boolean verbose; field in class:ReTrace 72 * @param verbose specifies whether the de-obfuscated stack trace 73 * should be verbose. 78 boolean verbose, 81 this(regularExpression, verbose, mappingFile, null); 90 * @param verbose specifies whether the de-obfuscated stack trace 91 * should be verbose. 98 boolean verbose, 103 this.verbose = verbose [all...] |
/system/core/toolbox/ |
notify.c | 21 int verbose = 2; local 44 verbose = atoi(optarg); 97 if(verbose >= 2) 99 else if(verbose >= 2) 101 else if(verbose >= 1) 114 display_name = (verbose >= 2 || event->len == 0) ? filename : event->name;
|
/system/extras/libc_test/ |
main.cpp | 127 bool verbose) { 146 if (verbose) { 164 bool verbose) { 196 if (verbose) { 217 if (verbose) { 231 bool verbose) { 265 if (verbose) { 273 if (verbose) { 285 if (verbose) { 293 if (verbose) { [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyActivityEvent.java | 56 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { 58 if (verbose > 0) { 75 if (verbose > 0) {
|
/external/chromium_org/tools/ |
gypv8sh.py | 27 parser.add_option('-v', '--verbose', action='store_true') 29 help="don't execute; just print (as if verbose)") 39 if opts.verbose or opts.impotent:
|
/external/elfutils/tests/ |
coverage.sh | 4 verbose=yes 6 verbose=no 34 if [ $verbose = yes ]; then
|
/external/linux-tools-perf/Documentation/ |
perf-sched.txt | 46 --verbose:: 47 Be more verbose. (show symbol address, etc) 51 Display verbose dump of the sched data.
|
/external/openssh/regress/ |
banner.sh | 11 verbose "test $tid: missing banner file" 32 verbose "test $tid: size $s" 39 verbose "test $tid: suppress banner (-q)"
|
host-expand.sh | 14 verbose "test $tid: proto $p"
|
/external/smack/src/org/xbill/DNS/ |
Compression.java | 24 private boolean verbose = Options.check("verbosecompression"); field in class:Compression 49 if (verbose) 67 if (verbose)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 5 from test.test_support import verbose, import_module namespace 72 if verbose: 75 if verbose:
|
test_select.py | 35 if test_support.verbose: 42 if test_support.verbose: 45 if test_support.verbose:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 5 from test.test_support import verbose, import_module namespace 72 if verbose: 75 if verbose:
|
test_select.py | 35 if test_support.verbose: 42 if test_support.verbose: 45 if test_support.verbose:
|
/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/chromium_org/native_client_sdk/src/tools/tests/ |
quote_test.py | 18 verbose = False variable 25 if verbose: 35 if verbose: 100 global verbose 111 parser.add_option('-v', '--verbose', dest='verbose', action='store_true', 112 help='Verbose test output') 115 if options.verbose: 116 verbose = True
|
/external/chromium_org/third_party/smhasher/src/ |
SpeedTest.h | 6 void TinySpeedTest ( pfHash hash, int hashsize, int keysize, uint32_t seed, bool verbose, double & outCycles );
|
/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
|