Home
last modified time | relevance | path

Searched refs:error_type (Results 1 – 20 of 20) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dpeerkey_auth.c52 u16 mui, u16 error_type) in wpa_smk_send_error() argument
70 error.error_type = host_to_be16(error_type); in wpa_smk_send_error()
332 u16 mui, error_type; in wpa_smk_error() local
359 error_type = be_to_host16(error.error_type); in wpa_smk_error()
363 MAC2STR(kde.mac_addr), mui, error_type); in wpa_smk_error()
365 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type); in wpa_smk_error()
/external/chromium/chrome/browser/translate/
Dpage_translated_details.h20 error_type(in_error_type) { } in PageTranslatedDetails()
24 TranslateErrors::Type error_type; member
Dtranslate_tab_helper.cc53 TranslateErrors::Type error_type) { in OnPageTranslated() argument
56 PageTranslatedDetails details(original_lang, translated_lang, error_type); in OnPageTranslated()
Dtranslate_tab_helper.h32 TranslateErrors::Type error_type);
Dtranslate_infobar_delegate.h51 TranslateErrors::Type error_type,
Dtranslate_manager.cc559 if (details->error_type != TranslateErrors::NONE) { in PageTranslated()
560 infobar = TranslateInfoBarDelegate::CreateErrorDelegate(details->error_type, in PageTranslated()
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.c64 u16 mui, u16 error_type, int ver) in wpa_supplicant_send_smk_error() argument
103 error.error_type = host_to_be16(error_type); in wpa_supplicant_send_smk_error()
109 MAC2STR(peer), mui, error_type); in wpa_supplicant_send_smk_error()
112 "(mui %d error_type %d)", mui, error_type); in wpa_supplicant_send_smk_error()
601 u16 error_type; in wpa_supplicant_process_smk_error() local
627 error_type = be_to_host16(error.error_type); in wpa_supplicant_process_smk_error()
631 be_to_host16(error.mui), error_type, in wpa_supplicant_process_smk_error()
635 (error_type == STK_ERR_STA_NR || error_type == STK_ERR_STA_NRSN || in wpa_supplicant_process_smk_error()
636 error_type == STK_ERR_CPHR_NS)) { in wpa_supplicant_process_smk_error()
/external/compiler-rt/lib/msan/
Dmsan_report.cc76 static void ReportSummary(const char *error_type, StackTrace *stack) { in ReportSummary() argument
84 ReportErrorSummary(error_type, in ReportSummary()
/external/chromium/chrome/browser/ssl/
Dssl_error_info.h42 static SSLErrorInfo CreateError(ErrorType error_type,
Dssl_error_info.cc29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type, in CreateError() argument
34 switch (error_type) { in CreateError()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc196 void ReportErrorSummary(const char *error_type, const char *file, in ReportErrorSummary() argument
201 SanitizerToolName, error_type, in ReportErrorSummary()
Dsanitizer_common.h169 void ReportErrorSummary(const char *error_type, const char *file,
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.h49 u16 error_type; member
Dikev2.c411 data->error_type = INVALID_KE_PAYLOAD; in ikev2_process_kei()
608 data->error_type = AUTHENTICATION_FAILED; in ikev2_process_auth_secret()
774 data->error_type = 0; in ikev2_responder_process()
1075 if (data->error_type == 0) { in ikev2_build_notification()
1091 wpabuf_put_be16(msg, data->error_type); in ikev2_build_notification()
1093 switch (data->error_type) { in ikev2_build_notification()
1109 "%d", data->error_type); in ikev2_build_notification()
/external/mksh/src/
Dexpr.c166 enum error_type { enum
171 static void evalerr(Expr_state *, enum error_type, const char *)
252 evalerr(Expr_state *es, enum error_type type, const char *str) in evalerr()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsession.cc693 std::string error_type = "cancel"; in OnFailedSend() local
698 error_type = error->Attr(buzz::QN_TYPE); in OnFailedSend()
725 } else if ((error_type != "continue") && (error_type != "wait")) { in OnFailedSend()
/external/compiler-rt/lib/asan/
Dasan_report.cc472 static void ReportSummary(const char *error_type, StackTrace *stack) { in ReportSummary() argument
479 ReportErrorSummary(error_type, in ReportSummary()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h268 be16 error_type; member
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h821 TranslateErrors::Type error_type);
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc1294 translated_details->error_type == TranslateErrors::NONE); in Observe()