Searched defs:verbose (Results 1 - 25 of 312) 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/icu/icu4c/source/tools/genren/
H A Dgenren.pl45 /^-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");
192 &verbose ( "
242 sub verbose { subroutine
[all...]
/external/v8/test/mjsunit/
H A Dmigrations.js8 var verbose = 0; variable
15 if (verbose) {
29 if (verbose) {
40 if (verbose) {
52 if (verbose) {
64 if (verbose) {
73 if (verbose >= 2) print(results[i]);
77 if (verbose) print("--- incompatible use: " + e);
/external/libunwind/tests/
H A Dtest-strerror.c8 int i, verbose = argc > 1; local
14 if (verbose)
H A Dtest-flush-cache.c34 int verbose; variable
42 if (verbose)
45 if (verbose)
51 if (verbose)
54 if (verbose)
139 verbose = 1;
H A Dtest-static-link-loc.c40 int verbose; variable
79 if (verbose)
94 verbose = 1;
H A DGia64-test-readonly.c38 static int verbose; variable
77 verbose = 1;
86 if (verbose)
H A DGtest-nomalloc.c33 int verbose; variable
H A DLtest-cxx-exceptions.cxx33 static int verbose; variable
57 if (verbose)
66 verbose = 1;
H A DLtest-varargs.c11 int verbose; variable
33 if (verbose)
70 verbose = 1;
80 if (verbose)
H A Dia64-test-sig.c36 int verbose; variable
45 if (verbose)
87 if (verbose)
95 verbose = 1;
99 if (verbose)
H A Dtest-init-remote.c45 int verbose; variable
72 if (verbose)
98 verbose = (argc > 1);
100 if (verbose)
H A Dtest-mem.c41 int verbose; variable
60 if (verbose)
91 verbose = argc > 1;
/external/skia/platform_tools/android/bin/
H A Dandroid_setup.sh36 elif [[ "$1" == "--verbose" ]]; then
44 function verbose { function
53 verbose export $NAME=\"$VALUE\"
100 verbose "no target device (-d), using ${TARGET_DEVICE} from most recent build"
103 verbose "no target device (-d), using ${TARGET_DEVICE}"
161 verbose "The build is targeting the device: $TARGET_DEVICE"
/external/vogar/src/vogar/
H A DLog.java23 void verbose(String s); method in interface:Log
/external/compiler-rt/test/asan/android_commands/
H A Dandroid_common.py7 verbose = False variable
9 verbose = True variable
12 if verbose:
/external/icu/icu4c/source/tools/gencmn/
H A Dgencmn.c50 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/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)
H A DJarJarMojo.java32 private boolean verbose; field in class:JarJarMojo
46 MainProcessor proc = new MainProcessor(patterns, verbose, true);
H A DMainProcessor.java26 private final boolean verbose; field in class:MainProcessor
31 public MainProcessor(List<PatternElement> patterns, boolean verbose, boolean skipManifest) { argument
32 this.verbose = verbose;
46 PackageRemapper pr = new PackageRemapper(ruleList, verbose);
65 StandaloneJarProcessor.run(file, file, new ExcludeProcessor(excludes, verbose));
97 if (verbose)
101 if (verbose)
/external/proguard/src/proguard/gui/
H A DReTraceRunnable.java40 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,
52 ReTraceRunnable(JTextArea consoleTextArea, boolean verbose, File mappingFile, String stackTrace) argument
/external/skia/tests/
H A DTest.cpp21 bool skiatest::Reporter::verbose() const { return false; } function in class:skiatest::Reporter
/external/vogar/src/vogar/target/
H A DAndroidLog.java32 @Override public void verbose(String s) { method in class:AndroidLog
/external/blktrace/btt/
H A Dbno_plot.py25 [ -v | --verbose ]
43 verbose = 0 variable
55 global verbose
59 l_opts = [ 'help', 'keys-below', 'verbose' ]
72 elif o in ('-v', '--verbose'):
73 verbose += 1
86 if verbose:
119 if verbose: print 'Executing %s' % cmd
/external/icu/icu4c/source/test/intltest/
H A Dnmfmtrt.h27 static UBool verbose; member in class:NumberFormatRoundTripTest

Completed in 547 milliseconds

1234567891011>>