Searched defs:verbose (Results 1 - 25 of 402) sorted by last modified time

1234567891011>>

/external/zlib/src/
H A Dzutil.c120 # ifndef verbose
121 # define verbose 0 macro
123 int ZLIB_INTERNAL z_verbose = verbose;
/external/zopfli/src/zopfli/
H A Dzopfli.h35 int verbose; member in struct:ZopfliOptions
/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/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.c1592 * @verbose: Whether to include verbose status information
1600 int eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen, int verbose) argument
1636 verbose);
1640 if (verbose) {
H A Deap_fast.c1659 size_t buflen, int verbose)
1664 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1658 eap_fast_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
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
H A Deap_proxy_dummy.c60 int verbose)
59 eap_proxy_sm_get_status(struct eap_proxy_sm *sm, char *buf, size_t buflen, int verbose) argument
H A Deap_tls.c291 size_t buflen, int verbose)
294 return eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
290 eap_tls_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
H A Deap_tls_common.c786 * @verbose: Whether to include verbose status information
790 char *buf, size_t buflen, int verbose)
789 eap_peer_tls_status(struct eap_sm *sm, struct eap_ssl_data *data, char *buf, size_t buflen, int verbose) argument
H A Deap_ttls.c1561 size_t buflen, int verbose)
1566 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1560 eap_ttls_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.c1082 * @verbose: Whether to include verbose status information
1091 int verbose)
1105 if (verbose) {
1128 verbose);
1131 len += eap_sm_get_status(sm->eap, buf + len, buflen - len, verbose);
1090 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
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/hostapd/src/rsn_supp/
H A Dpreauth.c474 * @verbose: Whether to include verbose status information
482 int verbose)
494 pos, end - pos, verbose);
481 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
H A Dpreauth.h27 int verbose);
67 size_t buflen, int verbose)
66 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
H A Dwpa.c2407 * @verbose: Whether to include verbose status information
2415 int verbose)
2414 wpa_sm_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
H A Dwpa.h128 int verbose);
242 size_t buflen, int verbose)
241 wpa_sm_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c1592 * @verbose: Whether to include verbose status information
1600 int eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen, int verbose) argument
1636 verbose);
1640 if (verbose) {
H A Deap_fast.c1659 size_t buflen, int verbose)
1664 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1658 eap_fast_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
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
H A Deap_proxy_dummy.c60 int verbose)
59 eap_proxy_sm_get_status(struct eap_proxy_sm *sm, char *buf, size_t buflen, int verbose) argument
H A Deap_tls.c291 size_t buflen, int verbose)
294 return eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
290 eap_tls_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
H A Deap_tls_common.c786 * @verbose: Whether to include verbose status information
790 char *buf, size_t buflen, int verbose)
789 eap_peer_tls_status(struct eap_sm *sm, struct eap_ssl_data *data, char *buf, size_t buflen, int verbose) argument
H A Deap_ttls.c1561 size_t buflen, int verbose)
1566 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1560 eap_ttls_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.c1082 * @verbose: Whether to include verbose status information
1091 int verbose)
1105 if (verbose) {
1128 verbose);
1131 len += eap_sm_get_status(sm->eap, buf + len, buflen - len, verbose);
1090 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument

Completed in 4401 milliseconds

1234567891011>>