Searched refs:verbose (Results 251 - 275 of 749) sorted by relevance

<<11121314151617181920>>

/external/smali/smali/
H A Drunantlr.sh83 run_antlr -verbose -fo "$JAVA_DIR" "$G_FILE"
/external/strace/
H A Ddirent.c28 if (!verbose(tcp) || umove(tcp, addr, &d) < 0) {
47 if (syserror(tcp) || tcp->u_rval == 0 || !verbose(tcp))
70 if (syserror(tcp) || !verbose(tcp)) {
153 if (syserror(tcp) || !verbose(tcp)) {
H A Dldt.c17 if (!verbose(tcp)) {
H A Dresource.c74 else if (!verbose(tcp) ||
119 else if (!verbose(tcp) || (exiting(tcp) && syserror(tcp)))
212 else if (syserror(tcp) || !verbose(tcp))
248 else if (syserror(tcp) || !verbose(tcp))
/external/valgrind/memcheck/tests/vbit-test/
H A Dvtest.h135 extern int verbose;
/external/vboot_reference/cgpt/
H A Dcmd_show.c65 params.verbose = 1;
/external/vboot_reference/utility/include/
H A Dgbb_utility.h98 bool verbose; // provide verbose messages member in class:vboot_reference::GoogleBinaryBlockUtil
/external/vogar/src/vogar/android/
H A DDeviceFileCache.java45 log.verbose("indexed on-device cache: " + cachedFiles.size() + " entries.");
H A DAndroidSdk.java116 log.verbose("using android platform: " + newestPlatform);
118 log.verbose("using android sdk: " + sdkRoot);
122 log.verbose("using android build tree: " + sourceRoot);
197 log.verbose("dex cache hit for " + classpath);
263 log.verbose("device cache hit for " + local);
/external/zopfli/src/zopfli/
H A Dzlib_container.c73 if (options->verbose) {
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.c99 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
117 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) {
159 if (verbose) {
203 addFile(getLongPathname(line), name, source, sourceTOC, verbose); local
266 if (verbose) {
404 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) { argument
460 if (verbose) {
116 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight, const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) argument
/external/lldb/source/Symbol/
H A DUnwindPlan.cpp70 UnwindPlan::Row::RegisterLocation::Dump (Stream &s, const UnwindPlan* unwind_plan, const UnwindPlan::Row* row, Thread* thread, bool verbose) const
75 if (verbose)
81 if (verbose)
96 if (verbose)
104 if (verbose)
183 const bool verbose = false; local
184 idx->second.Dump(s, unwind_plan, this, thread, verbose);
/external/e2fsprogs/util/
H A Dsubst.c307 int verbose = 0; local
327 verbose++;
375 if (verbose)
379 if (verbose)
389 if (verbose)
/external/iptables/iptables/
H A Dip6tables-restore.c28 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
34 {.name = "verbose", .has_arg = false, .val = 'v'},
50 " [ --verbose ]\n"
216 verbose = 1;
259 if (verbose)
297 for_each_chain6(flush_entries6, verbose, 1,
302 for_each_chain6(delete_chain6, verbose, 0,
H A Diptables-restore.c25 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
31 {.name = "verbose", .has_arg = false, .val = 'v'},
49 " [ --verbose ]\n"
216 verbose = 1;
259 if (verbose)
297 for_each_chain4(flush_entries4, verbose, 1,
302 for_each_chain4(delete_chain4, verbose, 0,
H A Dip6tables.c104 {.name = "verbose", .has_arg = 0, .val = 'v'},
260 " --verbose -v verbose mode\n"
649 int verbose,
661 if (verbose)
676 int verbose,
684 if (verbose)
699 int verbose,
711 if (verbose)
763 int verbose,
641 append_entry(const xt_chainlabel chain, struct ip6t_entry *fw, unsigned int nsaddrs, const struct in6_addr saddrs[], const struct in6_addr smasks[], unsigned int ndaddrs, const struct in6_addr daddrs[], const struct in6_addr dmasks[], int verbose, struct xtc_handle *handle) argument
671 replace_entry(const xt_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, const struct in6_addr *saddr, const struct in6_addr *smask, const struct in6_addr *daddr, const struct in6_addr *dmask, int verbose, struct xtc_handle *handle) argument
690 insert_entry(const xt_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, unsigned int nsaddrs, const struct in6_addr saddrs[], const struct in6_addr smasks[], unsigned int ndaddrs, const struct in6_addr daddrs[], const struct in6_addr dmasks[], int verbose, struct xtc_handle *handle) argument
755 delete_entry(const xt_chainlabel chain, struct ip6t_entry *fw, unsigned int nsaddrs, const struct in6_addr saddrs[], const struct in6_addr smasks[], unsigned int ndaddrs, const struct in6_addr daddrs[], const struct in6_addr dmasks[], int verbose, struct xtc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
790 check_entry(const xt_chainlabel chain, struct ip6t_entry *fw, unsigned int nsaddrs, const struct in6_addr *saddrs, const struct in6_addr *smasks, unsigned int ndaddrs, const struct in6_addr *daddrs, const struct in6_addr *dmasks, bool verbose, struct xtc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
820 for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle) argument
856 flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle) argument
868 zero_entries(const xt_chainlabel chain, int verbose, struct xtc_handle *handle) argument
880 delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle) argument
892 list_entries(const xt_chainlabel chain, int rulenum, int verbose, int numeric, int expanded, int linenumbers, struct xtc_handle *handle) argument
1298 int verbose = 0; local
[all...]
H A Diptables.c101 {.name = "verbose", .has_arg = 0, .val = 'v'},
254 " --verbose -v verbose mode\n"
634 int verbose,
646 if (verbose)
661 int verbose,
669 if (verbose)
684 int verbose,
696 if (verbose)
748 int verbose,
626 append_entry(const xt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr saddrs[], const struct in_addr smasks[], unsigned int ndaddrs, const struct in_addr daddrs[], const struct in_addr dmasks[], int verbose, struct xtc_handle *handle) argument
656 replace_entry(const xt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, const struct in_addr *saddr, const struct in_addr *smask, const struct in_addr *daddr, const struct in_addr *dmask, int verbose, struct xtc_handle *handle) argument
675 insert_entry(const xt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, unsigned int nsaddrs, const struct in_addr saddrs[], const struct in_addr smasks[], unsigned int ndaddrs, const struct in_addr daddrs[], const struct in_addr dmasks[], int verbose, struct xtc_handle *handle) argument
740 delete_entry(const xt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr saddrs[], const struct in_addr smasks[], unsigned int ndaddrs, const struct in_addr daddrs[], const struct in_addr dmasks[], int verbose, struct xtc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
775 check_entry(const xt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr *saddrs, const struct in_addr *smasks, unsigned int ndaddrs, const struct in_addr *daddrs, const struct in_addr *dmasks, bool verbose, struct xtc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
805 for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle) argument
841 flush_entries4(const xt_chainlabel chain, int verbose, struct xtc_handle *handle) argument
853 zero_entries(const xt_chainlabel chain, int verbose, struct xtc_handle *handle) argument
865 delete_chain4(const xt_chainlabel chain, int verbose, struct xtc_handle *handle) argument
877 list_entries(const xt_chainlabel chain, int rulenum, int verbose, int numeric, int expanded, int linenumbers, struct xtc_handle *handle) argument
1294 int verbose = 0; local
[all...]
/external/libxml2/doc/
H A DbuildDocBookCatalog39 if test $verbose = 1
59 if test $verbose = 1
65 if test $verbose = 1
105 verbose=0
141 verbose=1
/external/linux-tools-perf/src/tools/perf/tests/
H A Dattr.py270 def setup_log(verbose):
274 if verbose == 1:
276 if verbose == 2:
278 if verbose >= 3:
293 -v # verbose level
305 parser.add_option("-v", "--verbose",
306 action="count", dest="verbose")
313 setup_log(options.verbose)
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java212 if (log.atVERBOSE ()) log.verbose ("destination file [" + outFile + "] skipped: more recent than the source");
459 if (log.atVERBOSE ()) log.verbose ("destination file [" + fullOutFile + "] skipped: more recent that the source file");
625 final boolean verbose = log.atVERBOSE ();
626 if (verbose)
628 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID);
631 log.verbose ("instrumentation path:");
632 log.verbose ("{");
638 log.verbose (" " + nonexistent + f.getAbsolutePath ());
640 log.verbose ("}");
643 log.verbose ("instrumentatio
[all...]
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp87 static int32_t pkg_getOptionsFromICUConfig(UBool verbose, UOption *option);
232 "Make the output verbose",
398 o.verbose = options[VERBOSE].doesOccur;
565 if(o->verbose) {
587 if(o->verbose) {
614 if (o->verbose) {
671 if(o->verbose) {
676 if(o->verbose) {
681 } else if (o->verbose && (o->install!=NULL)) {
684 } else if(o->verbose
2089 pkg_getOptionsFromICUConfig(UBool verbose, UOption *option) argument
[all...]
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc94 static bool verbose; variable
397 if (verbose) {
469 if (verbose) {
509 if (verbose) {
519 if (verbose) {
528 if (verbose) {
537 if (verbose) {
576 if (verbose) {
583 if (verbose) {
646 if (verbose) {
[all...]
/external/libpng/
H A Dpngtest.c85 /* Makes pngtest verbose so we can find problems. */
123 static int verbose = 0; variable
543 if (verbose)
600 if (verbose)
737 if (verbose)
750 if (verbose)
1257 if (verbose)
1439 if (verbose)
1524 if (verbose)
1747 verbose
[all...]
/external/blktrace/btreplay/
H A Dbtrecord.c105 static int verbose = 0; // Boolean: output stats variable
117 "\t[ -v : --verbose ] Default: Off\n" \
167 .name = "verbose",
229 if (verbose) {
457 verbose++;
547 if (verbose > 1)
555 if (verbose > 1)
581 if (verbose) {
608 if (verbose) {
706 if (verbose) {
[all...]
H A Dbtreplay.c102 * @vfp: For verbose dumping of actions performed
146 static int verbose = 0; // Boolean: Output some extra info variable
541 if (verbose > 1) {
786 if (verbose > 1) {
880 if (verbose)
910 if (verbose > 1)
922 if (verbose)
1181 if (verbose > 1)
1191 if (verbose > 1) {
1228 if (verbose >
[all...]

Completed in 3434 milliseconds

<<11121314151617181920>>