Searched refs:verbose (Results 76 - 100 of 945) sorted by relevance

1234567891011>>

/external/libunwind/tests/
H A Dtest-setjmp.c36 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/skia/tools/
H A Dadd_codereview_message.py47 skip_cl_upload, verbose, reviewers, cclist):
58 verbose: (boolean) print out details useful for debugging.
66 vsp = misc_utils.VerboseSubprocess(verbose)
73 with misc_utils.ChangeDir(checkout_path, verbose):
76 with git_utils.ChangeGitBranch(branch_name, upstream, verbose):
87 branch_name = git_utils.git_branch_name(verbose)
115 '', '--verbose', action='store_true', dest='verbose', default=False,
142 options.skip_cl_upload, options.verbose,
/external/proguard/src/proguard/
H A DProGuard.java169 if (configuration.verbose)
191 if (configuration.verbose)
207 if (configuration.verbose)
221 if (configuration.verbose)
236 if (configuration.verbose)
258 if (configuration.verbose)
286 if (configuration.verbose)
301 if (configuration.verbose)
316 if (configuration.verbose)
343 if (configuration.verbose)
[all...]
/external/chromium_org/third_party/closure_compiler/
H A Dcompile_modules.py45 def __init__(self, verbose=False):
46 self._verbose = verbose
69 def __init__(self, verbose=False):
70 self._verbose = verbose
81 # verbose=False then verbose=True in the same program.
82 self._parser = self._parser or ModuleParser(verbose=self._verbose)
83 self._checker = self._checker or Checker(verbose=self._verbose)
115 module_compiler = ModuleCompiler(verbose=opts.verbose)
[all...]
/external/harfbuzz_ng/
H A Dautogen.sh36 echo "running autoreconf --force --install --verbose"
37 autoreconf --force --install --verbose || exit $?
/external/iproute2/examples/
H A Dgaiconf11 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/
H A DJarJarMojo.java32 private boolean verbose; field in class:JarJarMojo
46 MainProcessor proc = new MainProcessor(patterns, verbose, true);
/external/libgsm/src/
H A Dgsm_option.c28 result = r->verbose;
29 if (val) r->verbose = *val;
/external/ltrace/testsuite/ltrace.minor/
H A Ddemangle.exp10 verbose "compiling source file now....."
15 verbose "compiling source file now....."
28 verbose "ltrace runtest output: $exec_output\n"
54 verbose "fun = $fun"
H A Dtime-record-T.exp7 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"
/external/vixl/tools/
H A Dprinter.py59 def UpdateProgress(start_time, passed, failed, count, verbose, name):
71 if verbose:
72 # In verbose mode, put every status display on its own line.
89 # We haven't printed a newline, so any subsequent print output (with verbose
/external/chromium_org/native_client_sdk/src/tools/
H A Dfix_manifest.py54 if Trace.verbose:
57 Trace.verbose = False
68 parser.add_option('-v', '--verbose',
72 if options.verbose:
73 Trace.verbose = True
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.h43 int verbose; member in struct:VpxEncoderConfig
/external/chromium_org/third_party/skia/platform_tools/android/bin/utils/
H A Dsetup_toolchain.sh9 if [ $(type -t verbose) != 'function' ]; then
10 echo "ERROR: The verbose function is expected to be defined"
41 verbose "Using Mac toolchain."
44 verbose "Using Linux toolchain."
64 verbose "Targeting NDK API $API_LEVEL for use on Android 4.0 (NDK Revision $NDK_REV) and above"
/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommonFlags.h26 DECLARE_bool(verbose); variable
/external/libpng/contrib/tools/
H A Dchkfmt12 verbose=
17 verbose=yes
114 elif test -n "$verbose"
129 elif test -n "$verbose"
/external/libvpx/libvpx/
H A Dvpxenc.h36 int verbose; member in struct:VpxEncoderConfig
/external/ltrace/testsuite/ltrace.main/
H A Dbranch_func.exp27 verbose "compiling source file now....."
39 verbose "ltrace runtest output: $exec_output\n"
H A Dmain-threaded.exp15 verbose "compiling source file now....."
28 verbose "ltrace runtest output: $exec_output\n"
H A Dmain-vfork.exp15 verbose "compiling source file now....."
28 verbose "ltrace runtest output: $exec_output\n"
H A Dmain.exp15 verbose "compiling source file now....."
28 verbose "ltrace runtest output: $exec_output\n"
/external/ltrace/testsuite/ltrace.torture/
H A Dppc-lwarx.exp28 verbose "compiling source file now....."
40 verbose "ltrace runtest output: $exec_output\n"
/external/skia/platform_tools/android/bin/utils/
H A Dsetup_toolchain.sh9 if [ $(type -t verbose) != 'function' ]; then
10 echo "ERROR: The verbose function is expected to be defined"
36 verbose "Using Mac toolchain."
39 verbose "Using Linux toolchain."
59 verbose "Targeting NDK API $API_LEVEL for use on Android 4.0 (NDK Revision $NDK_REV) and above"
/external/zopfli/src/zopfli/
H A Dzopfli.h35 int verbose; member in struct:ZopfliOptions
/external/chromium_org/testing/
H A Dtest_env.py36 def enable_sandbox_if_required(env, verbose=False):
41 if verbose:
46 if verbose:

Completed in 6297 milliseconds

1234567891011>>