Searched defs:verbose (Results 276 - 300 of 402) sorted by relevance

<<11121314151617

/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc166 bool verbose = true; local
360 verbose = false;
378 if (verbose) {
555 if (verbose) {
733 if (verbose) {
887 if (verbose) {
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_peap.c1148 size_t buflen, int verbose)
1153 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1147 eap_peap_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.h278 int verbose);
322 size_t buflen, int verbose)
321 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_peap.c1148 size_t buflen, int verbose)
1153 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1147 eap_peap_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.h278 int verbose);
322 size_t buflen, int verbose)
321 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_peap.c1148 size_t buflen, int verbose)
1153 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1147 eap_peap_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.h278 int verbose);
322 size_t buflen, int verbose)
321 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duconv.cpp566 FILE * outfile, int verbose);
589 FILE * outfile, int verbose)
646 if (verbose) {
1125 UBool verbose = FALSE; local
1286 verbose = FALSE;
1287 } else if (!strcmp("-v", *iter) || !strcmp("--verbose", *iter)) {
1288 verbose = TRUE;
1356 outfile, verbose)
1365 outfile, verbose)
579 convertFile(const char *pname, const char *fromcpage, UConverterToUCallback toucallback, const void *touctxt, const char *tocpage, UConverterFromUCallback fromucallback, const void *fromuctxt, UBool fallback, const char *translit, const char *infilestr, FILE * outfile, int verbose) argument
/external/chromium_org/third_party/icu/source/tools/gencnval/
H A Dgencnval.c137 static UBool verbose = FALSE; variable
244 "\t-v or --verbose prints out extra information about the alias table\n"
253 verbose = TRUE;
633 if (verbose) {
709 * Only print a warning in verbose mode, or if the alias is a precise duplicate,
712 if (verbose || 0 == uprv_strcmp(alias, GET_ALIAS_STR(aliasNum))) {
732 /* if (verbose && !dupFound) {
863 if (verbose) {
876 if (verbose) {
/external/e2fsprogs/e2fsck/
H A Dunix.c58 static int verbose; variable
90 " -v Be verbose\n"
133 if (!verbose) {
143 if (verbose && i) {
891 verbose = 1;
957 verbose = 1;
1126 if (verbose || wait_time > EXT4_MMP_MIN_CHECK_INTERVAL * 4) {
/external/e2fsprogs/misc/
H A Dfsck.c103 static int verbose = 0; variable
482 if (verbose || noexecute) {
659 if (verbose > 1)
965 if (verbose)
1056 if (verbose > 1)
1061 if (verbose > 1)
1188 verbose++;
1334 if (verbose > 1)
/external/elfutils/0.153/src/
H A Dar.c93 { NULL, 'v', NULL, 0, N_("Provide verbose output."), 0 },
136 static bool verbose; variable
395 verbose = true;
555 if (verbose)
599 if (!verbose)
977 if (verbose)
1246 if (verbose)
1300 if (verbose)
H A Delfcmp.c71 { "verbose", 'l', NULL, 0,
121 static bool verbose; variable
157 verbose = false;
194 if (! verbose) \
691 verbose = true;
H A Dld.c178 { "verbose", 'v', NULL, 0, N_("Verbose messages."), 0 },
228 /* If nonzero be verbose. */
229 int verbose; variable
623 verbose = 1;
849 if (verbose && (group_start_requested || !group_end_requested))
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp566 FILE * outfile, int verbose);
589 FILE * outfile, int verbose)
646 if (verbose) {
1125 UBool verbose = FALSE; local
1286 verbose = FALSE;
1287 } else if (!strcmp("-v", *iter) || !strcmp("--verbose", *iter)) {
1288 verbose = TRUE;
1356 outfile, verbose)
1365 outfile, verbose)
579 convertFile(const char *pname, const char *fromcpage, UConverterToUCallback toucallback, const void *touctxt, const char *tocpage, UConverterFromUCallback fromucallback, const void *fromuctxt, UBool fallback, const char *translit, const char *infilestr, FILE * outfile, int verbose) argument
/external/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c137 static UBool verbose = FALSE; variable
244 "\t-v or --verbose prints out extra information about the alias table\n"
253 verbose = TRUE;
633 if (verbose) {
709 * Only print a warning in verbose mode, or if the alias is a precise duplicate,
712 if (verbose || 0 == uprv_strcmp(alias, GET_ALIAS_STR(aliasNum))) {
732 /* if (verbose && !dupFound) {
863 if (verbose) {
876 if (verbose) {
/external/iptables/iptables/
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/libpng/contrib/libtests/
H A Dtarith.c73 static int verbose = 0; variable
120 if (verbose)
301 int verbose; /* Shadows global variable */ member in struct:__anon24624
354 if (co->verbose > 1)
359 if (co->verbose == 1)
564 command.verbose = verbose;
689 if (verbose)
970 ++verbose;
/external/libselinux/src/
H A Dandroid.c1127 bool nochange, bool verbose,
1153 if (verbose)
1186 bool verbose = (flags & SELINUX_ANDROID_RESTORECON_VERBOSE) ? true : false; local
1213 return restorecon_sb(pathname, &sb, nochange, verbose, seinfo, uid);
1284 error |= restorecon_sb(ftsent->fts_path, ftsent->fts_statp, nochange, verbose, seinfo, uid);
1126 restorecon_sb(const char *pathname, const struct stat *sb, bool nochange, bool verbose, const char *seinfo, uid_t uid) argument
/external/libunwind/tests/
H A DLrs-race.c44 int verbose; variable
1494 verbose = 1;
1496 if (verbose)
1501 if (verbose)
1506 if (verbose)
1511 if (verbose)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpython.c13 * implementing 'verbose' and 'eprintf'.
15 int verbose; variable
22 if (verbose >= level) {
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp321 bool verbose = s->GetVerbose(); local
324 if (verbose)
/external/lldb/test/
H A Ddotest.py242 verbose = 1 variable
244 # Set to True only if verbose is 0 and LLDB trace mode is off.
257 if verbose > 0:
414 global verbose
478 X('-v', 'Do verbose mode of unittest framework (print out each test case invocation)')
500 # only print the args if being verbose (and parsable is off)
626 verbose = 0
660 verbose = 2
1586 v = verbose
/external/openssl/apps/
H A Dreq.c170 int i=0,badops=0,newreq=0,verbose=0,pkey_type=-1; local
334 else if (strcmp(*argv,"-verbose") == 0)
335 verbose=1;
475 if( verbose )
495 else if( verbose )
912 if (verbose)
927 if (verbose)

Completed in 2824 milliseconds

<<11121314151617