Searched defs:verbose (Results 101 - 125 of 312) sorted by relevance

1234567891011>>

/external/libxml2/
H A Dcheck-xsddata-test-suite.py13 verbose = 0 variable
324 if verbose and level >= 0:
345 if verbose and sections != [] and level <= 0:
357 if verbose and level >= 0 :
H A Dxmlcatalog.c41 static int verbose = 0; variable
275 verbose++;
276 xmlCatalogSetDebug(verbose);
282 if (verbose > 0)
283 verbose--;
284 xmlCatalogSetDebug(verbose);
326 \t-v --verbose : provide debug informations\n");
346 if ((!strcmp(argv[i], "-verbose")) ||
348 (!strcmp(argv[i], "--verbose"))) {
349 verbose
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_main.c367 unsigned verbose = 0; local
376 ++verbose;
388 if (verbose >= 2) {
404 success = test_single(verbose, fp);
406 success = test_some(verbose, fp, n);
408 success = test_all(verbose, fp);
/external/proguard/src/proguard/shrink/
H A DShortestUsagePrinter.java47 private final boolean verbose; field in class:ShortestUsagePrinter
66 * @param verbose specifies whether the output should be verbose.
69 boolean verbose)
71 this(shortestUsageMarker, verbose, System.out);
78 * @param verbose specifies whether the output should be verbose.
82 boolean verbose,
86 this.verbose = verbose;
68 ShortestUsagePrinter(ShortestUsageMarker shortestUsageMarker, boolean verbose) argument
81 ShortestUsagePrinter(ShortestUsageMarker shortestUsageMarker, boolean verbose, PrintStream printStream) argument
[all...]
/external/selinux/policycoreutils/setsebool/
H A Dsetsebool.c22 int verbose = 0; variable
59 verbose = 1;
140 if (! verbose) {
/external/skia/tests/
H A DFontNamesTest.cpp112 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) { argument
142 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) { argument
158 if (verbose) {
166 if (verbose) {
190 if (verbose) {
202 if (verbose) {
207 if (verbose) {
214 DEFINE_bool(verboseFontNames, false, "verbose FontNames test.");
/external/v8/tools/
H A Drun-deopt-fuzzer.py47 from testrunner.local import verbose namespace
199 " (verbose, dots, color, mono)"),
214 result.add_option("-v", "--verbose", help="Verbose output",
368 mode_flags, options.verbose,
445 if options.verbose:
453 if options.verbose:
H A Drun-tests.py48 from testrunner.local import verbose namespace
210 " (verbose, dots, color, mono)"),
248 result.add_option("-v", "--verbose", help="Verbose output",
479 mode_flags, options.verbose,
520 verbose.PrintTestSource(s.tests)
536 verbose.PrintReport(all_tests)
581 verbose.PrintTestDurations(suites, overall_duration)
/external/zlib/src/
H A Dzutil.c120 # ifndef verbose
121 # define verbose 0 macro
123 int ZLIB_INTERNAL z_verbose = verbose;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar ... extension private java.util.Properties options protected boolean verbose public void " href="/6.0.1_r10/s? ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
H A Djarprocessor-ant.jar ... .File input java.io.FileFilter filter boolean verbose org.eclipse.internal.provisional.equinox. ...
/external/bison/lib/
H A Dbitset.c291 bitset_print (FILE *file, bitset bset, bool verbose) argument
297 if (verbose)
314 if (verbose)
/external/blktrace/btt/
H A Dbt_timeline.c34 int verbose, done, time_bounded, output_all_data, seek_absolute; variable
114 if (verbose) {
/external/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cc292 void mi_print(malloc_zone_t *zone, boolean_t verbose) { argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DClassDataItem.java196 * @param verbose whether to be verbose with the output
198 public void debugPrint(Writer out, boolean verbose) { argument
214 directMethods.get(i).debugPrint(pw, verbose);
220 virtualMethods.get(i).debugPrint(pw, verbose);
H A DClassDefItem.java390 * @param verbose whether to be verbose with the output
392 public void debugPrint(Writer out, boolean verbose) { argument
403 classData.debugPrint(out, verbose);
H A DDexFile.java189 * @param verbose whether to be verbose when writing human-oriented output
191 public void writeTo(OutputStream out, Writer humanOut, boolean verbose) argument
194 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
210 * @param verbose whether to be verbose when writing human-oriented output
213 public byte[] toDex(Writer humanOut, boolean verbose) argument
216 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
491 * @param verbose if annotating, whether to be verbose
494 toDex0(boolean annotate, boolean verbose) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArrayAnnotatedOutput.java47 /** whether annotations are to be verbose */
48 private boolean verbose; field in class:ByteArrayAnnotatedOutput
110 this.verbose = false;
356 return verbose;
416 * @param verbose whether or not to indicate verbose annotations
418 public void enableAnnotations(int annotationWidth, boolean verbose) { argument
437 this.verbose = verbose;
/external/e2fsprogs/misc/
H A Dchattr.c67 static int verbose; variable
140 verbose = 1;
211 if (verbose) {
223 if (verbose) {
240 if (verbose)
317 if (verbose)
H A Dlogsave.c37 static int verbose = 0; variable
270 verbose++;
316 if (verbose)
/external/e2fsprogs/util/
H A Dsubst.c307 int verbose = 0; local
327 verbose++;
375 if (verbose)
379 if (verbose)
389 if (verbose)
H A Dsymlinks.c34 static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0, variable
209 } else if (verbose) {
314 "\t-v == verbose (show all symlinks)\n\n");
365 else if (c == 'v') verbose = 1;
/external/emma/core/java12/com/vladium/logging/
H A DLogger.java204 public final void verbose (final String msg) method in class:Logger
/external/icu/icu4c/source/test/intltest/
H A Dnmfmtrt.cpp26 UBool NumberFormatRoundTripTest::verbose = FALSE; member in class:NumberFormatRoundTripTest
245 UBool show = verbose;
/external/icu/icu4c/source/test/thaitest/
H A Dthaitest.cpp92 // verbose - report all breaks if true, otherwise just report differences
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
160 const UChar *noSpaces, int32_t noSpaceCount, UBool verbose)
161 : fBreaksNotFound(0), fInvalidBreaks(0), fWordCount(0), fVerbose(verbose)
442 UBool verbose = FALSE; local
450 if (argc >= 2 && strcmp(argv[1], "-verbose") == 0) {
451 verbose = TRUE;
460 fprintf(stderr, "Usage: %s [-verbose] [<file>]\n", argv[0]);
483 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);
159 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose) argument

Completed in 928 milliseconds

1234567891011>>