HomeSort by relevance Sort by last modified time
    Searched refs:verbose (Results 201 - 225 of 2380) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libunwind/tests/
ia64-test-setjmp.c 49 static int verbose; variable
67 if (verbose)
90 if (verbose)
121 verbose = 1;
148 if (verbose)
test-setjmp.c 36 int verbose; variable
62 if (verbose)
73 if (verbose)
106 if (verbose)
117 if (verbose)
132 if (verbose)
136 if (verbose)
150 verbose = 1;
176 else if (verbose)
198 else if (verbose)
    [all...]
  /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/v8/tools/
find-commit-for-patch.py 25 "--verbose", "-v", default=False, action="store_true",
26 help="Print verbose output for your entertainment")
68 def FindFirstMatchingCommit(start, files, limit, verbose):
71 if verbose: print(">>> Found %d files modified by patch." % num_files)
74 if verbose: print("Commit %s matched %d files" % (commit, matched_files))
87 commit = FindFirstMatchingCommit(args.branch, files, args.limit, args.verbose)
88 if args.verbose:
  /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...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/dbus/tools/
dbus-launch.c 142 verbose ("UID: %s\n", machine_uuid);
152 verbose (const char *format, function
156 static int verbose = TRUE; local
160 * in the non-verbose case we just have the one
163 if (!verbose)
168 verbose = getenv ("DBUS_VERBOSE") != NULL;
170 if (!verbose)
383 verbose ("Killing message bus and exiting babysitter\n");
497 verbose ("session lifetime is defined by X, not monitoring stdin\n");
502 verbose ("stdin isatty(), monitoring it\n")
    [all...]
  /external/v8/tools/testrunner/local/
commands.py 52 def RunProcess(verbose, timeout, args, **rest):
53 if verbose: print "#", " ".join(args)
83 if verbose:
92 if verbose:
120 def Execute(args, verbose=False, timeout=None):
122 return RunProcess(verbose, timeout, args=args)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc.exp 39 verbose "IFUNC tests not run - target does not support IFUNC"
48 verbose "IFUNC tests not run - not a native toolchain"
55 verbose "IFUNC tests not run - no compiler available"
67 verbose "proc check_osabi: Readelf produced unexpected out processing $binary_file: $got"
73 verbose "proc check_osabi: Readelf failed to extract an ELF header from $binary_file"
81 verbose "Expected OSABI: $expected_osabi, Obtained osabi: $osabi"
95 verbose "proc contains_ifunc_symbol: Readelf produced unexpected out processing $binary_file: $got"
121 verbose "proc contains_irelative_reloc: Readelf produced unexpected out processing $binary_file: $got"
146 verbose "proc contains_ifunc_reloc: Readelf produced unexpected out processing $binary_file: $got"
151 verbose "No relocs found in $binary_file
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/
undefined.exp 28 verbose "Could not find C compiler!" 1
36 verbose "Unable to compile test file!" 1
53 verbose "$exec_output"
  /external/proguard/src/proguard/
ProGuard.java 179 if (configuration.verbose)
201 if (configuration.verbose)
217 if (configuration.verbose)
231 if (configuration.verbose)
246 if (configuration.verbose)
268 if (configuration.verbose)
296 if (configuration.verbose)
311 if (configuration.verbose)
326 if (configuration.verbose)
366 if (configuration.verbose)
    [all...]
  /cts/libs/vogar-expect/src/vogar/util/
Log.java 29 public static void verbose(String s) { method in class:Log
31 sLogoutput.verbose(s);
  /external/autotest/client/site_tests/platform_TLSDate/src/
test.conf 8 verbose yes
  /external/autotest/server/
server_logging_config.py 14 verbose=False, no_console_prefix=False,
19 super(ServerLoggingConfig, self).configure_logging(use_console, verbose)
  /external/harfbuzz_ng/
autogen.sh 41 echo "running autoreconf --force --install --verbose"
42 autoreconf --force --install --verbose || exit $?
  /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/jarjar/src/main/com/tonicsystems/jarjar/
JarJarMojo.java 32 private boolean verbose; field in class:JarJarMojo
46 MainProcessor proc = new MainProcessor(patterns, verbose, true);
  /external/jsoncpp/devtools/
fixeol.py 4 def fix_source_eol( path, is_dry_run = True, verbose = True, eol = '\n' ):
26 if verbose:
  /external/libgsm/src/
gsm_option.c 28 result = r->verbose;
29 if (val) r->verbose = *val;
  /external/ltrace/testsuite/ltrace.minor/
demangle.exp 10 verbose "compiling source file now....."
15 verbose "compiling source file now....."
28 verbose "ltrace runtest output: $exec_output\n"
54 verbose "fun = $fun"
time-record-T.exp 7 verbose "compiling source file now....."
18 verbose "ltrace runtest output: $exec_output\n"
45 verbose "sleep_sec = $sleep_sec, sec = $sec"
68 verbose "nanosleep_usec = $nanosleep_usec, usec = $usec"

Completed in 785 milliseconds

1 2 3 4 5 6 7 891011>>