Searched defs:verbose (Results 1 - 25 of 400) 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/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/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...]
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dandroid_setup.sh28 function verbose { function
37 verbose export $NAME=\"$VALUE\"
84 verbose "no target device (-d), using ${TARGET_DEVICE} from most recent build"
87 verbose "no target device (-d), using ${TARGET_DEVICE}"
151 verbose "The build is targeting the device: $TARGET_DEVICE"
/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;
/external/qemu/distrib/libsparse/src/
H A Dsparse_file.h25 bool verbose; member in struct:sparse_file
/external/skia/platform_tools/android/bin/
H A Dandroid_setup.sh28 function verbose { function
37 verbose export $NAME=\"$VALUE\"
84 verbose "no target device (-d), using ${TARGET_DEVICE} from most recent build"
87 verbose "no target device (-d), using ${TARGET_DEVICE}"
151 verbose "The build is targeting the device: $TARGET_DEVICE"
/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/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/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/third_party/libsrtp/srtp/crypto/test/
H A Daes_calc.c74 int verbose; local
78 /* we're not in verbose mode */
79 verbose = 0;
82 /* we're in verbose mode */
83 verbose = 1;
130 if (verbose) {
146 if (verbose) {
/external/chromium_org/third_party/skia/dm/
H A DDMTestTask.cpp11 DEFINE_bool2(pathOpsVerbose, V, false, "Tell pathOps tests to be verbose.");
17 bool TestReporter::verbose() const { return FLAGS_pathOpsVerbose; } function in class:DM::TestReporter
/external/chromium_org/third_party/skia/tests/
H A DFontMgrTest.cpp81 static void test_fontiter(skiatest::Reporter* reporter, bool verbose) { argument
93 if (verbose) {
106 if (verbose) {
114 DEFINE_bool(verboseFontMgr, false, "run verbose fontmgr tests.");
/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
/external/icu/icu4c/source/test/intltest/
H A Dnmfmtrt.h27 static UBool verbose; member in class:NumberFormatRoundTripTest

Completed in 609 milliseconds

1234567891011>>