Searched refs:verbose (Results 301 - 325 of 945) sorted by relevance

<<11121314151617181920>>

/external/libunwind/tests/
H A Dppc64-test-altivec.c47 int verbose = 1; local
80 if (verbose)
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp286 bool verbose = s.GetVerbose(); local
336 if (verbose)
357 case DW_FORM_ref1: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%2.2x", (uint8_t)uvalue); break;
358 case DW_FORM_ref2: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%4.4x", (uint16_t)uvalue); break;
359 case DW_FORM_ref4: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%4.4x", (uint32_t)uvalue); break;
360 case DW_FORM_ref8: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%8.8" PRIx64, uvalue); break;
361 case DW_FORM_ref_udata: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%" PRIx64, uvalue); break;
373 if (verbose)
/external/openssl/apps/
H A Dengine.c77 " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n",
194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent) argument
224 if (!(flags & ENGINE_CMD_FLAG_INTERNAL) || verbose >= 4)
254 if(verbose == 1)
271 if((verbose >= 3) && !util_flags(bio_out, flags,
345 int verbose=0, list_cap=0, test_avail=0, test_avail_noise = 0; local
378 if((verbose=strlen(*argv + 1)) > 4)
524 if((verbose > 0) && !util_verbose(e, verbose, bio_out, indent))
/external/proguard/lib/
H A Dretrace.jar ... final String REGEX_ARGUMENTS private final String regularExpression private final boolean verbose private final java.io.File mappingFile private final ...
/external/proguard/src/proguard/shrink/
H A DShrinker.java115 configuration.verbose);
170 if (configuration.verbose)
/external/strace/
H A Dloop.c50 if (!verbose(tcp) || umove(tcp, arg, &info) < 0)
95 if (!verbose(tcp) || umove(tcp, arg, &info64) < 0)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline_unittest.py122 options = MockOptions(builder="MOCK SnowLeopard", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None)
149 options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None)
177 options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None)
209 options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None)
298 verbose=True, test="failures/expected/image.html", results_directory=None)
364 options = MockOptions(optimize=True, verbose=True, results_directory=None)
373 [[['python', 'echo', 'optimize-baselines', '--no-modify-scm', '--suffixes', '', 'userscripts/first-test.html', '--verbose']]])
378 options = MockOptions(optimize=True, verbose=True, results_directory=None)
384 [[['python', 'echo', 'copy-existing-baselines-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--verbose']],
385 [['python', 'echo', 'rebaseline-test-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--verbose']],
[all...]
/external/iputils/
H A Drdisc.c177 int verbose = 0; variable
311 verbose++;
546 if (verbose) {
591 if (verbose) {
730 if (verbose)
752 if (verbose)
759 if (verbose)
767 if (verbose)
774 if (verbose)
783 if (verbose)
[all...]
/external/chromium_org/third_party/closure_compiler/
H A Dchecker.py59 def __init__(self, verbose=False):
64 self._verbose = verbose
230 parser.add_argument("-v", "--verbose", action="store_true",
234 checker = Checker(verbose=opts.verbose)
/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/openmax_dl/dl/sp/src/test/
H A Dcompare.c16 extern int verbose;
52 if (verbose > 255) {
91 if (verbose > 255) {
177 if (verbose > 255) {
/external/chromium_org/third_party/pexpect/
H A DFSM.py333 parser.add_option ('-v', '--verbose', action='store_true', default=False, help='verbose output')
335 if options.verbose: print time.asctime()
337 if options.verbose: print time.asctime()
338 if options.verbose: print 'TOTAL TIME IN MINUTES:',
339 if options.verbose: print (time.time() - start_time) / 60.0
/external/chromium_org/third_party/skia/dm/
H A DDMTestTask.cpp11 bool TestReporter::verbose() const { return FLAGS_veryVerbose; } function in class:DM::TestReporter
H A DDMTestTask.h22 virtual bool verbose() const SK_OVERRIDE;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.cc37 DEFINE_int32(verbose, EnvToInt("PERFTOOLS_VERBOSE", 0),
38 "Set to numbers >0 for more verbose output, or <0 for less. "
39 "--verbose == -4 means we log fatal errors only.");
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.cc37 DEFINE_int32(verbose, EnvToInt("PERFTOOLS_VERBOSE", 0),
38 "Set to numbers >0 for more verbose output, or <0 for less. "
39 "--verbose == -4 means we log fatal errors only.");
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py186 if self.verbose:
251 if self.verbose:
277 if self.verbose:
288 if self.verbose:
293 if self.verbose:
324 if self.verbose:
333 if self.verbose:
354 if self.verbose:
435 if self.verbose:
465 if self.verbose
[all...]
H A Dwrap_yasm.py41 unit.transform(verbose=False, test_parse=False, test_types=False)
/external/chromium_org/tools/grit/grit/tool/
H A Dpostprocess_unittest.py35 verbose = False variable in class:.testPostProcessing.DummyOpts
/external/chromium_org/tools/
H A Dgypv8sh.py23 parser.add_option('-v', '--verbose', action='store_true')
25 help="don't execute; just print (as if verbose)")
43 if opts.verbose or opts.impotent:
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dfunction_parallel.js69 if (this.logger.verbose) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dcomplete-ant-cmd.pl64 -logger -projecthelp -quiet -verbose -version);
/external/icu/icu4c/source/test/intltest/
H A Dnmfmtrt.h27 static UBool verbose; member in class:NumberFormatRoundTripTest
/external/iproute2/tc/
H A Demp_ematch.y11 %error-verbose
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-buildid-list.c91 OPT_INCR('v', "verbose", &verbose, "be more verbose"),

Completed in 609 milliseconds

<<11121314151617181920>>