/external/ltrace/testsuite/ltrace.minor/ |
libdl-simple.exp | 8 verbose "compiling source file now....." 24 verbose "ltrace runtest output: $exec_output\n"
|
trace-clone.exp | 8 verbose "compiling source file now....." 18 verbose "ltrace runtest output: $exec_output\n"
|
/external/ltrace/testsuite/ltrace.torture/ |
ia64-sigill.exp | 8 verbose "compiling source file now....." 18 verbose "ltrace runtest output: $exec_output\n"
|
signals.exp | 8 verbose "compiling source file now....." 21 verbose "ltrace runtest output: $exec_output\n"
|
vfork-thread.exp | 8 verbose "compiling source file now....." 20 verbose "ltrace runtest output: $exec_output\n"
|
/external/qemu/distrib/ext4_utils/include/ |
make_ext4fs.h | 31 int wipe, int verbose);
|
/external/zlib/ |
update_zlib.sh | 12 new_version=$(wget -O - --no-verbose -q http://zlib.net/ | \ 21 wget -O /tmp/$tgz_file --no-verbose "http://zlib.net/$tgz_file"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_crypt.py | 10 if test_support.verbose:
|
xmltests.py | 7 test.test_support.verbose = 0
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_crypt.py | 10 if test_support.verbose:
|
xmltests.py | 7 test.test_support.verbose = 0
|
/build/tools/zipalign/ |
ZipAlign.cpp | 41 fprintf(stderr, " -v: verbose output\n"); 150 static int verify(const char* fileName, int alignment, bool verbose) 155 if (verbose) 169 if (verbose) { 176 if (verbose) { 183 if (verbose) { 191 if (verbose) 205 bool verbose = false; local 231 verbose = true; 263 result = verify(argv[1], alignment, verbose); [all...] |
/external/chromium_org/tools/python/google/ |
process_utils.py | 40 def RunCommandFull(command, verbose=True, collect_output=False, 52 verbose: if True, combines all output (stdout and stderr) into stdout. 67 if verbose: 82 if verbose: 111 if not verbose: 115 def RunCommand(command, verbose=True): 125 verbose: if True, combines all output (stdout and stderr) into stdout. 134 return RunCommandFull(command, verbose)[0] 136 def RunCommandsInParallel(commands, verbose=True, collect_output=False, 145 verbose: if True, combines stdout and stderr into stdout [all...] |
/external/chromium_org/tools/symsrc/ |
source_index.py | 139 def UpdatePDB(pdb_filename, verbose=False): 166 if verbose: 171 if verbose: 183 if verbose: 194 if verbose: 204 if verbose: 217 verbose = False 219 verbose = (sys.argv[2] == '-v') 221 UpdatePDB(sys.argv[1], verbose=verbose) [all...] |
/external/proguard/src/proguard/shrink/ |
ShortestUsagePrinter.java | 47 private final boolean verbose; field in class:ShortestUsagePrinter 66 * @param verbose specifies whether the output should be verbose. 69 boolean verbose) 71 this(shortestUsageMarker, verbose, System.out); 78 * @param verbose specifies whether the output should be verbose. 82 boolean verbose, 86 this.verbose = verbose; [all...] |
/external/blktrace/btt/ |
bno_plot.py | 25 [ -v | --verbose ] 43 verbose = 0 variable 55 global verbose 59 l_opts = [ 'help', 'keys-below', 'verbose' ] 72 elif o in ('-v', '--verbose'): 73 verbose += 1 86 if verbose: 119 if verbose: print 'Executing %s' % cmd
|
/external/libunwind/tests/ |
ia64-test-setjmp.c | 49 static int verbose; variable 67 if (verbose) 90 if (verbose) 121 verbose = 1; 148 if (verbose)
|
/external/proguard/src/proguard/gui/ |
ReTraceRunnable.java | 40 private final boolean verbose; field in class:ReTraceRunnable 48 * @param verbose specifies whether the de-obfuscated stack trace 49 * should be verbose. 53 boolean verbose, 58 this.verbose = verbose; 91 verbose,
|
/external/chromium_org/third_party/icu/source/tools/genren/ |
genren.pl | 45 /^-v/ && ($VERBOSE++, next); # verbose 147 &verbose(" $_"); 160 &verbose( "type: \"$type\" "); 163 &verbose( "Import: $_ \"$type\"\n"); 164 &verbose( "C++ method: $_\n"); 177 &verbose ( "(Chopping scope $CppName[0] )"); 183 &verbose ("Skipping C++ function: $_\n"); 185 &verbose ("Skipping C++ destructor: $_\n"); 187 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n") 242 sub verbose { subroutine [all...] |
/external/icu/icu4c/source/tools/genren/ |
genren.pl | 45 /^-v/ && ($VERBOSE++, next); # verbose 147 &verbose(" $_"); 160 &verbose( "type: \"$type\" "); 163 &verbose( "Import: $_ \"$type\"\n"); 164 &verbose( "C++ method: $_\n"); 177 &verbose ( "(Chopping scope $CppName[0] )"); 183 &verbose ("Skipping C++ function: $_\n"); 185 &verbose ("Skipping C++ destructor: $_\n"); 187 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n") 242 sub verbose { subroutine [all...] |
/external/lldb/tools/lldb-perf/lib/ |
Xcode.cpp | 17 Xcode::FetchVariable (SBValue value, uint32_t expand, bool verbose) 29 if (verbose) 37 FetchVariable (child,expand-1,verbose); 43 Xcode::FetchModules (SBTarget target, bool verbose) 53 if (verbose) 61 Xcode::FetchVariables (SBFrame frame, uint32_t expand, bool verbose) 68 FetchVariable (value,expand,verbose); 73 Xcode::FetchFrames(SBProcess process, bool variables, bool verbose) 80 if (verbose) 103 if (verbose) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dir_util.py | 19 def mkpath(name, mode=0777, verbose=1, dry_run=0): 26 If 'verbose' is true, print a one-line summary of each mkdir to stdout. 67 if verbose >= 1: 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0): 89 will be created if it doesn't already exist. 'mode', 'verbose' and 101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run) 104 preserve_symlinks=0, update=0, verbose=1, dry_run=0): 122 'update' and 'verbose' are the same as for 'copy_file'. 139 mkpath(dst, verbose=verbose [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dir_util.py | 19 def mkpath(name, mode=0777, verbose=1, dry_run=0): 26 If 'verbose' is true, print a one-line summary of each mkdir to stdout. 67 if verbose >= 1: 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0): 89 will be created if it doesn't already exist. 'mode', 'verbose' and 101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run) 104 preserve_symlinks=0, update=0, verbose=1, dry_run=0): 122 'update' and 'verbose' are the same as for 'copy_file'. 139 mkpath(dst, verbose=verbose [all...] |
/external/ltrace/testsuite/lib/ |
ltrace.exp | 33 verbose "Running under valgrind command: `$VALGRIND'" 104 verbose "options are $options" 105 verbose "source is $source $dest $type $options" 112 verbose "result is $result" 156 verbose "get_compiler_info: $cppline" 2 160 verbose "get_compiler_info: $cppline" 177 verbose "compiler_info=$compiler_info" 190 verbose "+++++++ [test_compiler_info]" 240 verbose "WipeFiles: $files\n" 424 verbose "LtraceCompileObjects: $source -> $dest [all...] |
/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...] |