Searched refs:verbose (Results 376 - 400 of 945) sorted by relevance

<<11121314151617181920>>

/external/blktrace/btt/
H A Dtrace.c30 if (verbose && ((now - last_vtrace) > 0)) {
/external/chromium_org/build/android/
H A Dscreenshot.py52 parser.add_option('-v', '--verbose', help='Verbose logging.',
69 if options.verbose:
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.h126 UBool verbose; member in struct:UPKGOptions_
/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/markdown/
H A D__main__.py65 action="store_const", const=CRITICAL+10, dest="verbose",
67 parser.add_option("-v", "--verbose",
68 action="store_const", const=INFO, dest="verbose",
77 action="store_const", const=DEBUG, dest="verbose",
101 'lazy_ol': options.lazy_ol}, options.verbose
/external/chromium_org/third_party/skia/tests/
H A DPDFJpegEmbedTest.cpp48 if (!data && r->verbose()) {
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h126 UBool verbose; member in struct:UPKGOptions_
/external/liblzf/
H A Dlzf.c62 static int verbose = 0; variable
74 {"verbose", 0, 0, 'v'},
83 "-h --help give this help\n" "-v --verbose verbose mode\n" "-b # --blocksize # set blocksize\n" "\n";
92 "-v verbose mode\n"
422 if (!rc && verbose)
429 if (!rc && verbose)
494 verbose = 1;
/external/libnl/lib/route/
H A Dpktloc_syntax.y10 %error-verbose
/external/libxml2/
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/pixman/test/
H A Drotate-test.c82 test_transform (int testnum, int verbose) argument
/external/qemu/
H A Dandroid-rebuild.sh24 --verbose)
/external/srec/srec/Semproc/src/
H A DExpressionParser.c106 ESR_BOOL verbose = ESR_FALSE; local
161 rc = ESR_SessionGetBool(L("cmdline.semproc_verbose"), &verbose);
163 verbose = ESR_TRUE; /* apps like parseStringTest will not init session, but I want a
169 if (verbose)
/external/strace/
H A Dptp.c9 if (!verbose(tcp))
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_tls_common.h109 char *buf, size_t buflen, int verbose);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_tls_common.h109 char *buf, size_t buflen, int verbose);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.h109 char *buf, size_t buflen, int verbose);
/external/zopfli/src/zopfli/
H A Dgzip_container.c111 if (options->verbose) {
H A Dutil.c207 options->verbose = 0;
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java140 protected boolean verbose; field in class:Antlr3Mojo
288 log.debug("ANTLR: verbose : " + verbose);
322 tool.setVerbose(verbose);
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dblink_idl_parser.py373 lexer=None, verbose=False, mute_error=False,
418 self.verbose = verbose
/external/chromium_org/third_party/smhasher/src/
H A DKeysetTest.cpp13 bool VerificationTest ( pfHash hash, const int hashbits, uint32_t expected, bool verbose )
52 if(verbose) printf("Verification value 0x%08X : Failed! (Expected 0x%08x)\n",verification,expected);
57 if(verbose) printf("Verification value 0x%08X : Passed!\n",verification);
/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/gn/bootstrap/
H A Dbootstrap.py59 parser.add_option('-v', '--verbose', action='store_true',
66 logging.basicConfig(level=logging.DEBUG if options.verbose else logging.ERROR)
100 if options.verbose:
403 if options.verbose:

Completed in 8349 milliseconds

<<11121314151617181920>>