Searched defs:verbose (Results 1 - 25 of 225) sorted by relevance

123456789

/external/compiler-rt/BlocksRuntime/tests/
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/icu4c/tools/genren/
H A Dgenren.pl45 /^-v/ && ($VERBOSE++, next); # verbose
142 &verbose(" $_");
154 &verbose( "type: \"$type\" ");
157 &verbose( "Import: $_ \"$type\"\n");
158 &verbose( "C++ method: $_\n");
171 &verbose ( "(Chopping scope $CppName[0] )");
177 &verbose ("Skipping C++ function: $_\n");
179 &verbose ("Skipping C++ destructor: $_\n");
181 &verbose( " Class: '$CppName[0]': $_ \n");
186 &verbose ( "
245 sub verbose { subroutine
[all...]
/external/oprofile/libutil++/
H A Dcverb.h3 * verbose output stream
22 * verbose object, all output through this stream are made only
23 * if a verbose object with a true state is injected in the stream.
29 * declare some verbose global object:
30 * verbose debug("debug");
31 * verbose stats("stats");
32 * verbose level2("level2");
36 * verbose::setup(command_line_args_to'--verbose=');
39 * cverb << (stats&level2) << "very verbose stat
51 class verbose { class
[all...]
H A Dcverb.cpp3 * verbose output stream
25 verbose vlevel1("level1");
26 verbose vdebug("debug");
27 verbose vstats("stats");
28 verbose vsfile("sfile");
29 verbose vxml("xml");
51 // We use a multimap because user can create multiple verbose object with
54 typedef multimap<string, verbose *> recorder_t;
55 // The recorder is lazilly created by verbose object ctor
61 verbose function in class:verbose
[all...]
/external/icu4c/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/openssh/regress/
H A Dtest-exec.sh199 verbose () function
201 echo "verbose: $@" >>$TEST_SSH_LOGFILE
398 verbose ok $tid
/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/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/e2fsprogs/lib/ext2fs/
H A Dtst_super_size.c23 int verbose = 0; variable
/external/icu4c/test/intltest/
H A Dnmfmtrt.h27 static UBool verbose; member in class:NumberFormatRoundTripTest
/external/libsepol/tests/
H A Dlibsepol-tests.c50 printf("\t-v, --verbose\t\t\tverbose output\n");
54 static int do_tests(int interactive, int verbose) argument
67 if (verbose)
83 int i, verbose = 1, interactive = 0; local
86 {"verbose", 0, NULL, 'v'},
94 verbose = 1;
109 if (do_tests(interactive, verbose))
114 if (do_tests(interactive, verbose))
/external/srtp/crypto/test/
H A Daes_calc.c38 int verbose; local
41 /* we're not in verbose mode */
42 verbose = 0;
45 /* we're in verbose mode */
46 verbose = 1;
92 if (verbose) {
103 if (verbose) {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DEncodedMember.java62 * @param verbose whether to be verbose with the output
64 public abstract void debugPrint(PrintWriter out, boolean verbose); argument
H A DEncodedField.java117 public void debugPrint(PrintWriter out, boolean verbose) { argument
H A DEncodedMethod.java140 public void debugPrint(PrintWriter out, boolean verbose) { argument
144 code.debugPrint(out, " ", verbose);
/external/elfutils/tests/
H A Dsaridx.c103 int verbose = 0; local
108 verbose = 1;
147 if (verbose)
149 /* The verbose variant. We print a lot of information. */
/external/icu4c/samples/ufortune/
H A Dufortune.c57 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/libusb-compat/examples/
H A Dtestlibusb.c11 int verbose = 0; variable
101 if (udev && verbose) {
113 if (verbose) {
134 verbose = 1;
142 if (bus->root_dev && !verbose)
/external/linux-tools-perf/util/
H A Ddebug.c15 int verbose; variable
23 if (verbose >= level) {
/external/oprofile/gui/
H A Doprof_start_config.h44 bool verbose; member in struct:config_setting
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestplatform.c18 int TestTypes(SDL_bool verbose) argument
23 if ( verbose )
29 if ( verbose )
35 if ( verbose )
42 if ( verbose )
48 if ( verbose ) {
52 if ( verbose && !error )
58 int TestEndian(SDL_bool verbose) argument
77 if ( verbose ) {
87 if ( verbose ) {
130 TestCPUInfo(SDL_bool verbose) argument
147 SDL_bool verbose = SDL_TRUE; local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpreauth.h32 int verbose);
66 size_t buflen, int verbose)
65 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
H A DASN1Dump.java51 boolean verbose,
91 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf);
95 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf);
133 _dumpAsString(tab, verbose, o.getObject(), buf);
157 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf);
161 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf);
186 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf);
190 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf);
210 if (verbose)
222 if (verbose)
49 _dumpAsString( String indent, boolean verbose, ASN1Primitive obj, StringBuffer buf) argument
313 outputApplicationSpecific(String type, String indent, boolean verbose, ASN1Primitive obj, String nl) argument
358 dumpAsString( Object obj, boolean verbose) argument
[all...]
/external/dbus/tools/
H A Ddbus-launch-win.c98 int verbose = s && *s != '\0' ? 1 : 0; local
106 if (verbose)
120 if (verbose)
129 if (verbose)
136 if (verbose)
144 if (verbose)
151 if (!verbose)
160 if (verbose)
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvInsnList.java130 boolean verbose = out.isVerbose();
137 if ((codeBytes != 0) || verbose) {
222 * @param verbose whether to be verbose; verbose output includes
225 public void debugPrint(Writer out, String prefix, boolean verbose) { argument
234 if ((insn.codeSize() != 0) || verbose) {
235 s = insn.listingString("", 0, verbose);
256 * @param verbose whether to be verbose; verbos
259 debugPrint(OutputStream out, String prefix, boolean verbose) argument
[all...]

Completed in 651 milliseconds

123456789