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

1234567891011>>

/external/chromium_org/third_party/libxml/src/
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
274 verbose++;
275 xmlCatalogSetDebug(verbose);
281 if (verbose > 0)
282 verbose--;
283 xmlCatalogSetDebug(verbose);
325 \t-v --verbose : provide debug informations\n");
345 if ((!strcmp(argv[i], "-verbose")) ||
347 (!strcmp(argv[i], "--verbose"))) {
348 verbose
[all...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dtest_fft32.c26 int verbose; variable
38 verbose = options.verbose_;
41 if (verbose > 255)
129 if (verbose > 63) {
149 if (verbose > 63) {
163 if (verbose > 63) {
199 if (verbose > 3) {
220 if (verbose > 63) {
235 if (verbose > 63) {
H A Dtest_float_fft.c26 int verbose; variable
55 verbose = options.verbose_;
67 if (verbose > 255)
119 if (verbose > 63) {
141 if (verbose > 255) {
147 if (verbose > 63) {
162 if (verbose > 63) {
195 if (verbose > 3) {
216 if (verbose > 63) {
231 if (verbose > 6
[all...]
H A Dtest_float_rfft.c27 * Verbosity of output. Higher values means more verbose output for
30 int verbose; variable
55 verbose = options.verbose_;
67 if (verbose > 255)
146 if (verbose > 63) {
165 if (verbose > 255) {
171 if (verbose > 63) {
185 if (verbose > 63) {
223 if (verbose > 3) {
245 if (verbose > 25
[all...]
H A Dtest_rfft16_s16.c26 int verbose = 0; variable
42 verbose = options.verbose_;
46 if (verbose > 255)
118 if (verbose > 63) {
153 if (verbose > 63) {
167 if (verbose > 63) {
203 if (verbose > 3) {
246 if (verbose > 63)
263 if (verbose > 63) {
277 if (verbose > 6
[all...]
H A Dtest_rfft16_s32.c24 int verbose; variable
38 verbose = options.verbose_;
41 if (verbose > 255)
113 if (verbose > 63) {
133 if (verbose > 63) {
147 if (verbose > 63) {
182 if (verbose > 3) {
205 if (verbose > 63) {
220 if (verbose > 63) {
H A Dtest_rfft32.c24 int verbose; variable
38 verbose = options.verbose_;
41 if (verbose > 255)
117 if (verbose > 63) {
137 if (verbose > 63) {
151 if (verbose > 63) {
187 if (verbose > 3) {
211 if (verbose > 63) {
225 if (verbose > 63) {
/external/chromium_org/third_party/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.");
H A DTest.h35 virtual bool verbose() const { return false; } function in class:skiatest::Reporter
/external/chromium_org/third_party/smhasher/src/
H A DSpeedTest.cpp231 void TinySpeedTest ( pfHash hash, int hashsize, int keysize, uint32_t seed, bool verbose, double & /*outCycles*/ ) argument
235 if(verbose) printf("Small key speed test - %4d-byte keys - ",keysize);
/external/chromium_org/third_party/zlib/
H A Dzutil.c117 # ifndef verbose
118 # define verbose 0 macro
120 int ZLIB_INTERNAL z_verbose = verbose;
/external/chromium_org/tools/cr/cr/base/
H A Dcontext.py166 Don't execute commands, just print them. Implies verbose.
171 '-v', '--verbose', dest='CR_VERBOSE',
208 def verbose(self): member in class:Context
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dmetadata_dispatcher.js74 MetadataDispatcher.prototype.verbose = false;
125 * Send a log message to the caller only if this.verbose is true.
129 if (this.verbose)
/external/chromium_org/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/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCodeItem.java163 * @param verbose whether to be verbose with the output
165 public void debugPrint(PrintWriter out, String prefix, boolean verbose) { argument
173 insns.debugPrint(out, prefix, verbose);
/external/e2fsprogs/lib/quota/
H A Dquotaio_v2.c30 static int v2_report(struct quota_handle *h, int verbose);
278 static int v2_report(struct quota_handle *h, int verbose) argument
/external/e2fsprogs/misc/
H A Dlsattr.c60 static int verbose; variable
180 verbose = 1;
198 if (verbose)
/external/e2fsprogs/util/
H A Dcopy_sparse.c43 int verbose = 0; variable
98 if (verbose)
124 if (verbose)
127 if (verbose)
154 if (verbose)
216 verbose++;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
H A DRSSFeedWatcherTask.java224 private void downloadFeed(File destFile, boolean verbose) argument
228 if (verbose) {
233 if (verbose) {
/external/fonttools/Lib/fontTools/
H A Dttx.py106 verbose = False variable in class:Options
134 self.verbose = True
195 ttf = TTFont(input, 0, verbose=options.verbose, allowVID=options.allowVID,
214 verbose=options.verbose, allowVID=options.allowVID)
218 if options.verbose:
/external/fonttools/Tools/fontTools/
H A Dttx.py106 verbose = False variable in class:Options
134 self.verbose = True
195 ttf = TTFont(input, 0, verbose=options.verbose, allowVID=options.allowVID,
214 verbose=options.verbose, allowVID=options.allowVID)
218 if options.verbose:
/external/icu/icu4c/source/test/intltest/
H A Dintltest.h163 virtual UBool setVerbose( UBool verbose = TRUE );
323 UBool verbose; member in class:IntlTest

Completed in 4524 milliseconds

1234567891011>>