/external/libunwind/tests/ |
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/skia/tools/ |
add_codereview_message.py | 47 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/ |
ProGuard.java | 169 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...] |
/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/chromium_org/third_party/closure_compiler/ |
compile_modules.py | 45 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/chromium_org/tools/cr/cr/actions/ |
gyp.py | 28 if cr.context.verbose >= 1: 32 if cr.context.verbose >= 1:
|
/external/harfbuzz_ng/ |
autogen.sh | 36 echo "running autoreconf --force --install --verbose" 37 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/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"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
macresource.py | 77 def open_pathname(pathname, verbose=0): 92 pathname = _decode(pathname, verbose=verbose) 95 def resource_pathname(pathname, verbose=0): 111 pathname = _decode(pathname, verbose=verbose) 119 def _decode(pathname, verbose=0): 131 if verbose:
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyEvent.java | 67 * @param verbose a log switch 71 public abstract int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose);
|
MonkeySourceRandomScript.java | 26 /** The verbose level of the source (currently not used) */ 123 * @param verbose The verbose level. 125 public void setVerbose(int verbose) { 126 mVerbose = verbose; 129 mSetupSource.setVerbose(verbose); 133 source.setVerbose(verbose);
|
/development/tools/yuv420sp2rgb/ |
cmdline.c | 19 {"verbose", no_argument, 0, 'V'}, 32 "print verbose output", 40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n" 64 int *verbose) { 72 ASSERT(verbose); *verbose = 0; 133 case 'V': *verbose = 1; break;
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
vpxenc.h | 43 int verbose; member in struct:VpxEncoderConfig
|
/external/chromium_org/third_party/skia/platform_tools/android/bin/utils/ |
setup_toolchain.sh | 9 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/ |
SkCommonFlags.h | 26 DECLARE_bool(verbose); variable
|
/external/libpng/contrib/tools/ |
chkfmt | 12 verbose= 17 verbose=yes 114 elif test -n "$verbose" 129 elif test -n "$verbose"
|
/external/libvpx/libvpx/ |
vpxenc.h | 36 int verbose; member in struct:VpxEncoderConfig
|
/external/ltrace/testsuite/ltrace.main/ |
branch_func.exp | 27 verbose "compiling source file now....." 39 verbose "ltrace runtest output: $exec_output\n"
|
main-threaded.exp | 15 verbose "compiling source file now....." 28 verbose "ltrace runtest output: $exec_output\n"
|
main-vfork.exp | 15 verbose "compiling source file now....." 28 verbose "ltrace runtest output: $exec_output\n"
|
main.exp | 15 verbose "compiling source file now....." 28 verbose "ltrace runtest output: $exec_output\n"
|