/external/wpa_supplicant_8/src/ap/ |
D | peerkey_auth.c | 52 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/ |
D | page_translated_details.h | 20 error_type(in_error_type) { } in PageTranslatedDetails() 24 TranslateErrors::Type error_type; member
|
D | translate_tab_helper.cc | 53 TranslateErrors::Type error_type) { in OnPageTranslated() argument 56 PageTranslatedDetails details(original_lang, translated_lang, error_type); in OnPageTranslated()
|
D | translate_tab_helper.h | 32 TranslateErrors::Type error_type);
|
D | translate_infobar_delegate.h | 51 TranslateErrors::Type error_type,
|
D | translate_manager.cc | 559 if (details->error_type != TranslateErrors::NONE) { in PageTranslated() 560 infobar = TranslateInfoBarDelegate::CreateErrorDelegate(details->error_type, in PageTranslated()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | peerkey.c | 64 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/ |
D | msan_report.cc | 76 static void ReportSummary(const char *error_type, StackTrace *stack) { in ReportSummary() argument 84 ReportErrorSummary(error_type, in ReportSummary()
|
/external/chromium/chrome/browser/ssl/ |
D | ssl_error_info.h | 42 static SSLErrorInfo CreateError(ErrorType error_type,
|
D | ssl_error_info.cc | 29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type, in CreateError() argument 34 switch (error_type) { in CreateError()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.cc | 196 void ReportErrorSummary(const char *error_type, const char *file, in ReportErrorSummary() argument 201 SanitizerToolName, error_type, in ReportErrorSummary()
|
D | sanitizer_common.h | 169 void ReportErrorSummary(const char *error_type, const char *file,
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | ikev2.h | 49 u16 error_type; member
|
D | ikev2.c | 411 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/ |
D | expr.c | 166 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/ |
D | session.cc | 693 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/ |
D | asan_report.cc | 472 static void ReportSummary(const char *error_type, StackTrace *stack) { in ReportSummary() argument 479 ReportErrorSummary(error_type, in ReportSummary()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 268 be16 error_type; member
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents.h | 821 TranslateErrors::Type error_type);
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider_observers.cc | 1294 translated_details->error_type == TranslateErrors::NONE); in Observe()
|