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

1234567891011>>

/external/chromium_org/third_party/icu/source/tools/genren/
H A Dgenren.pl45 /^-v/ && ($VERBOSE++, next); # verbose
152 &verbose( "type: \"$type\" ");
155 &verbose( "Import: $_ \"$type\"\n");
156 &verbose( "C++ method: $_\n");
168 &verbose ("Skipping C++ function: $_\n");
170 &verbose ("Skipping C++ destructor: $_\n");
172 &verbose( " Class: '$CppName[0]': $_ \n");
177 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" );
183 &verbose( "$ARGV[0]: Skipped initializer $_\n" );
185 &verbose( "
236 sub verbose { subroutine
[all...]
/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
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/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/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/test/intltest/
H A Dnmfmtrt.h27 static UBool verbose; member in class:NumberFormatRoundTripTest
/external/chromium_org/tools/grit/grit/tool/
H A Dpostprocess_unittest.py35 verbose = False variable in class:.testPostProcessing.DummyOpts
H A Dpreprocess_unittest.py27 verbose = False variable in class:PreProcessingUnittest.testPreProcessing.DummyOpts
H A Drc2grd_unittest.py70 verbose = False variable in class:.testRegressionScriptWithTranslateable.DummyNode
116 verbose = False variable in class:.testRoleModel.DummyOpts
/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/skia/tests/
H A DFontMgrTest.cpp35 static void test_fontiter(skiatest::Reporter* reporter, bool verbose) { argument
48 if (verbose) {
61 if (verbose) {
69 DEFINE_bool(verboseFontMgr, false, "run verbose fontmgr tests.");
/external/smack/src/org/xbill/DNS/
H A DCompression.java24 private boolean verbose = Options.check("verbosecompression"); field in class:Compression
49 if (verbose)
67 if (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/chromium_org/native_client_sdk/src/tools/tests/
H A Dquote_test.py18 verbose = False variable
25 if verbose:
35 if verbose:
100 global verbose
111 parser.add_option('-v', '--verbose', dest='verbose', action='store_true',
115 if options.verbose:
116 verbose = True
/external/chromium_org/tools/gyp/
H A Dgyptest.py21 verbose = True variable in class:CommandRunner
49 if not self.verbose:
196 CommandRunner.verbose = not opts.quiet
/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
/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) {

Completed in 1106 milliseconds

1234567891011>>