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()
333 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/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_libcdep.cc48 void ReportErrorSummary(const char *error_type, StackTrace *stack) { in ReportErrorSummary() argument
52 ReportErrorSummary(error_type); in ReportErrorSummary()
59 ReportErrorSummary(error_type, frame->info); in ReportErrorSummary()
Dsanitizer_common.cc241 void ReportErrorSummary(const char *error_type, const AddressInfo &info) { in ReportErrorSummary() argument
245 buff.append("%s ", error_type); in ReportErrorSummary()
Dsanitizer_common.h326 void ReportErrorSummary(const char *error_type, const AddressInfo &info);
328 void ReportErrorSummary(const char *error_type, StackTrace *trace);
/external/mesa3d/src/glsl/
Dast_to_hir.cpp181 return glsl_type::error_type; in arithmetic_result_type()
194 return glsl_type::error_type; in arithmetic_result_type()
211 return glsl_type::error_type; in arithmetic_result_type()
254 return glsl_type::error_type; in arithmetic_result_type()
303 assert(type != glsl_type::error_type); in arithmetic_result_type()
320 assert(type != glsl_type::error_type); in arithmetic_result_type()
339 assert(type != glsl_type::error_type); in arithmetic_result_type()
346 return glsl_type::error_type; in arithmetic_result_type()
353 return glsl_type::error_type; in arithmetic_result_type()
372 return glsl_type::error_type; in unary_arithmetic_result_type()
[all …]
Dglsl_types.cpp322 return error_type; in get_base_type()
402 return error_type; in get_instance()
417 return error_type; in get_instance()
421 return error_type; in get_instance()
444 default: return error_type; in get_instance()
449 return error_type; in get_instance()
563 return error_type; in field_type()
570 return error_type; in field_type()
Dglsl_types.h152 static const glsl_type *const error_type; member
423 : error_type; in row_type()
437 : error_type; in column_type()
Dbuiltin_types.h34 const glsl_type *const glsl_type::error_type = & glsl_type::_error_type;
Dir.cpp31 this->type = glsl_type::error_type; in ir_rvalue()
1631 v->type = glsl_type::error_type; in error_value()
Dir_validate.cpp654 assert(value->type != glsl_type::error_type); in check_node_type()
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.c64 u16 mui, u16 error_type, int ver) in wpa_supplicant_send_smk_error() argument
105 error.error_type = host_to_be16(error_type); in wpa_supplicant_send_smk_error()
111 MAC2STR(peer), mui, error_type); in wpa_supplicant_send_smk_error()
114 "(mui %d error_type %d)", mui, error_type); in wpa_supplicant_send_smk_error()
599 u16 error_type; in wpa_supplicant_process_smk_error() local
625 error_type = be_to_host16(error.error_type); in wpa_supplicant_process_smk_error()
629 be_to_host16(error.mui), error_type, in wpa_supplicant_process_smk_error()
633 (error_type == STK_ERR_STA_NR || error_type == STK_ERR_STA_NRSN || in wpa_supplicant_process_smk_error()
634 error_type == STK_ERR_CPHR_NS)) { in wpa_supplicant_process_smk_error()
/external/libcxx/src/
Dregex.cpp18 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string()
63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
/external/fio/
Dtd_error.h14 enum error_type { enum
Dthread_options.h232 enum error_type continue_on_error;
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.c385 data->error_type = INVALID_KE_PAYLOAD; in ikev2_process_kei()
574 data->error_type = AUTHENTICATION_FAILED; in ikev2_process_auth_secret()
740 data->error_type = 0; in ikev2_responder_process()
1028 if (data->error_type == 0) { in ikev2_build_notification()
1040 wpabuf_put_be16(msg, data->error_type); in ikev2_build_notification()
1042 switch (data->error_type) { in ikev2_build_notification()
1058 "%d", data->error_type); in ikev2_build_notification()
Dikev2.h49 u16 error_type; member
/external/e2fsprogs/misc/
Dbadblocks.c146 static int bb_output (blk_t bad, enum error_types error_type) in bb_output() argument
169 if (error_type == READ_ERROR) { in bb_output()
171 } else if (error_type == WRITE_ERROR) { in bb_output()
173 } else if (error_type == CORRUPTION_ERROR) { in bb_output()
/external/mksh/src/
Dexpr.c165 enum error_type { enum
170 static void evalerr(Expr_state *, enum error_type, const char *)
251 evalerr(Expr_state *es, enum error_type type, const char *str) in evalerr()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h290 be16 error_type; member
/external/libcxx/include/
Dregex64 enum error_type
87 explicit regex_error(regex_constants::error_type ecode);
88 regex_constants::error_type code() const;
925 enum error_type
950 regex_constants::error_type __code_;
952 explicit regex_error(regex_constants::error_type __ecode);
955 regex_constants::error_type code() const {return __code_;}