Searched refs:verbose (Results 501 - 525 of 945) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/third_party/jinja2/
H A Dutils.py173 def pformat(obj, verbose=False):
179 return pretty(obj, verbose=verbose)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des_generator.py125 verbose = 0 variable
143 sys.stderr.write("-v is verbose\n")
150 verbose += 1
227 if verbose > 0: sys.stderr.write("%s: processing function %s\n" % (program, funcName))
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
H A Dvideo_quality_measurement.cc91 DEFINE_bool(verbose, true, "Verbose mode. Prints a lot of debugging info. "
95 // Custom log method that only prints if the verbose flag is given.
258 config->verbose = FLAGS_verbose;
472 &packet_reader, config.networking_config, config.verbose);
/external/mesa3d/src/mesa/main/
H A Des_generator.py125 verbose = 0 variable
143 sys.stderr.write("-v is verbose\n")
150 verbose += 1
227 if verbose > 0: sys.stderr.write("%s: processing function %s\n" % (program, funcName))
/external/oprofile/libutil++/
H A Dop_bfd.cpp37 verbose vbfd("bfd");
408 bool const verbose = cverb << (vbfd & vlevel1); local
416 if (!verbose)
/external/strace/
H A Dfile.c839 if (syserror(tcp) || !verbose(tcp)) {
935 if (syserror(tcp) || !verbose(tcp)) {
1064 if (syserror(tcp) || !verbose(tcp)) {
1108 if (syserror(tcp) || !verbose(tcp)) {
1446 if (syserror(tcp) || !verbose(tcp)) {
1512 if (syserror(tcp) || !verbose(tcp)) {
1564 if (syserror(tcp) || !verbose(tcp)) {
1931 else if (!verbose(tcp))
2008 if (!verbose(tcp) || umove(tcp, addr, &d) < 0) {
2028 if (syserror(tcp) || tcp->u_rval == 0 || !verbose(tc
[all...]
H A Dsystem.c341 else if (!verbose(tcp) ||
361 else if (!verbose(tcp) ||
592 if (!verbose(tcp)) {
/external/zopfli/src/zopflipng/
H A Dzopflipng_lib.cc341 bool verbose,
368 if (verbose) {
408 if (verbose) {
339 ZopfliPNGOptimize(const std::vector<unsigned char>& origpng, const ZopfliPNGOptions& png_options, bool verbose, std::vector<unsigned char>* resultpng) argument
/external/libsepol/src/
H A Dlink.c55 int verbose; member in struct:link_state
376 if (state->verbose)
473 if (state->verbose)
543 if (state->verbose)
611 if (state->verbose)
896 if (state->verbose)
1112 if (state->verbose) {
1186 if (state->verbose) {
1231 if (state->verbose) {
2201 if (state->verbose) {
2528 link_modules(sepol_handle_t * handle, policydb_t * b, policydb_t ** mods, int len, int verbose) argument
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestSemanticPredicates.java252 DecisionProbe.verbose=true; // make sure we get all error info
361 DecisionProbe.verbose=true; // make sure we get all error info
395 DecisionProbe.verbose=true; // make sure we get all error info
797 DecisionProbe.verbose=true; // make sure we get all error info
/external/ceres-solver/examples/
H A Ddenoising.cc59 DEFINE_bool(verbose, false, "Prints information about the solver progress.");
/external/chromium_org/android_webview/buildbot/
H A Ddeps_whitelist.py229 parser.add_argument('verbose', action='store_true', default=False)
232 logging.getLogger().setLevel(logging.DEBUG if opts.verbose else logging.WARN)
/external/chromium_org/build/android/
H A Dinstall_emulator_deps.py234 opt_parser.add_option('-v', dest='verbose', action='store_true',
235 help='enable verbose logging')
239 # We achieve verbose output by configuring it with 2 (==DEBUG)
241 if (options.verbose):
/external/chromium_org/build/win/importlibs/
H A Dcreate_importlib_win.py178 parser.add_option('-v', '--verbose',
192 if options.verbose:
/external/chromium_org/content/public/browser/
H A Ddownload_item.h333 virtual std::string DebugString(bool verbose) const = 0;
/external/chromium_org/mojo/tools/pylib/
H A Dmojo_python_tests_runner.py22 parser.add_argument('-v', '--verbose', action='count', default=0)
64 runner = unittest.runner.TextTestRunner(verbosity=(args.verbose + 1))
/external/chromium_org/native_client_sdk/src/tools/
H A Dcreate_nmf.py422 if Trace.verbose:
425 Trace.verbose = False
594 parser.add_option('-v', '--verbose',
609 if options.verbose:
610 Trace.verbose = True
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCmdLine.py23 -v, --verbose Be verbose, print file names on multiple compilation
104 elif option in ("-v", "--verbose"):
105 options.verbose += 1
/external/chromium_org/third_party/skia/tests/
H A DPathOpsOpCubicThreadedTest.cpp17 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsOpLoopThreadedTest.cpp17 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsOpRectThreadedTest.cpp22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyDegenerateThreadedTest.cpp14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyQuadThreadedTest.cpp15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyTrianglesThreadedTest.cpp14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?

Completed in 1696 milliseconds

<<21222324252627282930>>