Searched refs:verbose (Results 1 - 25 of 1039) sorted by relevance

1234567891011>>

/external/compiler-rt/test/BlocksRuntime/
H A Drecursive-test.c14 int verbose = 0; variable
18 if (argc > 1) verbose = 1;
22 if (verbose) printf("recursive_local_block is a local recursive block\n");
24 if (verbose) printf("%d\n", i);
30 if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local_block);
33 if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n");
36 if (verbose) printf("other_local_block running\n");
40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block);
45 if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive_local_block\n");
48 if (verbose) print
[all...]
/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgsPrivate.java24 @Parameter(names = "-verbose")
25 private Integer verbose = 1; field in class:ArgsPrivate
28 return verbose;
/external/strace/tests/
H A Dmmsg-silent.test6 run_strace_match_diff -a25 -e verbose=none -e trace=sendmmsg,recvmmsg
H A Dperf_event_open_nonverbose.test6 run_strace_match_diff -a34 -e verbose=none -e trace=perf_event_open
H A Dcaps-abbrev.test8 run_strace -a 19 -e trace=capget,capset -e verbose=\!capget,capset $args
/external/strace/tests-m32/
H A Dmmsg-silent.test6 run_strace_match_diff -a25 -e verbose=none -e trace=sendmmsg,recvmmsg
H A Dperf_event_open_nonverbose.test6 run_strace_match_diff -a34 -e verbose=none -e trace=perf_event_open
H A Dcaps-abbrev.test8 run_strace -a 19 -e trace=capget,capset -e verbose=\!capget,capset $args
/external/strace/tests-mx32/
H A Dmmsg-silent.test6 run_strace_match_diff -a25 -e verbose=none -e trace=sendmmsg,recvmmsg
H A Dperf_event_open_nonverbose.test6 run_strace_match_diff -a34 -e verbose=none -e trace=perf_event_open
H A Dcaps-abbrev.test8 run_strace -a 19 -e trace=capget,capset -e verbose=\!capget,capset $args
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DExcludeProcessor.java26 private final boolean verbose; field in class:ExcludeProcessor
28 public ExcludeProcessor(Set<String> excludes, boolean verbose) { argument
30 this.verbose = verbose;
35 if (verbose && !toKeep)
/external/v8/tools/release/
H A Dsearch_related_commits.py15 git_working_dir, start_hash, until, separator, verbose=False):
18 start_hash, until, git_working_dir, verbose)
19 if verbose:
32 git_working_dir, commit, until, separator, verbose)
42 git_working_dir, start_hash, until, separator, verbose=False):
46 start_hash, separator, git_working_dir, verbose)
54 verbose)
63 if verbose:
78 git_working_dir, git_args(start_hash), verbose).strip()
80 if verbose
[all...]
/external/jcommander/src/test/java/com/beust/jcommander/command/
H A DCommandMain.java26 public Boolean verbose = false; field in class:CommandMain
/external/skia/platform_tools/android/bin/
H A Dandroid_run_skia16 verbose "pushing binaries onto the device..."
19 verbose "pushing resources onto the device..."
24 verbose "clearing the device logs..."
32 verbose "======== To reproduce this run: ========"
33 verbose "android_run_skia ${APP_ARGS[*]}"
34 verbose "========================================"
35 verbose "pushing command file onto the device..."
38 verbose "preparing to run ${APP_ARGS[0]} on the device..."
/external/libdrm/
H A Dautogen.sh9 autoreconf --force --verbose --install || exit 1
/external/libunwind/tests/
H A Dtest-strerror.c8 int i, verbose = argc > 1; local
14 if (verbose)
H A DLtest-cxx-exceptions.cxx33 static int verbose; variable
57 if (verbose)
66 verbose = 1;
H A Dtest-static-link-loc.c40 int verbose; variable
79 if (verbose)
94 verbose = 1;
/external/iproute2/include/
H A Dip6tables.h13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle);
14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
15 extern int delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
H A Diptables.h12 extern int delete_chain4(const xt_chainlabel chain, int verbose,
14 extern int flush_entries4(const xt_chainlabel chain, int verbose,
17 int verbose, int builtinstoo, struct xtc_handle *handle);
/external/iptables/include/
H A Dip6tables.h13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle);
14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
15 extern int delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
H A Diptables.h12 extern int delete_chain4(const xt_chainlabel chain, int verbose,
14 extern int flush_entries4(const xt_chainlabel chain, int verbose,
17 int verbose, int builtinstoo, struct xtc_handle *handle);
/external/selinux/mcstrans/share/util/
H A Dmlstrans-test5 verbose = 0
10 global errors, verbose
16 if verbose:
21 global errors, verbose
27 if verbose:
31 verbose = 1
/external/curl/tests/
H A Dextern-scan.pl39 my $verbose=0;

Completed in 823 milliseconds

1234567891011>>