HomeSort by relevance Sort by last modified time
    Searched refs:verbose (Results 151 - 175 of 1220) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/e2fsprogs/util/
copy_sparse.c 43 int verbose = 0; variable
98 if (verbose)
124 if (verbose)
127 if (verbose)
154 if (verbose)
216 verbose++;
  /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)"
ssh-com-sftp.sh 49 verbose "sftp-server $v"
52 verbose "test $tid: buffer_size $B num_requests $R"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 51 def __init__(self, fileobj, verbose=False):
57 if verbose:
74 if verbose:
107 def decode(infile, outpath, resonly=False, verbose=False):
108 """decode(infile, outpath [, resonly=False, verbose=False])
131 asfile = AppleSingle(infile, verbose=verbose)
  /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;
  /external/chromium_org/testing/
test_env.py 36 def enable_sandbox_if_required(env, verbose=False):
41 if verbose:
46 if verbose:
  /external/chromium_org/third_party/icu/source/tools/gencmn/
gencmn.c 50 UBool sourceTOC, verbose; local
75 "%csage: %s [ -h, -?, --help ] [ -v, --verbose ] [ -c, --copyright ] [ -C, --comment comment ] [ -d, --destdir dir ] [ -n, --name filename ] [ -t, --type filetype ] [ -S, --source tocfile ] [ -e, --entrypoint name ] maxsize listfile\n", argc < 0 ? 'u' : 'U', *argv);
83 "\t-v, --verbose verbose output\n"
102 verbose = options[2].doesOccur;
113 maxSize, sourceTOC, verbose, NULL);
  /external/chromium_org/tools/cr/
main.py 67 if context.verbose >= 3:
68 context.DumpValues(context.verbose > 3)
87 if context.verbose >= 1:
  /external/icu4c/tools/gencmn/
gencmn.c 50 UBool sourceTOC, verbose; local
75 "%csage: %s [ -h, -?, --help ] [ -v, --verbose ] [ -c, --copyright ] [ -C, --comment comment ] [ -d, --destdir dir ] [ -n, --name filename ] [ -t, --type filetype ] [ -S, --source tocfile ] [ -e, --entrypoint name ] maxsize listfile\n", argc < 0 ? 'u' : 'U', *argv);
83 "\t-v, --verbose verbose output\n"
102 verbose = options[2].doesOccur;
113 maxSize, sourceTOC, verbose, NULL);
  /external/iproute2/include/
ip6tables.h 136 extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), int verbose, int builtinstoo, ip6tc_handle_t *handle);
137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
138 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
  /external/linux-tools-perf/
builtin-buildid-cache.c 30 OPT_INCR('v', "verbose", &verbose, "be more verbose"),
47 if (verbose)
68 if (verbose)
builtin-buildid-list.c 32 OPT_INCR('v', "verbose", &verbose,
33 "be more verbose"),
  /external/skia/tests/
FontMgrTest.cpp 44 static void test_fontiter(skiatest::Reporter* reporter, bool verbose) {
57 if (verbose) {
70 if (verbose) {
78 DEFINE_bool(verboseFontMgr, false, "run verbose fontmgr tests.");
  /external/valgrind/main/auxprogs/
gsl16test 39 (eval "$*") >> log.verbose 2>&1
75 rm -rf log.verbose gsl-1.6-patched summary.txt
77 echo > log.verbose
gsl19test 41 (eval "$*") >> log.verbose 2>&1
78 rm -rf log.verbose gsl-1.9 summary.txt
80 echo > log.verbose
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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_select.py 35 if test_support.verbose:
42 if test_support.verbose:
45 if test_support.verbose:
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedMember.java 62 * @param verbose whether to be verbose with the output
64 public abstract void debugPrint(PrintWriter out, boolean verbose);
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedMember.java 61 * @param verbose whether to be verbose with the output
63 public abstract void debugPrint(PrintWriter out, boolean verbose);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedMember.java 62 * @param verbose whether to be verbose with the output
64 public abstract void debugPrint(PrintWriter out, boolean verbose);
  /external/icu4c/samples/ufortune/
ufortune.c 57 UBool verbose = FALSE; /* Set true if -v command line option. */ local
81 * -v verbose mode. Display extra messages.
92 verbose = TRUE;
108 if (verbose) {
132 if (verbose) {
  /external/linux-tools-perf/util/
debug.h 8 extern int verbose;
  /external/oprofile/gui/
oprof_start_config.h 44 bool verbose; member in struct:config_setting
  /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...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_proxy_dummy.c 60 int verbose)

Completed in 1738 milliseconds

1 2 3 4 5 67 8 91011>>